/*--------------- ---- Responsive --------------------------*/
.content_about {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .content_about {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content_about {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_about {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .content_about {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.content_about h2 {
  text-align: center;
}
.content_about .box_description_about {
  padding-left: 225px;
  padding-right: 225px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .content_about .box_description_about {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content_about .box_description_about {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_about .box_description_about {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .content_about .box_description_about {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content_about .box_description_about p {
  text-align: center;
  font-size: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .content_about .box_description_about p {
    font-size: 15px;
    text-align: justify;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content_about .box_description_about p {
    font-size: 15px;
    text-align: justify;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_about .box_description_about p {
    font-size: 15px;
    text-align: justify;
  }
}
@media (max-width: 575px) {
  .content_about .box_description_about p {
    font-size: 15px;
    text-align: justify;
  }
}

.img_project {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .img_project {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img_project {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_project {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .img_project {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .img_project {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}

.pricing_list {
  padding-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_list {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .pricing_list {
    padding-top: 60px;
  }
}
.pricing_list p {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_list p {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .pricing_list p {
    width: 85%;
  }
}/*# sourceMappingURL=style_about.css.map */