.sponsor_form_section{
    background-color:#E8F5FC;
    padding: 150px 0 100px 0;
}
.sponsor_title{
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}
.sponsor_description{
    font-size: 16px;
    color: #404248;
    line-height: 28px;
}
select option.placeholder-option {
    color: #828282;
    font-size: 14px;
}
.custom_label{
    font-size: 14px;
    color: #101828;
    line-height: 24px;
    letter-spacing: 0.16px;
}
@media only screen and (max-width: 992px) {
    .sponsor_form_section img{
        width: 100%;
    }
}
@media only screen and (max-width:452px) {
    .sponsor_form_section h2{
        font-size: 20px;
    }
}