* {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

main {
    margin-top: 200px;

    h2 {
        font-size: 80px;
        font-weight: 400;
        margin: 80px 0 80px 0;
        line-height: 80px;
    }

    p,
    h2,
    h3 {
        color: #2b4b89;
    }
}

.section-banner {
    width: 100%;
    height: auto;
    position: relative;

    .img-2 {
        width: 54%;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    h1 {
        position: absolute;
        font-size: 100px;
        font-weight: 600;
        color: #FFF;
        width: 550px;
        height: 100%;
        line-height: 100px;
        bottom: -14%;
        left: 10%;
    }
}

.section-direitos {

    div {
        img {
            width: 100%;
        }

        h3 {
            font-size: 60px;
            margin-bottom: 40px;
        }

        p {
            font-size: 30px;
            line-height: 32px;

            span {
                color: #c73747;
                font-size: 100px;
                bottom: -17px;
                position: relative;
            }
        }

        .p-2 {
            padding: 0px !important;
        }
    }
}

@media (max-width: 1199px) {
    main {
        h2 {
            font-size: 40px;
            line-height: 40px;
        }
    }

    .section-banner {
        h1 {
            font-size: 60px;
            line-height: 60px;
            bottom: -17%;
            left: 4%;
        }
    }

    .section-direitos {
        div {
            h3 {
                font-size: 30px;
                margin-bottom: 10px;
            }

            p {
                font-size: 20px;
                line-height: 20px;
            }
        }
    }
}

@media (max-width: 991px) {
    main {
        h2 {
            text-align: center;
            margin: 20px 0px 20px 0px;
        }
    }

    .section-banner {
        h1 {
            font-size: 40px;
            line-height: 40px;
            max-width: 300px;
        }
    }
}

@media (max-width: 575px) {
    main {
        margin-top: 160px;

        h2 {
            text-align: center;
            font-size: 25px;
            line-height: 20px;
            font-weight: 600;
        }
    }

    .section-banner {
        h1 {
            font-size: 26px;
            line-height: 30px;
            bottom: -30%;
            max-width: 230px;
        }
    }

    .section-direitos {
        .div-img {
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        div {
            img {
                width: 70%;
            }

            h3 {
                font-size: 25px;
                line-height: 25px;
                margin-bottom: 0px;
                margin-top: 20px;
            }

            p {
                font-size: 16px;
            }
        }
    }
}