.team-container{padding: 75px 0 80px;background: #586271;}
.team-container .heading h4{color: #fff;}
.team-content-container + .team-content-container{margin-top: 60px;}
.tc-left {width: calc(100% - 268px);display: flex;flex-flow: column;padding-top: 40px;}
.tc-left-upper{font-size: 20px;font-weight: 400;color: #fff;position: relative;padding-bottom: 31px;}
.tc-left-upper:before{content: '';position: absolute;width: 100%;height: 2px;background: #fff;bottom: 0;left: 0;}
.tc-left-upper h6 {font-size: 20px;color: #fff;font-weight: 700;margin-bottom: 0;}
.tc-left-lower{font-size: 16px;line-height: 22px;font-weight: 400;color: #fff;padding-right: 32%;padding-top: 26px;letter-spacing: -0.4px;}
.tc-right {width: 268px;}
.tc-team-img-mob {display: none;}
.tc-team-img img {width: 100%;height: 10%;object-fit: cover;}
.tc-team-img {width: 100%;box-shadow: -20px 20px 20px 0px rgb(35, 31, 32, 0.35);}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px) { 
.tc-left-lower{padding-right: 20%;}
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
  .team-container{padding: 30px 0 30px;}
  .tc-left {width: 100%;padding-top: 0;}
  .tc-left-upper {display: flex;align-items: center; font-size: 16px;padding: 0 7px 24px 0;}
  .tc-left-upper h6 {font-size: 16px;}
  .tc-team-img-mob {display: block;width: 87px;margin-right: 14px;box-shadow: -10px 10px 10px 0px rgb(35, 31, 32, 0.35);}
  .tc-team-img-mob img {width: 100%;height: 100%;object-fit: cover;}
  .tc-left-lower {padding: 24px 7px 0;text-align: center;}
  .tc-right {max-width: 100%;display: none;}
}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px) {
 
}