.sec-about{
  background: #FFE700;
}
.about-img img{
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
.about-text{
  width: 100%;
  padding-right: 9.8rem;
  display: flex;
  flex-direction: column;
}
.about-text .h4{
  margin-top: auto;
  margin-bottom: 6.4rem;
}
.about-text .h4:last-child{
  margin-bottom: 0;
}
.about-numbers-list{
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}
.about-numbers-list:last-child{
  margin-bottom: 0;
}
.about-numbers{
  margin-right: 4.8rem;
}
.about-numbers:last-child{
  margin-right: 0;
}
.about-numbers .h3{
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
}
.about-numbers p{
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 120%;
  color: #494949;
}
.about-info{
  margin-bottom: auto;
}
.about-info p{
  color: #636363;
}
.about-btn{
  margin-top: 3.2rem;
}
@media(min-width:1200px) and (max-width:1351.98px){
  .about-text {
    padding-right: 4.8rem;
  }
  .about-text .h4 {
    margin-bottom: 5.6rem;
  }
  .about-numbers-list {
    margin-bottom: 2.8rem;
  }
  .about-btn {
    margin-top: 2.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .about-block .col-lg-5{
    width: 44%;
  }
  .about-block .col-lg-6{
    width: 53%;
  }
  .about-text {
    padding-right: 4rem;
  }
  .about-text .h4 {
    margin-bottom: 4rem;
  }
  .about-numbers-list {
    margin-bottom: 2.4rem;
    justify-content: space-between;
  }
  .about-numbers {
    margin-right: 2rem;
  }
  .about-numbers .h3 {
    margin-bottom: 1rem;
  }
  .about-btn {
    margin-top: 2.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .about-block .col-lg-5{
    width: 45%;
  }
  .about-block .col-lg-6{
    width: 55%;
  }
  .about-text {
    padding-right: 0;
  }
  .about-text .h4 {
    margin-bottom: 3.2rem;
  }
  .about-numbers-list {
    justify-content: space-between;
  }
  .about-numbers {
    margin-right: 0;
  }
  .about-numbers .h3 {
    margin-bottom: 1rem;
  }
  .about-numbers p {
    font-size: 1rem;
  }
  .about-btn {
    margin-top: 2.4rem;
  } 
}
@media(max-width:767.98px){
  .about-text {
    padding-right: 0;
    margin-top: 6.4rem;
  }
  .about-text .h4 {
    margin-bottom: 3.2rem;
  }
  .about-numbers-list {
    margin-bottom: 6.4rem;
    justify-content: space-between;
  }
  .about-numbers-list:last-child{
    margin-bottom: 0;
  }
  .about-numbers {
    margin-right: 0;
  }
  .about-numbers p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .about-info {
    width: calc(100% - 6px);
  }
}