section.single {

    margin-top: 30px;

    margin-bottom: 50px;

}



    section.single .titulo {

        text-align: center;

        font-size: 48px;

        line-height: 52px;

        letter-spacing: 2.4px;

        text-transform: uppercase;

    }



    section.single .data {

        margin-top: 30px;

        color: #F29C33;

        text-align: center;

    }



    section.single .imagem-destaque {

        margin-top: 30px;

        height: 480px;

        width: 100%;

    }



    section.single .imagem-destaque img {

            border-radius: 32px;

        }



    section.single .conteudo {

        margin-top: 30px;

        padding: 0 100px;

    }



    section.single .partilha {

        margin-top: 50px;

    }



    section.single .partilha span {

            color: var(--cor-cinza);

            font-size: 24px;

            font-weight: 700;

            line-height: 28px;

            letter-spacing: 1.2px;

            text-transform: uppercase;

        }



    section.single .partilha .icon {

            width: 24px;

            height: 24px;

        }



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

        section.single .titulo {

            font-size: 26px;

            line-height: 36px;

        }



        section.single .imagem-destaque {

            height: 280px;

        }



        section.single .conteudo {

            padding: 0 20px;

        }



}





section.single .conteudo .texto h2 {

                font-size: 26px;

                line-height: 30px;

                margin: 20px 0;

                font-weight: 700;

            }





section.single .conteudo .texto h3 {

                font-size: 24px;

                line-height: 30px;

                margin: 20px 0;

                font-weight: 700;

            }





section.single .conteudo .texto h4 {

                font-size: 22px;

                line-height: 30px;

                margin: 15px 0;

                font-weight: 600;

            }





section.single .conteudo .texto h5 {

                font-size: 20px;

                line-height: 26px;

                margin: 15px 0;

                font-weight: 600;

            }





section.single .conteudo .texto h6 {

                font-size: 18px;

                line-height: 26px;

                margin: 15px 0;

                font-weight: 600;

            }





section.single .conteudo .texto>div {

            text-align: start !important;

        }





section.single .conteudo ul {

            font-weight: 600;

            /* margin-bottom: 15px; */

        }





section.single .conteudo img {

            max-width: 400px !important;

            border-radius: 32px;

            overflow: hidden;

            margin: 15px 0;
            width: 100% !important;

        }