.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;
}

@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;
    }

}