.bg1 {
    width: 45%;
    position: absolute;
    top: -36%;
    left: -8%;
    opacity: 0;
    transition: all 3s .8s ease;
}

.active .bg1 {
    width: 55%;
    position: absolute;
    top: -36%;
    left: -8%;
    opacity: 1;
    transition: all 3s .8s ease;
}

.bg2 {
    width: 10%;
    position: absolute;
    top: 78%;
    right: 0%;
    opacity: 0;
    transition: all 2s 3s ease;
}

.active .bg2 {
    width: 30%;
    position: absolute;
    top: 73%;
    right: -6%;
    opacity: .8;
    transition: all 2s 3s ease;
}

.pageTitle {
    width: 35%;
    position: absolute;
    left: 20%;
    top: 150px;
    opacity: 0;
    transition: all 2s .2s ease;
}

.active .pageTitle {
    width: 35%;
    position: absolute;
    left: 10%;
    top: 150px;
    opacity: 1;
    transition: all 2s .2s ease;
}

.grid {
    display: table;
    padding-bottom: 100px;
    margin-top: 500px;
    max-width: 1920px;
    width: 80%;
    opacity: 0;
    transition: all 2s .5s ease;
}

.active .grid {
    display: table;
    padding-bottom: 100px;
    margin-top: 400px;
    max-width: 1920px;
    width: 80%;
    opacity: 1;
    transition: all 2s .5s ease;
}

.grid figure {
    max-width: 600px;
    /*    width: 31%;*/
    border-radius: 15px;
    min-width: inherit;
}

figure.effect-apollo h2 {
    font-size: 17px;
    padding: 10px 20px;
    font-weight: bold;
}

@media (max-width: 1300px) {
    .grid {
        margin-top: 450px;
    }

    .active .grid {
        margin-top: 350px;
    }
}

@media (max-width: 1200px) {
    .bg1 {
        top: -27%;
    }

    .active .bg1 {
        top: -27%;
    }
}

@media (max-width: 992px) {
    .bg1 {
        top: -12%;
    }

    .active .bg1 {
        top: -12%;
    }

    .grid {
        margin-top: 400px;
        width: 90%;
    }

    .active .grid {
        margin-top: 300px;
        width: 90%;
    }

}

@media (max-width: 768px) {
    .pageTitle {
        width: 50%;
    }

    .active .pageTitle {
        width: 50%;
    }

    .grid figure {
        width: 46%;
        margin-right: 5px;
        margin-left: 5px;
    }

    .bg1 {
        top: 2%;
    }

    .active .bg1 {
        top: 2%;
    }

    .bg2 {
        width: 50%;
    }

    .active .bg2 {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .pageTitle {
        width: 60%;
    }

    .active .pageTitle {
        width: 60%;
    }

    .bg1 {
        top: 3%;
        width: 70%;
    }

    .active .bg1 {
        top: 3%;
        width: 70%;
    }

    figure.effect-apollo p {
        margin: 2em;
    }
}

@media (max-width: 450px) {
    .pageTitle {
        width: 70%;
    }

    .active .pageTitle {
        width: 70%;
    }

    figure.effect-apollo h2 {
        font-size: 15px;
        padding: 5px 15px;
        font-weight: bold;
    }

    .grid {
        margin-top: 370px;
        width: 95%;
        padding-bottom: 70px;
    }

    .active .grid {
        margin-top: 270px;
        width: 95%;
        padding-bottom: 70px;
    }

    .bg2 {
        top: 60%;
        width: 30%;
        right: -10%;
    }

    .active .bg2 {
        top: 50%;
        width: 70%;
        right: -30%;
        opacity: 1;
    }

    figure.effect-apollo p {
        margin: 1em;
    }
}

@media (min-width: 1600px) {
    .grid {
        margin-top: 600px;
    }

    .active .grid {
        margin-top: 500px;
    }
}
