@media only screen and (max-width:990px) {
    .header-top{
        height: auto !important;
        padding-top: 100px !important;
    }

    .header-top .left-column-header{
        padding-right: 10px !important;
    }

    .header-top .img-rigth {
        width: 100% !important;
        height: 100% !important;
    }

    .author .container-p{
        width: auto;
    }

    .about .image-paar-quem{
        width: 300px !important;
    }

    .avaliations .item{
        height: auto;
        min-height: 300;
    }

    .author .container-p{
        width: auto !important;
    }

    .padding-vertical{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

.header-top{
    background-image: url('./assets/banner-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    align-items: center;
}

.header-top .left-column-header{
    padding-right: 220px; 
    gap: 15px;
}

.header-top .img-rigth{
    object-fit: contain;
    height: 550px;
    width: 550px;
}

.header-top h2{
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 600;
    color: white;
}

.header-top p {
    text-align: left;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 400;
}

.button-call-action{
    font-family: "Poppins";
    color: white;
    text-transform: uppercase;
    background-color: #FF0000;
    border-radius: 6px 6px 6px 6px;
    border: none;
    box-shadow: none;
    font-size: 15px;
    padding: 10px;
    transition: .2s ease-in-out;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 2px white;
}

.button-call-action:hover{
    background-color: #bb0909;
    color: white;
    box-shadow: 2px 2px#cecece;
}

.about, .avaliations{
    background-color: #04041f;
    display: flex;
    align-items: center;
}

.about .container{
    max-width: 650px;
}

.about .image-paar-quem{
    width: 500px;
}

.bold-style{
    color: #bb0909;
}

.p{
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1rem;
}

.author{
    background-color: white;
}

.author p{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
}

.author .container-p{
    width: 400px;
}

.padding-vertical{
    padding-top: 100px;
    padding-bottom: 100px;
}

.avaliations .item{
    position: relative;
    padding: 30px 20px 20px 20px;
    border: 1px solid white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 500px;
    align-items: center;
    transition: .2s ease-in-out;
    cursor: pointer;
    box-shadow: 5px 10px #b9b9b9;
}

.avaliations .item:hover{
    transition: .10s ease-in-out;
    margin-top: -15px;
    box-shadow: 5px 10px white;
}

.avaliations .item p{
    font-size: 1.1em;
    color: white;
    font-family: "Poppins";
}

.avaliations .item img{
    width: 95px;
    height: 95px;
    border-radius: 100px;
    object-fit: cover;
}

.avaliations .item .container-image{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.footer{
    background-image: url('./assets/background-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-sale{
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background-color: #04041f;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 5px 10px white;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    transition: .2s ease-in-out;
}

.card-sale:hover{
    color: white;
    box-shadow: 10px 15px green;
}

.card-sale .price{
    font-family: 'Poppins';
    font-size: 50px;
    font-weight: bold;
}