.speak-section {
    padding-bottom: 80px;
}

.speak-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.speak-section .col-12 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.speak-left-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.speak-left-wrap-col-img {
    max-width: 273px;
    padding: 20px;
}

.speak-left-wrap-col-img img {
    width: 226px;
    height: auto;
    object-fit: contain;
}

.speak-content h4 {
    color: var(--black);
}


/* last sec */

.speak-feature-section {
    margin-top: 56px;
}

.feature-img img {
    width: 100%;
    max-height: 370px;
    object-fit: cover;
    border-radius: 30px;
}

.feature-card {
    display: flex;
    gap: 13px;
}

.feature-card:not(:last-child) {
    margin-bottom: 20px;
}

.feature-icon {
    background-color: var(--green);
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.feature-text h6 {
    color: var(--black);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    /* margin-bottom: 10px; */
}


/* last sec */

@media (min-width: 768px) {
    .speak-section .col-md-6 {
        flex: 0 0 50%;
        width: 50%;
    }
    .feature-right {
        padding-left: 10px;
    }
    .row.speak-feature-section {
        align-items: stretch;
    }
    .feature-left,
    .feature-img {
        height: 100%;
    }
    .feature-img img {
        height: 100%;
        max-height: unset;
    }
}

@media (min-width: 992px) {
    .speak-left-wrap-col .h1 {
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
    }
    .speak-content h4 {
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }
    .feature-text h6 {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .speak-section {
        padding-bottom: 60px;
    }
    .speak-left-wrap {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .speak-left-wrap-col-img {
        padding: 0;
        max-width: 160px;
    }
    .feature-img img {
        border-radius: 15px;
    }
    .speak-feature-section {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .speak-section {
        padding-bottom: 40px;
    }
    .speak-section .row {
        gap: 12px 0;
    }
    .speak-left-wrap-col .h1 br {
        display: none;
    }
    .speak-left-wrap {
        align-items: center;
        text-align: center;
    }
    .speak-content {
        text-align: center;
    }
    .feature-right {
        margin-top: 10px;
    }
    .feature-card {
        gap: 10px;
    }
    .feature-img img {
        border-radius: 10px;
    }
    .feature-icon {
        width: 45px;
        height: 45px;
        padding: 12px;
    }
    .feature-text h6 {
        margin: 0;
    }
    .feature-card:not(:last-child) {
        margin-bottom: 12px;
    }
}