
.company-section3 h3 {
    margin-bottom: 0;
}

.company-section3 .line-separator{
    margin: 70px 0 50px;
}

.three-col-container{
    position: relative;
    padding-top: 60px;
}

.three-col-wrapper .profile-img{
    position: relative;
    /* min-height: 166px; */
}

.three-col-wrapper .profile-img .image{
    padding-top: 57.24%;
    width: 100%;
}

.profile-desc-wrapper{
    margin-top: 12px;
    position: relative;
}

.profile-desc-wrapper .name-wrapper{
    font-family: "OpenSans-Light";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.name-wrapper .full-name{
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.three-col-wrapper .designation-wrapper{
    min-height: 100px;
}

.designation-wrapper p {
    font-family: "OpenSans-Light";
    line-height: 23px;
    margin: 0 0 4px;
} 

.bio-wrapper p {
    line-height: 27px;
}

.leadership-wrapper p{
    padding-right: 10px;
}

.founders-wrapper{
    margin-bottom: 20px;
}

.founders-wrapper .line-anim {
    position: absolute;
    height: 99%;
    left: -15px;
    margin: 15px 0;
}

.full-col-profile .profile-desc-wrapper,
.full-col-profile .profile-img{
    margin-top: 8px;
}

@media (min-width: 1367px) {
	.three-col-wrapper .designation-wrapper {
		min-height: 85px;
	}
	.three-col-container {
    row-gap: 24px;
  }
}

@media(min-width: 992px) and (max-width: 1366px){
    .founders-wrapper .line-anim{
        height: 98%;
    }
    .three-col-container{
    
        row-gap: 60px;
    }
    .profile-desc-wrapper .name-wrapper {
		font-size: 14px;
		line-height: 21px;
		min-height: 42px;
	}
	
	.name-wrapper .full-name {
		font-size: 12p;
	}
	
	.three-col-wrapper .designation-wrapper {
		margin-bottom: 9px;
	}
	
	.designation-wrapper p {
		margin: 0 0 7px 0;
	}
	
	.full-col-profile .name-wrapper {
	    min-height: 0px;
	}
	
	.full-col-profile .designation-wrapper p {
		margin: 0 0 5px 0;
	}
}

@media(min-width: 992px) and (max-width: 1280px){
    .three-col-container{
        padding-top: 40px;
    }

    .company-section3 .line-separator {
        margin: 40px 0;
    }
}

@media(max-width: 991px){
  
    .company-section3 h3{
        margin-bottom: 30px;
    }

    .company-section3 .line-separator{
        margin: 0 0 40px;
    }

    .leadership-wrapper p{
        padding-right: 18px;
    }

    .three-col-container{
        padding-top: 60px;

    }

    .founders-wrapper{
        margin-bottom: 0;
    }

    .founders-wrapper .line-anim{
        margin: 0 0;
    }

    .three-col-container .line-anim{
        height: 60px;
        left: 55px;
        top: -10px;
    }

    .three-col-wrapper .profile-img,
    .full-col-profile .profile-img{
        min-height: auto;
        max-width: 309px;
    }

    .designation-wrapper p{
        margin-bottom: 8px !important;
    }

    .three-col-wrapper .profile-img .image{
        padding-top: 57.14%;
    }

    .designation-wrapper{
        min-height: 100% !important;
        margin-bottom: 14px;
    }

    .profile-desc-wrapper,
    .full-col-profile .profile-desc-wrapper{
        margin-top: 16px;
    }

    .profile-desc-wrapper .name-wrapper{
        font-size: 14px;
    }

    .three-col-wrapper .bio-wrapper{
        margin-bottom: 40px;
    }
}

@media(max-width: 540px){
    .three-col-wrapper .profile-img, 
    .full-col-profile .profile-img{
        max-width: 263px;
    }
}