.about-intro {
    padding: 60px 0
}

.about-intro h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    color: #9dabaf;
    margin-top: 5px;
    margin-bottom: 5px
}

.about-intro .title {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    margin-bottom: 5px
}

.about-intro .title-h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 10px 0
}

.about-intro .detail .h4,
.about-intro .detail h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
    color: #000
}

@media screen and (max-width:1199px) {    
	.about-intro .title {
		font-size: 26px;
		line-height: 34px;
	}
	.about-intro .title-h3 {
		font-size: 20px;
		margin: 10px 0 15px 0;
	}
	.about-intro .detail .h4, .about-intro .detail h4 {
		font-size: 16px;
		margin-top: 10px;
	}
		
}


@media screen and (max-width:991px) {
.about-intro .img_cont {
    margin: 35px 0 0;
}

}

@media screen and (max-width:767px) {   
.about-intro .title {
    font-size: 22px;
    line-height: 28px;
}
}