
.cards-parallax{
    margin-bottom: 450px !important;
}

@media screen and (max-width: 1800px) {

    #pergamon{
        align-items: center;
    }

    #purpose{
        align-items: center;
    }

    .img2{
        width: 40rem;
    }
    .img10{
        width: 28rem;
    }

    .cards-parallax{
        margin-bottom: 300px !important;
    }
}

@media screen and (max-width: 1600px) {
    .img2{
        width: 37rem;
    }
    .img10{
        width: 24rem;
    }
    .cards-parallax{
        margin-bottom: 350px !important;
    }
}


@media screen and (max-width: 1400px) {
    .cards-parallax{
        margin-bottom: 450px !important;
    }
    .img2{
        width: 32rem;
    }
    .img10{
        width: 19rem;
    }
}

@media screen and (max-width: 1200px) {
    .img2{
        width: 30rem;
    }
    .img10{
        width: 17rem;
    }

}

@media screen and (max-width: 1112px)  and (min-width: 754px) {
    .phone-overlay-sm{
        display: none;
    }

    .tabook-app-video-sm{
        width: 30%;
        margin-left: 15%;
    }
    .tab-vid-mob{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;

    }
    .cards-parallax{
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 754px) {

    .cards-parallax{
        margin-bottom: 50px !important;
    }
}


@media screen and (max-width: 500px) {


    .header-cta-text{
        font-size: 50px;

    }
}
