.ab7-section {
    /* background-color: #a0afd1; */
    background-image: url("/images/helic112.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 60px;
    
}

.ab7-section-div{
    padding-top: 40px;
    max-width: 951px;
    margin:auto;
}

.ab7-title{
    box-shadow: none;
    color: rgb(0, 0, 0);
    font-family: wfont_ab1657_9a8cd7a46e114959a005c9abb76041f7, wf_9a8cd7a46e114959a005c9abb, orig_overpass_light;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
}
.ab7-text{
    box-shadow: none;
    color: rgb(0, 0, 0);
    font-family: wfont_ab1657_9a8cd7a46e114959a005c9abb76041f7, wf_9a8cd7a46e114959a005c9abb, orig_overpass_light;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
}
.signature{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.signature-line{
    border-top: 1px solid #000;
    box-shadow: none;
    color: rgb(0, 0, 0);
    font-family: amiri, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px;
}

@media (max-width: 1000px) {
    .ab7-section-div {
        max-width: 98vw;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ab7-title {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .ab7-text {
        font-size: 15px;
        line-height: 20px;
    }
    .signature {
        gap: 18px;
        margin-top: 50px;
    }
    .signature-line {
        font-size: 15px;
    }
}
@media (max-width: 420px) {
    .ab7-section-div {
        max-width: 100vw;
        padding-left: 4px;
        padding-right: 4px;
    }
    .ab7-title {
        font-size: 15px;
        line-height: 22px;
    }
    .ab7-text {
        font-size: 13px;
        line-height: 18px;
    }
    .signature {
        gap: 12px;
        margin-top: 30px;
        align-items: flex-start;
    }
    .signature-line {
        font-size: 11px;
        line-height: 16px;
    }
}

