.about-section{
   padding:130px 0px;
}
.about-section .about-container{
    display: flex;
    max-width:1400px;
    margin: 0 auto;
	gap:0 90px;
	align-items: center;
}
.about-section .mc-left-image {
    width:56%;
	display: flex;
	gap:0 47px;
	align-items: center;
}
.about-section .mc-left-image .left-img-2,
.about-section .mc-left-image .left-img-1 {
    height:508px;
	overflow:hidden;
	width:50%;
}
.about-section .right-content {
    width:44%;
}
.about-section .mc-left-image img{
    width:100%;
	height:100%;
	object-fit:cover;
}
.about-section .about-container .head-title{
   margin: 0 0 15px 0;
    padding: 0;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: -0.044em;
    color: #000000;
}
.about-section .about-container .sub-head-title{
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -0.042em;
    color: #000000;
}
.about-section .about-container .about-description p{
	font-family: Albert Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 20px 0;
    padding: 0;
}
