/*-- 0 --*/
@media (min-width: 480px) {

}

/*-- 1 --*/
@media (min-width: 768px) {
  .meet-people-section{
    padding: 50px 0;
  }
  .meet-people-section .meet-people-row{
    display: flex;
    align-items: center;
    padding: 50px 0;
  }
  .meet-people-section .meet-people-row .meet-people-col-1{
    width: 44%;
  }
  .meet-people-section .meet-people-row .meet-people-col-2{
    width: 56%;
    padding: 30px;
  }
  .meet-people-section .meet-people-row h3{
    font-size: 36px;
    line-height: 52px;
  }

}

/*-- 2 --*/
@media (min-width: 992px) {
  .meet-people-section .meet-people-row .meet-people-col-1{
    width: 33%;
  }
  .meet-people-section .meet-people-row .meet-people-col-2{
    width: 67%;
    padding: 30px 50px;
  }

}

/*-- 3 --*/
@media (min-width: 1200px) {

}

/*-- 4 --*/
@media (min-width: 1600px) {

}

/*-- 5 --*/
@media (min-width: 1920px) {
}
