@media only screen and (min-width: 480px ) {
    .contact-btn-flt {
        opacity: 0 !important;
    }

    .versus {
        display: none !important;
    }
}

/* Big tablet to 1200px (widths smaller than the 1140px row) */
@media only screen and (max-width: 1200px) {
    .hero-text-box {
        padding: 0 2%;
        width: 100% !important;
    }

    .row {
        padding: 0 2%;
    }

    .versus {
        display: none !important;
    }
}

/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px) {
    body {
        font-size: 18px;
    }

    .long-copy {
        line-height: 145%;
        width: 80% !important;
        margin-left: 10% !important;
    }

    .steps-box {
        margin-top: 10px;
    }

    .works-step {
        margin-bottom: 40px !important; 
    }

    .works-step:last-of-type {
        margin-bottom: 10px !important;
    }

    .section-how-it-works {
        padding: 20px 0;
    }

    .versus {
        display: none !important;
    }
}

/* Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 767px) {
    body {
        font-size: 17px;
    }

    header {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/home_doors_mini.jpg) !important;
    }

    .versus {
        display: none !important;
    }
}

/* Small phones: from 0 to 480px */
@media only screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
    
    header {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/key_hands.png) !important;
        background-attachment: unset !important;
    }

    .versus {
        display: block !important;
        padding-top: 2%;
        padding-bottom: 5%;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .logo {
        height: 90px !important;
    }

    .black-logo {
        height: 110px !important;
    }

    .long-copy {
        line-height: 145%;
        width: 90% !important;
        margin-right: 2% !important;
        margin-left: 2% !important;
    }

    .works-step {
        margin-bottom: 20px !important; 
    }

    mat-card:first-of-type {
        margin-bottom: 20px;
    }

    .section-offer {
        padding: 40px 0;
    }

    .section-about {
        padding: 40px 0;
    }

    .works-step p {
        font-size: 15px;
    }

    blockquote {
        margin-left: 0 !important;
    }

    .steps-box:first-child {
        padding: 0 !important;
    }
    .steps-box:last-child {
        padding: 0 !important;
    }

    .section-testimonials {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hand_keys_mini.jpg) !important;
        background-attachment: scroll !important;
    }

    .no-webp .section-testimonials {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hand_keys_mini.jpg) !important;
        background-attachment: scroll !important;
    }

    .webp .section-testimonials {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hand_keys_mini.webp) !important;
        background-attachment: scroll !important;
    }

    .contact-ref {
        display: none !important;
    }

    .contact-btn-flt {
        display: block !important;
    }

    .contact-btn-flt {
        opacity: 100 !important;
    }
}