.logo-width{
    width: 185px;
}
.radius-2{
    border-radius: 2rem !important;
}
.div-center{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.test-category > .select-control{
    min-height: 45px !important;
}
.lh-2{
    line-height: 2rem !important;
}
.font-4{
    font-size: 4rem !important;
}
.font-2{
    font-size: 2rem !important;
}
.overlay-background{
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,0.5) !important;
}
.banner-content .banner-title{
    font-size: 4rem;
}