.caption {
	color: #c80c3b;
	font-size: 35px;
}
.caption_en {
	color: #c80c3b;
	font-size: 30px;
	text-decoration: underline;
	text-underline-offset: 20px;
	margin-bottom: 20px
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-20 {
	margin-top: 20px;
}
p {
    margin-bottom: 10px;
}
.box-text {
    color: white;
    padding: 20px;
    background-color: #c80c3b;
    width: 80%;
}
.box-contact {
	display: flex;
}
.box-images {
	width: 80%;
	display: flex;
	justify-content: space-between;
}
.white-color {
	color: white !important;
}

.img-bus {
	border: 6px solid #c80c3b;
    border-radius: 45px;
    position: absolute;
}
.img-bus img {
	border-radius: 45px;
}
.img-left {
	top: 550px;
	z-index: 999;
}
.img-right {
	left: 660px;
}
.product_img {
    display: flex;
    height: 285px;
    align-items: center;
}
.product_img.height-standard {
    height: 200px;
}