.title_page {
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 700;
}

.content-page p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.content-page h1 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 27px;
    margin-bottom: 30px;
}

.col-4-title-box1 {
    text-align: center;
}

.col-4-title-box1 .span1 {
    display: block;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.box-container-aru {
    padding-bottom: 40px;
}

.col-4-title-box1 img {
    margin-bottom: 10px;
}

.content-page {
    font-size: 16px;
}

.section__8_gt.main .wrap_background_aside ul li {
    list-style: disc !important;
    margin-left: 18px;
}

.breadcrumbs-slide {
    height: 250px;
    background-color: rgba(17, 24, 30, 0.1);
    background-position: center 26%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: rgba(255, 255, 255, .95);
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.breadcrumbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(35, 175, 76, 0.4);
}


.title-breadcrumbs-slide {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.35em;
    font-size: 27px;
    max-width: 700px;
    margin-inline: auto;
}
.title-breadcrumbs-slide h1 {
	font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    line-height: 1.35em;
    font-size: 30px;
    max-width: 700px;
    margin-inline: auto;
}

.breadcrumbs-item a {
    color: #fff;
}

.content-about__image img {
    width: 500px;
}

.content-page .content-about__desc:first-child {
    margin-top: 20px;
}

.content-about__desc span {
    color: #008000;
}









@media screen and (max-width: 768px) {
    .wrap_background_aside .content-page table {
        width: 100%;


    }

    .wrap_background_aside .content-page table tbody tr {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }

    .wrap_background_aside .content-page table tbody tr td {
        width: 100% !important;
    }

}