.banner-container {
    position: relative;
    height: 18.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .banner-container .full-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .banner-container .banner-wrapper {
        position: absolute;
        width: 91.92708333333333%;
        padding-left: 0;
        padding-right: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .banner-container .banner-wrapper .title {
            color: #ffffff;
            letter-spacing: 0.5rem;
            font-weight: 500;
            font-size: 1.75rem;
            padding-top: 1.4em;
        }

        .banner-container .banner-wrapper .description {
            margin-top: 0.875rem;
            width: 10.625rem;
            color: #ffffff;
            letter-spacing: 0.09375rem;
            line-height: 1.5;
        }

.main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 91.92708333333333%;
}

    .main .breadcrumb-container {
        margin: 3rem auto 0;
        color: #000000;
        letter-spacing: 0.0625rem;
    }

        .main .breadcrumb-container .breadcrumb-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 0.5rem;
        }

            .main .breadcrumb-container .breadcrumb-list li a {
                color: #000000;
            }

    .main .text-container {
        position: relative;
        margin-top: 3.75rem;
        margin-bottom: 7.4375rem;
        padding: 0 0 5rem;
    }

        .main .text-container::after {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            height: 0.125rem;
            background-color: #000000;
            content: '';
        }

        .main .text-container .text-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 1.875rem;
        }

            .main .text-container .text-list .text-item .text {
                color: #494949;
                line-height: 2.13;
                font-weight: 300;
                text-align: justify;
            }

@media screen and (min-width: 577px) {
    .banner-container .banner-wrapper {
        width: 93.5546875%;
    }

        .banner-container .banner-wrapper .description {
            width: 14.375rem;
        }

    .main {
        width: 93.5546875%;
    }

        .main .text-container {
            margin-bottom: 11rem;
            padding-bottom: 7.5rem;
        }
}

@media screen and (min-width: 1025px) {
    .banner-container {
        height: 25rem;
    }

        .banner-container .banner-wrapper {
            width: 81.625rem;
        }

            .banner-container .banner-wrapper .title {
                font-size: 2.625rem;
            }

            .banner-container .banner-wrapper .description {
                width: 20rem;
                width: 26.875rem;
                font-size: 1.125rem;
            }

    .main {
        width: 81.625rem;
    }

        .main .text-container {
            margin: 6.25rem auto 23.25rem;
            padding-right: 0;
            padding-left: 0;
        }

            .main .text-container .text-list .text-item .text {
                letter-spacing: 0.15625rem;
                font-size: 1.5rem;
                line-height: 1.83;
            }
}
