.customPageCenteredContent {
    width: 90% !important;
    position: relative;
    height: auto !important;
    margin-top: 0.5%;
}

.titleContainer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 2%;
    margin-bottom: 0%;
}

.titleText {
    position: relative;
    width: fit-content;
    height: auto;
    font-size: 38px;
    line-height: 81px;
    color: #675e33;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.videoImageContainer {
    position: relative;
    width: 100%;
    height: calc(90vw * 9 / 16);
}

.videoImage {
    width: 100%;
    height: 100%;
}

#firstSection {
    margin-top: 7%;
}

.sectionContainer {
    display: flex;
    position: relative;
    width: 100%;
    height: fit-content;
    margin-bottom: 2%;
    align-items: center;
}

.leftSectionImage {
    position: relative;
    float: left;
    width: 44%;
    height: 100%;
}

.leftImage {
    position: relative;
    width: 90%;
    height: 100%;
}

.rightSectionText {
    position: relative;
    width: 56%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: center;
}

.rightTextBox {
    position: relative;
    width: 70%;
    height: auto;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subTitleContainer {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}

.subTitleText {
    font-size: 44px;
    line-height: 53px;
    color: #675e33;
    letter-spacing: 1px;
    font-weight: 600;
    width: fit-content;
    height: 50px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.headingContainer {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}

.headingText {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    color: #675e33;
    letter-spacing: 0.5px;
    font-weight: 300;
    width: fit-content;
    height: 30px;
}

.textContainer {
    position: relative;
    width: 100%;
    height: auto;
    text-align: justify;
    margin-top: 3%;
}

.text {
    font-size: 15px;
    line-height: 18px;
    color: #757575;
    /* letter-spacing: 1px; */
    font-weight: 300;
    width: fit-content;
}

.subTextContainer {
    position: relative;
    width: 100%;
    height: auto;
    text-align: justify;
    margin-top: 3%;
}

.subText {
    font-size: 15px;
    line-height: 18px;

    color: #757575;
    letter-spacing: 1px;
    font-weight: 600;
    width: fit-content;
}

.leftTextBox {
    position: relative;
    width: 75%;
    height: auto;
}

.leftSectionText {
    position: relative;
    width: 44%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.rightSectionImage {
    position: relative;
    float: right;
    width: 56%;
    height: 100%;
}

.rightImage {
    position: relative;
    width: 90%;
    height: 100%;
    float: right;
}

#lana {
    width: 100%;
    height: auto;
}

#porque {
    width: 90%;
    height: auto;
}

#cuidados {
    /* margin-top: 21%; */
}

.bullet {
    margin-top: 4%;
}

.list {
    margin-top: 7%;
    padding-inline-start: 22px;
}

#elegir {
    width: 93%;
    height: auto;
}

@media screen and (max-width: 768px) {


    .mobileColumn {
        flex-direction: column !important;
    }

    .customPageCenteredContent {
        display: flex;
        flex-direction: column;
    }

    .titleText {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sectionContainer {
        flex-direction: column-reverse;
    }

    .rightSectionText {
        width: 100%;
    }

    .rightTextBox {
        width: 100%;
    }

    .subTitleContainer {
        text-align: center;
    }

    .subTitleText {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 27px;
        line-height: 35px;
        letter-spacing: 0px;
        margin: 0 auto;
    }

    .headingText {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 15px;
    }

    .leftSectionImage {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .leftImage {
        width: 100%;
    }

    .leftSectionText {
        width: 100%;
    }

    .leftTextBox {
        width: 100%;
    }

    #lana {
        width: 100%;
    }

    .rightSectionImage {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .rightImage {
        width: 100%;
    }

    .text {
        font-size: 13px;
    }

    .list {
        width: calc(100% - 44px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .leftTextBox, .rightTextBox {
        width: 90%;
    }
}