.home_about {
	color: #1C1D1C; padding:40px 0;
	background-color: #F5F5F5;
}
section.home_about.relative.page_section .row img {
    object-fit: cover;
}
section.home_about.relative.page_section .row {
    align-items: center;
}
.home_about .section_title{
	position: relative;
	padding-bottom: 5px; font-size: 1rem;
}
.home_about .section_title p{
	margin-bottom: 0; font-weight: normal;
}
.home_about .section_title h2 {
	margin-bottom: .5rem;
}
.home_about .section_title:after{
	content: "";
	position: absolute;
	left: 0px;
	width: 60px;
	height: 2px;
	background: var(--Primary-red-color);
	bottom: 0px;
}
.home_about .col_wrapper .col_wrapper {
	margin-top: 1.5rem; font-size: 15px; line-height: 1.8
}
.home_about .about_btn {
	padding:.5em 1.5em; color: #fff; background-color:  #0c438a; display: inline-block; border-radius: 2px;
	margin-top: 1rem; text-decoration: none; font-size: 15px; font-weight: 500
}
.home_about .about_btn:hover {
	color: white; background-color: var(--Second-green-bold-color); 
}
.home_about .padding_ratio:before {
	padding-bottom: 40%
}
.home_about .section_title h2 span {
	font-weight: bold;
}
@media (max-width: 1024px) {
	.home_about .about_btn {
		margin-bottom: 1rem;
	}
}
@media (max-width: 650px) {
	.home_about .container {
		padding:0 12px;
	}
}