@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    font-family: "Quicksand", sans-serif;
}

.main_head {
    background: linear-gradient(0deg, #F3ECD2, #F3ECD2),
        linear-gradient(90deg, #F3ECD2 29.44%, rgba(243, 236, 210, 0) 203.06%);
}

.input_box input::placeholder {
    color: #6C757D;
}

.input_box input {
    outline: none;
}

.input_box textarea {
    outline: none;
}



.mySelect2 .select2-selection {
    border: 1px solid #DD6B3D;
    border-radius: 6px;
    padding: 5px 10px;
}

/* Placeholder text style */
.mySelect2 .select2-selection__placeholder {
    color: #888;
    font-size: 14px;
}

/* Selected items (tags) */
.mySelect2 .select2-selection__choice {
    border: 1px solid #CED4DA;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 14px;
}

/* Remove (x) button inside tag */
.mySelect2 .select2-selection__choice__remove {
    color: #DD6B3D;
    /* same as border */
    margin-left: 5px;
    font-weight: bold;
}

/* Focused state */
.mySelect2 .select2-selection--multiple:focus,
.mySelect2 .select2-selection--multiple.select2-container--focus {
    border-color: #DD6B3D;
    box-shadow: none;
}




.partner-section .text-box{
    padding-bottom: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-section .text-box img{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 100%;
}