
@media screen and (max-width: 870px) {
    
    .terms_heading{
        font-size: 24px !important;
    }
    .content{
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .sub_heading{
        font-size: 16px !important;
        margin: 15px 0px !important;
    }
    .terms_container{
    max-width: 100vw;
    padding: 0px 9.919vw;
    display: flex;
    align-items: end !important;
    justify-content: start;
}
}
@media screen and (max-width: 725px) {
   .svgsvg{
    width: 100%; 
    height: 5vw !important;
   }
   .divider{
    top: 46px !important;
}
}

@media screen and (max-width: 568px) {
    .content_img img{
        width: 90vw !important;
    }
}
@media screen and (max-width: 490px) {
    .svgsvg{
     width: 100%; 
     height: 8vw !important;
    }
    .header-seprator{
        height: 12vw !important;
    }
 }

/* terms styling */

.header-seprator {
    position: relative;
    padding: 3.418vw 0px 75px;
    text-align: left;
    height: 8vw;
    background: #1C89CA;
}
.divider{
    position: absolute;
    top: 40px;
    width: 100%;
}
.terms{
    padding: 4.691vw 1.675vw;
}
.terms_footer{
    padding: 4.691vw 1.675vw;
    display: flex;
    flex-direction: row;
}

.sub_heading{
    font-family: var(--font);
    font-size: 20px;
    font-weight:600;
    text-transform: capitalize;
    font-style: normal;
    color: #252525;
    margin: 20px 0px;
}
.svgsvg{
    width: 100%; 
    height: 6.434vw;
}
.content{
    font-family: var(--font);
    font-size: 14px;
    font-weight: 200;
    text-transform: capitalize;
    font-style: normal;
    color: #252525;
    line-height: 24px;
    margin-bottom: 0.67vw;
}
.bold_text{
    font-weight: 1000 !important;
}

.terms_heading{
    color: white;
    font-family: var(--font);
    text-transform: capitalize;
    font-size:28px;
    font-weight: 700;
}
.terms_container{
    max-width: 100vw;
    padding: 0px 9.919vw;
    display: flex;
    align-items: center;
    justify-content: start;
}

.content_img{
    padding: 15px 0px;
    outline: 1px solid lime;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.content_img img{
    width: 75vw;
}