
.aboutUs{
    height: fit-content;
    padding-left: .6em;
    width: 100%;
    border:3px solid #fca943;
    border-radius:22px;
    background-color: #fca943;
    box-shadow: 7px 7px 15px #ae752f;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: justify;
    text-justify: inter-word;
  }
  .imagen1{
    display: none;
  }
  .imagen2{
    display: none;
  }
  .imagen3{
    display: none;
  }
  .workFlow{
    background-color: #C4A467;
    padding-left: 0.6em;
    width: 100%;
    border:3px solid #C4A467;
    border-radius:22px;
    height: fit-content;
    margin-top: 50px;
    box-shadow: 7px 7px 15px #9b7a3d;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: justify;
    text-justify: inter-word;
  }
  
  .service{
    background-color: #DDCFB1;
    height: fit-content;
    padding-left: .6em;
    border:3px solid #DDCFB1;
    border-radius:22px;
    width: 100%;
    margin-top: 50px;
    box-shadow: 7px 7px 15px #c0aa7b;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: justify;
    text-justify: inter-word;
  }
  @media screen and (max-width: 950px) {
    .aboutUs{
      padding-top: 50px;
    }
    .imagen,.imagen4,.imagen5{
      display: none;
    }
    .imagen1{
      display: block;
    }
    .imagen2{
      display: block;
    }
    .imagen3{
      display: block;
    }
  }
  .contenedorp{
    height: fit-content;
    padding-left: .6em;
    width: 100%;
    border:3px solid rgb(255, 255, 255);
    border-radius:22px;
    background-color: #fff;
    box-shadow: 7px 7px 15px #8e847d;
  }
  .contenedormp{
    height: fit-content;
    padding-left: .6em;
    width:100%;
    border:3px solid rgb(255, 255, 255);
    border-radius:22px;
    background-color: #fff;
    box-shadow: 7px 7px 15px #8e847d;
  }