@charset "UTF-8";

/* twentyTwenty Section CSS */

.twentytwenty-left-arrow {
    border-right: 6px solid #642979;
}

.twentytwenty-right-arrow {
    border-left: 6px solid #642979;
}

.twentytwenty-handle {
    background-color: #FFF;
}

.compare {
    position: relative;
    width: 100%;
    max-width: 674px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}

.compare h3 {
    margin: 50px 0 15px;
    font-size: 24px;
}

@media ( max-width: 1024px ) {
    .bAndA .row.center .container {
        display: block;
        flex-wrap: wrap;
    }

    .bAndA {
        width: 100%;
        display: block;
        height: fit-content;
    }
}

@media ( max-width: 479px ) {
    .compare {
        width: 85%;
    }
}