/* home css */

.home__header {
    align-items: center;
    background-color: #A2C04E;
    background-image: url('../../images/hero.svg');
    background-position: 0 -350px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1000px;
}

.home__header__title {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 65px;
    max-width: 770px;
}

.home__header__tag {
    font-size: 20px;
    margin-bottom: 20px;
}

.home__header__link {
    font-size: 17px;
    margin: 0 auto 20px auto;
    max-width: 440px;
    text-align: right;
    width: 100%;
}

.home__main {
    background-color: #2A5440;
    padding: 70px 0 100px 0;
}

.home__main__title {
    font-size: 35px;
    line-height: 1.25;
    margin-bottom: 60px;
}

.home__about {
    padding: 100px 0;
}

.home__about__title {
    margin-bottom: 60px;
}

.home__about__text {
    font-size: 18px;
    margin: 0 auto 20px auto;
    max-width: 740px;
}

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

    .home__header {
        background-position: 0 -200px;
        height: 900px;
    }
}

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

    .home__header {
        background-position: 0 -100px;
        height: 830px;
    }
}

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

    .home__header {
        background-position: 0 0;
    }
}

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

    .home__header {
        height: 700px;
    }

    .home__header__title {
        font-size: 38px;
        line-height: 1.3;
        margin-bottom: 45px;
        margin-top: 30px;
        max-width: 600px;
    }
}

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

    .home__header {
        background-position: -80px 0;
        height: 600px;
    }

    .home__header__title {
        font-size: 38px;
        line-height: 1.25;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .home__main__title {
        text-align: center;
    }
}

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

    .home__header {
        background-position: -140px 0;
    }
}

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

    .home__header {
        background-position: -180px 0;
    }
}

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

    .home__header {
        background-position: -220px 0;
    }

    .home__main__title {
        text-align: center;
    }
}

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

    .home__header {
        background-position: -280px 0;
    }
}

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

    .home__header {
        background-position: -300px 0;
        height: 550px;
    }

    .home__header__title {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 60px;
        margin-top: 110px;
    }
}

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

    .home__header {
        background-position: -370px 0;
    }
}

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

    .home__header {
        background-position: -400px 0;
    }

    .home__header__title {
        font-size: 28px;
    }
}

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

    .home__header {
        background-position: -440px 0;
    }
}

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

    .home__header {
        background-position: -470px 0;
    }

    .home__header__title {
        margin-top: 90px;
    }
}

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

    .home__header {
        background-position: -490px 0;
    }

    .home__header__title {
        font-size: 26px;
        margin-top: 110px;
    }
}