body {
    color: #2e2d2d;
}
main {
    padding: 0;
}
.box-main .area-top-main {
    background-image: url("../img/minha-essencia/background-main.webp");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 1rem 3rem;
}
.box-introduction {
    max-width: 80%;
}
.box-introduction h1.title,
.box-introduction h1 {
    font-family: "Bebas Neue";
    letter-spacing: 1px;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #666652;
    margin-bottom: 2rem;
}
.box-introduction p {
    margin-bottom: 1rem;
    font-weight: 500;
}
.box-introduction p:last-child {
    margin-bottom: 0;
}
.area-gallery {
    background-image: url("../img/minha-essencia/background-itens.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5rem 1rem !important;
    height: max-content;
}
.area-gallery > .swiper {
    width: 800px;
    height: 100%;
    margin: 0 auto;
}
.area-gallery > .swiper .swiper-wrapper {
    padding-bottom: 40px;
}
.area-gallery > .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-gallery > .swiper .swiper-slide img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    background-color: #4d4d4d !important;
}
.area-itens-essencia .item {
    width: 200px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
}
.area-itens-essencia .item img,
.area-itens-essencia .item video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
@media (max-width: 950px) {
    .box-introduction p {
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .area-gallery > .swiper {
        width: 100%;
    }
    .area-gallery > .swiper .swiper-slide img{
        height: 400px;
    }
    .box-main .area-top-main {
        background-position-x: 85%;
    }
    .box-introduction {
        max-width: 100%;
    }
    .box-introduction h1.title,
    .box-introduction h1 {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
}