/*============================================================================
   #Webcms
==============================================================================*/
.body-about-us .header-about-us {
  margin: 50px 0;
  justify-content: center; }
  .body-about-us .header-about-us .title {
    font-size: 20px;
    text-align: center; }

.body-about-us .image-about-us {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .body-about-us .image-about-us {
      width: 100%; } }
  .body-about-us .image-about-us .image {
    width: 100%;
    margin-bottom: 42px; }
    .body-about-us .image-about-us .image img {
      width: 100%; }
