.section1 .title, .section2 .title, .vantagens .title{
    font-family: Quicksand;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
    color: #ff6b00;
}

.section1 .description {
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}

.section2 .description {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin: 15px;
    
}

.w-75-section2{
    width: 75%;
}
.vantagens .title{
    margin-bottom: 80px;
}

.vantagens img{
    width:90px;
    height: 90px;
}

.section2 .description span {
    font-weight: 700;
}

.section2 .description .orange {
    color: #ff6b00;
    font-size: 25px;
}

.section2 .btn-conheca {
    padding: .5rem 1.1rem;
    font-family: Quicksand;
    background: #ff6b00;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-left: 1rem;
}

.section2 .btn-conheca:hover{
    color: #fff;
    transform: scale(1.1);
}

.vantagens .row .m-auto {
    justify-content: space-around;
}

.card-vantagens {
    margin-bottom: 50px;
}

.card-vantagens p {
    width: 100%;
}

.card-vantagens .description {
    padding: 8px;
    width: 100%;
    text-align: center;
}

@media(max-width:991px){
     .vantagens .title {
        text-align: center;
    }
    .section1 .title, .vantagens .title {
        font-size: 37px;
        margin-top: 28px;
    }
    .section2 .title {
        font-size: 32px;
    }
    .section2 .description {
        font-size: 28px;
        width: 80%;
        margin: auto;
        margin-bottom: 10px;
        padding: 20px;
    }
    .section1 .description, .section2 .description, .vantagens .description {
        font-size: 18px;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        padding: 0px;
    }
    .btn-conheca {
        font-size: 22px;
    }
    .conheca {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .card-vantagens .description {
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
    }
}
@media(max-width:767px){
    .section1 .title, .vantagens .title {
        font-size: 36px;
        margin-top: 28px;
    }
    .vantagens .title {
        font-size: 30px;
        margin-top: 28px;
    }
    .conheca .title{
        font-size: 30px;
        margin-top: 28px;
        text-align: left;
        /* width: 50%; */
    }
     .vantagens .description {
        font-size: 28px;
        width: 80%;
        margin: auto;
        margin-bottom: 10px;
    }
    .section2 .description{
        font-size: 24px;
        width: 90%;
        margin: auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .section1 .description {
        font-size: 22px;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
    .section1 img{
        margin-top: 5%;
    }
    .familia {
        margin: auto;
    }
    .w-75-section2{
        width: 100%;
    }

    .conheca .box{
        display:  flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .btn1 {
        width: 50%;
        font-size: 18px;
        padding: 1rem;
    } 
    .conheca {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .vantagens .title {
        margin-bottom: 50px;
    }
    .card-vantagens .description {
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
    }
    .vantagens img {
        width: 70px;
        height: 70px;
    }
    .card-vantagens {
        margin-bottom: 20px;
    }
}


@media(max-width: 575px){
    .section1 .description,.section2 .description {
        font-size: 20px;
    }
    .section1 .title,.section2 .title, .vantagens .title {
        font-size: 32px;
        margin-top: 28px;
    }
    .section2 .title{
        text-align: center;
    }
    .conheca .title {
        font-weight: 28px;
        text-align: left;
    }
}

@media(max-width: 544px){
    .section1 .title, .section2 .title, .vantagens .title {
        font-size: 28px;
        margin-top: 28px;
    }
}

@media(max-width:490px){
    .section1 .title, .section2 .title, .vantagens .title {
        font-size: 26px;
        margin-top: 20px;
    }
    .section1 .description, .section2 .description, .vantagens .description {
        font-size: 18px;
        margin: auto;
        margin-bottom: 10px;
    }
    .familia {
        margin: auto;
    }
    .btn1 {
        display: flex;
        justify-content: center;
    }
    .conheca {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .card-vantagens .description {
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
    }
}

@media(max-width:453px){
    .section1 .title, .section2 .title, .vantagens .title {
        font-size: 24px;
        margin-top: 20px;
        text-align: center;
    }

     .section2 .title, .vantagens .title {
        text-align: center;
    }
    .section1 .description, .section2 .description, .vantagens .description {
        font-size: 16px;
        margin: auto;
        margin-bottom: 10px;
    }
    .conheca .box {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .btn1 {
        width: 100%;
        font-size: 18px;
        padding: 1rem;
    }
    .section2 .title{
        margin: 0;
    }
}