.cta {
    padding:45px 0;
    height:36.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-text {
    color: #fff;
    /* font-size: 40px; */
}


.insta-feed {
    padding-top: 40px;
    padding-bottom: 65px;
}


@media (max-width: 899px){
.cta {
    height: 31rem;
}
}

