.section-01 {
    background: url('../../../img/home-section-01/background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    /* background: transparent; */
}

.section-01--container {
    padding: 85px 20px 80px;
}

.section-01--title {
    text-align: center;
    font-size: 41px;
    line-height: 41px;
    font-weight: 700;
    color: #FFFFFF;
}

.section-01--subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #FFFFFF;
}

.section-01--features {
    margin: 40px auto 0;
    width: 900px;
}

.section-01--item {
    display: grid;
    grid-template-columns: 270px auto;
}

.section-01-item-image--obj-image {
    width: 100%;
    height: 100px;
    border: 1px solid #FFFFFF;
}

.section-01-item-image--obj-image.logo {
    height: 187px;
    width: 238px;
    background-image: url('../../../img/home-section-01/logo.png');
    background-repeat: no-repeat;
    margin-top: -43px;
    margin-left: auto;
    margin-right: -26px;
    border: none;
}

.section-01-item-image--obj-image.livro {
    height: 205px;
    width: 205px;
    background-image: url('../../../img/home-section-01/livro.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 13px;
    border: none;
}

.section-01-item-image--obj-image.faq-item {
    height: 210px;
    width: 212px;
    background-image: url('../../../img/home-section-01/faq.png');
    background-repeat: no-repeat;
    background-position: -20px -18px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 20px;
    border: none;
    display: block;
    text-indent: -300px;
    overflow: hidden;
}

.section-01-item-text {
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    color: #FFFFFF;
}

.section-01-item-text.livro {
    padding-top: 56px;
}

.section-01-item-text-price {
    padding-top: 20px;
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
}

.section-01-item-text-includes {
    padding-bottom: 15px;
}

.section-01-item-text .price-btn .btn {
    margin-top: 10px;
}


@media (max-width: 1000px) {
    .section-01--features {
        width: 100%;
    }
}

@media (max-width: 753px) {
    .section-01--item {
        display: block;
        margin-top: 50px;
    }

    .section-01-item-image--obj-image.logo,
    .section-01-item-image--obj-image.livro,
    .section-01-item-image--obj-image.faq-item {
        margin: 0 auto;
    }

    .section-01-item-text.livro {
        padding-top: 0;
    }

    .section-01-item-text {
        text-align: center;
    }
}

@media (max-width: 350px) {
    .section-01-item-text .price-btn .btn {
        padding: 18px 30px;
    }
}









