﻿.about__showcase {
    background: url(../images/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14rem 0 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 5%;
}

.abo {
    margin-top: 6%;
}

.aboimg {
    transform: scale(-1,1);
}

/* Extra Large Screens (Desktops, 1440px and above) */
@media (min-width: 1440px) {
    .about__showcase {
       
    }
}

/* Large Screens (Laptops, 1024px - 1439px) */
@media (max-width: 1439px) {
    .about__showcase {
        margin-top: 13%;
    }

    .abo {
        margin-top: 13%;
    }
}

/* Medium Screens (Tablets, 768px - 1023px) */
@media (max-width: 1023px) {
    .about__showcase {
        margin-top: 13%;
    }

    .abo {
        margin-top: 13%;
    }
}

/* Small Screens (Large Smartphones, 600px - 767px) */
@media (max-width: 767px) {
    .about__showcase {
        text-align: center;
    }
}

/* Extra Small Screens (Small Smartphones, 480px - 599px) */
@media (max-width: 599px) {
    .about__showcase {
        margin-top: 20%;
    }

    .abo {
        margin-top: 20%;
    }
}

/* Very Small Screens (Mobile, up to 479px) */
@media (max-width: 479px) {
    .about__showcase {
        margin-top: 20%;
    }

    .abo {
        margin-top: 20%;
    }
}
