/* about section */
.home-about {
    text-align: center;
    margin: 78px 0;
}

.home-about .container {
    max-width: 1260px;
}

.home-about h2 {
    text-transform: uppercase;
    color: #3E362B;
    margin-bottom: 14px;
}

.home-about p {
    font-size: 24px;
    max-width: 909px;
    margin: 0 auto;
    font-weight: 400;
    color: #3E362B;
    line-height: 38.22px;
    letter-spacing: 0.1px;
}

.home-about-image-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 40px;
	align-items: center;
}

.home-about-image-content picture {
    width: 50%;
    margin-top: -20px;
}

.home-about-text {
    width: 50%;
    text-align: left;
    padding-left: 31px;
}

.home-about-text h3:first-child {
    margin-top: 0;
}

.home-about-text h3 {
    text-transform: uppercase;
    background: url(/wp-content/themes/hart/assets/images/heading-arrow.png) no-repeat 3px 2px;
    background-size: 20px;
    padding-left: 33px;
    font-size: 24px;
    font-family: "Archivo Black", sans-serif;
    color: #3E362B;
    line-height: 1;
    margin-bottom: 23px;
    margin-top: 62px;
}

.home-about-text p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 562px;
    text-align: left;
    margin: 0 0 30px;
    letter-spacing: 0.1px;
    font-weight: 400;
    color: #3E362B;
}
.home-about a.btn sub {
    bottom: 5px;
    font-size: 58%;
    left: 1px;
}
.page-id-124 .home-about-image-content {
   
    margin-top: 100px;
}

.home-about a.btn:hover {
    color: #ffffff;
    background-color: #3E362B;
	
}
.page-id-124 .home-about-image-content img {
	border-radius: 12px;
}
@media (max-width: 1024px) {
    .home-about p {
        font-size: 20px;
    }
	.home-about-text p {
    font-size: 15px;
}
	.home-about-text h3 {
    margin-top: 37px;
}
	.home-about h2 sub {
    bottom: 14px;
    font-size: 18px;
}
}
@media (max-width: 992px) {
    .home-about {
        margin: 55px 0;
    }
	 .home-about-image-content {
        align-items: center;
    }
}
@media (max-width: 767px) {
    .home-about p {
        line-height: 1.45;
        font-size: 18px;
    }
	.home-about-image {
    width: 100%;
}
	.home-about-text {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
}
	.home-about-image-content picture,
	.home-about-image-content picture img {
    width: 100%;
}
	.home-about-image-content {
   
    margin-bottom: 15px;
}
		.page-id-124 .home-about-image-content {
    margin-top: 60px;
}
	.home-about a.btn {
    margin: 0 15px;
}
	.home-about h2 sub {
    bottom: 11px;
    font-size: 16px;
}
	.page-id-124 .home-about-text p:last-child {
    margin-bottom: 0;
}
}

/* about section */