:root {
    --main-btn-active: #2e77bd;
    --main-btn-hover: #bc5820;
    --main-btn-text-hover: white;
}


.main-wrapper {
    background: transparent;
}


#other-providers-btn {
    display: none;
}

#logo {
    color: #525252;
    font-weight: 500;
    align-items: end;
    display: unset;
}

#submit-buttons-container{
    grid-template-columns: unset;
}

#searches-tab-btn{
    border-radius: 0 1rem 0 0;
}



@media (min-width: 751px) and (max-width: 901px) {
    #hero-image {
        height: 279px;
    }
}
@media (max-width: 750px) {

    #hero-image {
        background-image: unset;
        display: none;
    }

    .main-template-header{
        background: unset;
    }
}
