@media(min-width: 470px){
    header {
        background-image: url('../../img/home-pic-2.jpg');
        background-position: 0px 0px;
    }   

    .atrativos img {
        width: 65%;
        margin-bottom: 10px;
    }

    .atrativos .atrativos-item {
        font-size: 1em;
    }

    .atrativos .atrativos-coluna-esquerda {
        padding-right: 0;
    }

    .atrativos .atrativos-coluna-direita {
        padding-left: 0;
    }

    .atrativos .atrativos-coluna-esquerda::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        bottom: 20%;
        height: 60%;
        width: 1px;
        background-color: #e7b72d;
    }

    .texto-desc-home {
        height: 331px;
    }

    .foto-desc-home {
        background-image: url('../../img/home-pic-1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 331px;
        background-position: 0px 0px;
    }

    .conheca-chamada {
        margin-top: 100px;
    }
    .conheca-chamada p {
        margin-bottom: 30px;
    }
}