section.retorna {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    background-image: url("../assets/retorna/main_background.jpg");
    background-position-y: -175px;
    background-size: cover;
    padding: 20px 10px;
}

.retorna-main {
    max-width: 1190px;
    width: 100%;
}

.retorna-main-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 35px 0;
}


.retorna-main .retorna-main-row:nth-of-type(1) {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    margin-bottom: 45px
}

.retorna-main .retorna-main-row:nth-of-type(1) p {
    width: 60%;
}

.retorna-main .retorna-main-row:nth-of-type(1) h1 {
    font-size: 65px;
}

.retorna-main .retorna-main-row:nth-of-type(1) p {
    font-size: 20px;
}

.retorna-main .retorna-main-row:nth-of-type(2) img:nth-of-type(1) {
    width: 35%;
    max-width: 309px;
}

.retorna-main .retorna-main-row:nth-of-type(2) img:nth-of-type(2) {
    max-width: 188px;
    width: 18%;
}

.retorna-main .retorna-main-row:nth-of-type(3) img {
    max-width: 462px;
    width: 45%;
}


.retorna-main-text {
    width: 47%;
    max-width: 542px;
    font-size: 25px;
    margin: 0 15px;
}



.retorna-main-text-2 {
    width: 47%;
    max-width: 542px;
    font-size: 17px;
    display: flex;
    flex-direction: column;
}

.retorna-main-text-2-block {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.retorna-main-text-2-block p {
    width: calc(100% - 32px);
    font-size: 25px;
}


.check {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-image: url("../assets/retorna/check.png");
}


/* RETORNA LINE */

section.retorna-line {
    max-width: 100%;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
}

.line-left {
    background-image: url("../assets/retorna/retorna_line_left.png");
    background-position: left;

}

.line-right {
    background-image: url("../assets/retorna/retorna_line_right.png");
    background-position: right;

}



/* RETORNA EFFECTS */

section.retorna-effects h1 {
    margin-top: 0;
    margin-bottom: 85px;
}

.retorna-effects-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.retorna-effects-texts {
    max-width: 650px;
    width: 58%;
    margin: 0px 25px;
    position: relative;
}

.retorna-effects-texts::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    background-color: var(--retorna-color);

}

.retorna-effects-text-block {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.retorna-effects-text-block p {
    width: calc(100% - 47px);
    font-size: 25px;
    position: relative;
}



.dot {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    background-image: url("../assets/retorna/dot.png");
}

.retorna-effects-content img {
    max-width: 301px;
    width: 40%;
}


/* RETORNA COMPONENTS */

.retorna-components-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.retorna-components-row {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0;
}

.retorna-components-block {
    max-width: 230px;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 25px;
    text-align: center;
}

.retorna-components-img {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/retorna/retorna_component_block_back.png");
}

.retorna-components-img img {
    width: 65px;
    height: 65px;
}

.retorna-components-block h2 {
    margin: 15px;
}

.retorna-components-block p {
    font-size: 18px;
}


/* RETORNA CONTENT  */

section.retorna-about {
    width: 100%;
    max-width: 100%;
    background-color: #f8dcdc;
}


.retorna-about-content {
    width: 100%;
    max-width: 1190px;
    display: flex;
}

.retorna-about-content-text {
    width: 90%;
    max-width: 850px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.retorna-about-content-row img {
    max-height: 650px;
    min-height: 650px;
}

.retorna-about-content-text p {

    font-size: 27px;
}

.retorna-about-content-row {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.retorna-about-content-text p:nth-of-type(1) {
    margin-bottom: 45px;
}

.retorna-about-content-text p:nth-of-type(2) {
    border-bottom: 1px solid var(--retorna-color);
    margin-bottom: 15px;
    padding: 20px 0;
}


@media (max-width: 981px) {
    /* MAIN */

    .retorna-main-row {
        flex-direction: column;
    }

    .retorna-main-row h1{
        font-size: 55px;
    }

    .retorna-main .retorna-main-row:nth-of-type(1) p {
        width: 100%;
    }

    .retorna-main .retorna-main-row:nth-of-type(2) img:nth-of-type(1) {
        width: 90%;
    }

    .retorna-main .retorna-main-row:nth-of-type(2) img:nth-of-type(2) {
        width: 90%;
    }

    .retorna-main .retorna-main-row:nth-of-type(3) img:nth-of-type(1) {
        width: 90%;
    }

    .retorna-main {
        width: 95%;
    }

    .retorna-main-text {
        font-size: 20px;
    }

    .retorna-main-text-2-block p {
        font-size: 20px;
    }


    .retorna-main-text {
        text-align: center;
        width: 100%;
        margin: 30px 15px;
        max-width: 651px;
    }

    .retorna-main-text-2 {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
    align-items: center;
    }

    .retorna-main {
        max-width: 765px;
    }


    /* retorna-components  */

    .retorna-components-row {
        flex-direction: column;
        align-items: center;
    }

    .retorna-components-block {
        max-width: initial;
        width: 90%;
        margin: 30px 0;
    }

    .retorna-components-row {
        margin: 0px;
    }


    /* .retorna-effects  */  

  

    .retorna-effects-text-block p {
        font-size: 20px;
    }

    .retorna-effects-content {
        flex-direction: column;
    }

    .retorna-effects-texts {
        width: 90%;
        margin-bottom: 30px;
    }

    /* retorna-about */

    .retorna-about-content-text p {
        font-size: 20px;
    }

    .retorna-about-content-text {
        width: 100%;
    }

    .retorna-about-content-row {
        flex-direction: column;
        align-items: center;
    }

    .retorna-about-content-row img {
        margin-top: 30px;
    }



    /* h1 titles */

    .retorna-effects h1, .retorna-components h1 , .retorna-about h1{
        font-size: 40px;
    }

  
}


@media (max-width: 791px) {
    .retorna-main .retorna-main-row:nth-of-type(1) h1 {
        font-size: 43px;
    }

    .retorna-effects h1, .retorna-components h1, .retorna-about h1 {
        font-size: 35px;
    }

    .retorna-effects-text-block p {
        font-size: 19px;
    }

    .retorna-about-content-text p {
        font-size: 19px;
    }
}


@media (max-width: 551px) {
    .retorna-main .retorna-main-row:nth-of-type(1) h1 {
        font-size: 35px;
    }

    .retorna-effects h1, .retorna-components h1, .retorna-about h1 {
        font-size: 35px;
    }

    .retorna-effects-text-block p {
        font-size: 19px;
    }

    .retorna-about-content-text p {
        font-size: 19px;
    }
}

@media (max-width: 431px) {
    .retorna-main .retorna-main-row:nth-of-type(1) h1 {
        font-size: 31px;
    }

    .retorna-main .retorna-main-row:nth-of-type(1) p {
        font-size: 19px;
    }

    .retorna-main-text-2-block p {
        font-size: 19px;
    }

    .retorna-effects h1, .retorna-components h1, .retorna-about h1 {
        font-size: 32px;
    }

    .retorna-effects-text-block p {
        font-size: 19px;
    }

    .retorna-about-content-text p {
        font-size: 19px;
    }
}