.need-help-faq-area {
    padding-top: 70px;
}
.color-block-box1 {
    width: 400px;
    height: 400px;
    position: absolute;
    left: -8%;
}
.color-block1 img{
    height: auto;
    left: -8%;
    width: 400px;
    top: 55%;
    position: absolute;
}
.color-block-box2 {
    width: 600px;
    height: 600px;
    position: absolute;
    right: 0;
}
.color-block2 img{
    height: auto;
    right: -20%;
    width: 600px;
    top: 55%;
    position: absolute;
}
.about-content_terms {
    text-align: left;
}
.terms_content {
    text-align: left;
    position: relative;
    z-index: 99;
}
.terms_title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    color: #0d1820;
}
.terms_title h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    color: #0d1820;
}
.terms_title h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    color: #0d1820;
    margin-bottom: 18px;
}
@media screen and (min-width: 1980px) {
    .color-block-box1,
    .color-block-box2 {
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .color-block-box1,
    .color-block-box2 {
        display: none;
    }
}
.download-pdf {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}
.download-pdf:hover {
    color: var(--main-color);
}