.ladi-headline {
	padding-bottom: 10px;
	position: relative;
	font-weight: 400;
	text-align: center;
}
.ladi-headline::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid rgb(54, 54, 54);
}
#PARAGRAPH10 {
	padding-top: 10px;
}
.ladi-paragraph {
    color: rgb(61, 61, 61);
    font-size: 16px;
    line-height: 1.4;
}

#box-why-choose-us {
	padding: 0 0 20px 0;
    background-color: rgb(250, 239, 209);
}
#why-choose-us-title {
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
}
#why-choose-us-title::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 110px;
	margin-left: -55px;
    border: 1px solid rgb(54, 54, 54);
}
#why-choose-us-content {
    color: rgb(61, 61, 61);
}
#box-why-choose-us-article{
	text-align: center;
	padding: 10px 0 0;
}
.ladi-article-element-box {
	margin:  20px 0;
}

.ladi-article-element-summary {
	color: rgb(3, 3, 3);
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    padding-top: 15px;
    height: 63px;
}
#box-company-slogan {
	background-color: rgb(250, 239, 209);
}
@media (min-width:768px) {
	.ladi-article-element-img img {
		width: 100%;
		height: 288px;
		object-fit: cover;
	}
	#box-objective-us-content {
		padding-top: 50px;
	}
}