.video-thumbnail {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    border-radius: 15px;
}

.video-thumbnail .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 10px;
}

.info-box {
    background: linear-gradient(135deg, #fff, #f8f9fa);
    padding: 20px;
    border-radius: 15px;
}

.info-box i {
    font-size: 24px;
    color: #f1c40f;
}

.info-box {
    background: linear-gradient(167.51deg, #FFFAF0 -35.66%, #F5F5F5 93.01%);
}

.info-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #5B6369;
}

.why-us .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.why-us .row>.col-md-6,
.why-us .row>.col-6 {
    display: flex;
    flex-direction: column;
}

.why-us .row:first-of-type .col-md-6 .info-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Apply equal height to the second .row .col-6 .info-box */
.why-us .row:nth-of-type(2) .col-6 .info-box {
    flex-grow: 1;
    /* Makes the .info-box take full height */
    display: flex;
    flex-direction: column;
}

/* Ensure the image section behaves properly */
.why-us .how-to-use-image-section {
    display: flex;
}

.why-us .how-to-use-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

.why-us .row .col-md-6 .info-box p,
.why-us .row .col-6 .info-box p {
    margin-bottom: 0rem !important;
}

@media only screen and (max-width:768px) {
    .col-md-6.how-to-use-image-section {
        margin-bottom: 16px;
    }

    .info-box {
        padding: 16px;
    }
}

@media only screen and (max-width:768px) {
    .why-us .row:first-of-type .col-md-6 .info-box.innovative-invest {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .why-us .row:first-of-type .col-md-6 .info-box.innovative-invest div:first-child {
        align-content: center;
    }

    .col-md-6.how-to-use-image-section {
        margin-bottom: 12px;
    }

    .why-us .row:last-child {
        margin-top: 12px !important;
    }

    .why-us .row:last-child .col-6.col-sm-6.col-xs-6:first-child {
        padding-right: 6px;
    }

    .why-us .row:last-child .col-6.col-sm-6.col-xs-6:last-child {
        padding-left: 6px;
    }
}

@media only screen and (min-width:1025px) {

    .why-us .row:first-of-type .col-md-6:first-child,
    .why-us .row:last-child .col-6:first-child {
        padding-right: 8px;
    }

    .why-us .row:first-of-type .col-md-6:last-child,
    .why-us .row:last-child .col-6:last-child {
        padding-left: 8px;
    }

    .why-us .row:last-child {
        margin-top: 16px !important;
    }
}