.btn-bordered:hover{
    background: linear-gradient(to right, #17cfc9 , #076bd4) !important;
    /* color: white !important; */
}
.btn-bordered:hover span span {
    color :white !important;
}
.sdvosb-logo {
    width: 150px;
    height: 145px;
}
.main-title {
    font-size: 40px !important;
    font-weight:300;font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #3febe5;
}
.main-paragraph{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #ffffff;
}
.section-title{
    font-size: 38px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #17cfc9;
}
.section-information{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #394757;
    margin-top: 10px;
}
.section-information-white{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 10px;
}
.section-padding{
    padding-top: 40px;
}
.service-title{
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #394757;
}
.service-description{
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #394757;
}
.service-title-white{
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #ffffff;
}
.service-description-white{
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
}
.benefit-title{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #394757;
}
.benefit-description{
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #394757;
}
.how-to-buy-codes-schedules{
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #ffffff;
}
.highly-trained-logo{
    height: 145px;
    width: 150px;
    margin-top: 100px;
}
.position-relative{
    position: relative;
    top: 100px;
}
.company-description-section{
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #394757;
}
@media only screen and (max-width: 768px){
    .padding-class{
        padding: 15px !important;
    }
    .section-padding{
        padding-top: 0px !important;
    }
    .position-relative{
        top: 0;
    }
    .highly-trained-logo{
        height: 105px;
        width: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .company-description-section{
        font-size: 16px !important;
    }
    #sdvosb-logo {
        margin-top: 25px;
        position: relative;
        bottom: 50px;
    }
    .sdvosb-logo {
        width: 110px;
        height: 105px;
    }
    .main-title {
        font-size: 30px !important;
    }
    .main-paragraph{
        font-size: 15px;
    }
    .section-title{
        font-size: 27px;
    }
    .section-information{
        font-size: 16px;
    }
    .section-information-white{
        font-size: 16px;
    }
    /* .padding-class{
        padding: 15px !important;
    }
    .section-padding{
        padding-top: 0px !important;
    } */
    .service-title{
        font-size: 19px !important;
    }
    .service-description{
        font-size: 15px !important;
    }
    .service-title-white{
        font-size: 19px !important;
    }
    .service-description-white{
        font-size: 15px !important;
    }
    .benefit-title{
        font-size: 19px !important;
    }
    .benefit-description{
        font-size: 15px !important;
    }
    .how-to-buy-codes-schedules{
        font-size: 16px !important;
    }
    .highly-trained-logo{
        height: 105px;
        width: 110px;
        margin-top: 0px !important;
    }
}