img.video-placeholder {
    border-radius: 36px;
    width: 100%;
}

.mj-section-hero-small-content {
    min-height: 540px;
}

.mj-section-hero-small-content.inverse .content-wrapper {
    width: 50%;
}

.mj-section-hero-small-content.inverse .content-wrapper .content-inner {
    padding: 36px 48px 36px 48px;
}

.mj-section-hero-small-content.inverse .img-wrapper {
    width: 55%;
    padding-bottom: 0;
}

.comparation-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(26.57deg, #47BAB3 8.33%, #A1CF7E 91.67%);
    margin-bottom: 16px;
}

.comparation-table-holder {
    border-radius: 24px;
    box-shadow: var(--hover-shadow);
    overflow: hidden;
}

table.mj-rating-table > thead > tr {
    background: #F6FAF2;
    border-bottom: 2px solid #A9E2E1;
}

table.mj-rating-table > thead > tr > th {
    padding: 40px 0;
}

table.mj-rating-table > tbody > tr > td {
    border-bottom: 1px solid #D6D6D6;
}

table.mj-rating-table > tbody > tr > td {
    padding: 24px;
}

table.mj-rating-table > tbody > tr:nth-child(even) {
    background: #FAFAFA;
}

.mj-card-collapsible {
    position: relative;
    margin-bottom: 24px;
}

.mj-card-collapsible .mj-card-collapsible-body {
    min-height: 170px;
}

.mj-card-collapsible-footer {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: center !important;
}

.mj-card-collapsible-footer > a {
    flex-basis: 100%;
    text-align: center;
    color: #29B6B3;
    transition: all 0.1s ease;
}

.mj-card-collapsible-footer > a.rotated {
    transform: rotate(180deg);
}

.comparation-extras-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(26.57deg, #47BAB3 8.33%, #A1CF7E 91.67%);
    margin-bottom: 24px;
}

.comparation-extras-image > img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 0;
    margin-bottom: 0;
}
/* table.mj-rating-table > thead > tr > th:first-child {
    border-top-left-radius: 24px;
}

table.mj-rating-table > thead > tr > th:last-child {
    border-top-right-radius: 24px;
}

table.mj-rating-table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 24px;
}

table.mj-rating-table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 24px;
} */

@media all and (max-width: 992px) {
    .mj-section-hero-small-content.inverse .content-wrapper {
        width: 100%;
    }
    
    .mj-section-hero-small-content.inverse .img-wrapper {
        width: 100%;
    }

    .mj-section-hero-small-content.inverse .content-wrapper .content-inner {
        padding: 12px 18px;
    }

    .mj-section-hero-small-content.inverse .content-wrapper .content-inner .home-section-cta-bottom > a{
        font-size: 12px;
    }
}
