@charset "utf-8";

.greetings {
	display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
}
.greetings .greetings__img {
	width: 40%;
}
.greetings .greetings__title {
	text-align: center;
    font-weight: bold;
}
.greetings-content {
	text-align: justify;
	font-size: 15px;
	font-weight: bold;
}
.con_intro_c2 h3 {
	text-align: right;
	margin-bottom: 5px;
}
@media only screen and (min-width:680px) and (max-width:991px) {
	.con_intro_c2 {
		width: 100% !important;
	}
	.greetings .greetings__title {
		font-size: 25px;
	}
}
@media only screen and (max-width:679px) {
	.con_intro_c2 {
		width: 100% !important;
	}
	.greetings .greetings__title {
		font-size: 16px;
	}
	.con_intro_c2 h3 {
		font-size: 17px;
	}
}