@charset "UTF-8";

.twentyHalf {
    padding: clamp(80px, 7.292vw, 140px) 0;
    background-image: url('/wp-content/uploads/2025/04/wood_grain.jpg.webp');
    background-size: min( 100vw, 1920px );
 }

.twentyHalf, 
.twentyHalf .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    align-content: center;
}

.twentyHalf .text a:not(.btn) {
    color: inherit;
}

.twenRt {
    background-color: #ebebeb;
    padding: 128px 0;
}

.bAndA {
    position: relative;
    display: grid;
    align-content: center;
    align-items: center;
    justify-items: center;
    float: right;
}

.twentytwenty-handle {
    background-color: transparent;
}

.twentytwenty-left-arrow {
    border-right-color: #f8f8f8;
}

.twentytwenty-right-arrow {
    border-left-color: #f8f8f8;
}

.twentyHalf .text {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    color: #24292d;
}

.twentyHalf .text h2 {
    color: inherit;
    font-size: clamp(32px, 2.50vw, 48px);
    line-height: clamp(32px, 2.92vw, 56px);
    text-transform: uppercase;
    font-weight: 500;
}

.twentyHalf .text > div {
    padding: min(4.427vw, 85px) 0;
    text-align: left;
}

.twenRt .text h2 {
    color: #642979;
    font-size: clamp(32px, 2.188vw, 42px);
    line-height: clamp(36px, 2.500vw, 46px);
}

.twenRt .text h2::after, .row-location.row-place .place h4::after {
    content: '';
    width: 80px;
    height: 4px;
    background-image: linear-gradient(to right, #02bbc8 0%, #3157b0 100%);
    margin: 24px 0;
    display: none;
}

.twenRt .text {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    color: #303030;
}

.compare {
    position: relative;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    border-radius: 20px;
    overflow: hidden;
}

.bAndA .heading h2 {
    margin-bottom: 80px;
}

.bAndA .row.center {
    position: relative;
    overflow: visible;
}

.bAndA .row.center .container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.bAndA .btn.btn-orange {
    margin: 60px auto 0;
}

.twenRt a.btn.btn-orange {
    margin: 24px 0;
}

.twentyHalf.blueBg {
    background-color: #549da8;
    padding: 165px 0;
    background-position: right center;
    background-size: 100%;
}

.twentyHalf.blueBg .text .container {
    padding: 20px 0;
    width: 65%;
    color: #FFF;
}

.twentyHalf.blueBg .text .container h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.68px;
    line-height: 50px;
}

.twentyHalf.blueBg .text .container h2::after {
    content: '';
    width: 150px;
    border-bottom: 4px solid #c2da4e;
    display: block;
    margin: 24px 0;
}

@media ( max-width: 1440px ) {
    .compare {
        margin: 20px 0;
    }
}

@media ( max-width: 1060px ) {
    .twentyHalf {
        background-image: none;
    }
    
    .twentyHalf .container {
        flex-direction: column;
    }
    
    .compare {
        margin: 40px auto;
        width: 90%;
        max-width: 536px;
    }

    .bAndA {
        float: none;
        padding: 0px;
    }

    .twenRt {
        padding: 0 0 80px;
    }
}

@media ( max-width: 479px ) {
    .compare {
        width: 85%;
    }
}