/* ============================================
   CTA SECTION STYLES
   ============================================ */

.cta-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-center;
    background-image: url('../assets/img/End_Image.jpg');
}

