.hennessy-section .inner-hennessy {
    display: flex;
    gap: 20px;
    padding-top: 40px;
}
.hennessy-section .section-header .title {
    max-width: 642px;
    margin: 0 auto;
    font-size: 5rem;
}
.hennessy-section .hennessy-col {
    flex: 1;
}
.hennessy-section .left-img img {
    border-top-left-radius: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.hennessy-section .right-img img {
    border-top-right-radius: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.hennessy-section .left-img {
    position: relative;
    padding-bottom: 114.8%;
}
.hennessy-section .right-img {
    position: relative;
    padding-bottom: 62.3%;
    margin-bottom: 40px;
}
.hennessy-section .description {
    margin-bottom: var(--font-size-base);
}
.hennessy-section .right-content {
    padding: 0 40px;
}
@media (max-width:1024px) {
    .hennessy-section .section-header .title {
        font-size: var(--font-size-h2);
    }
}
@media (max-width:767px) {
    .hennessy-section .inner-hennessy {
        display: block;
        padding-top: 20px;
    }
    .hennessy-section .right-content {
        padding: 0;
    }
    .hennessy-section .left-img img {
        border-top-left-radius: 0;
    }
    .hennessy-section .left-img {
        padding-bottom: 116.6%;
        margin-bottom: 2px;
    }
    .hennessy-section .right-img img {
        border-top-right-radius: 0;
    }
    .hennessy-section .right-img {
        padding-bottom: 63%;
        margin-bottom: 20px;
    }
}