@media screen and (max-width: 950px) {
  .headerServices {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    padding-top: 5%;
  }
  .headerServices div {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 5%;
  }
  .secondServicesDiv {
    display: flex;
    flex-direction: column;
    margin-right: 5%;
    margin-left: 5%;
  }
  .thirdServicesDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* border: 1px solid black; */
    margin-bottom: 5%;
  }
  .thirdServicesDiv img {
    width: 100%;
  }
  .thirdServicesDiv h3,
  .thirdServicesDiv p {
    margin: 2%;
    text-align: right;
  }
  .thirdServicesDiv h3 {
    font-size: 26px;
    font-weight: 500;
  }
}

@media screen and (min-width: 951px) {
  .headerServices {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 80%;
    margin: 0 10% 5% 10%;
    padding-top: 2%;
    text-align: center;
  }
  .headerServices img {
    margin-bottom: 5%;
    width: 50%;
    height: auto;
  }
  .headerServices div {
    width: 50%;
    margin-right: 5%;
  }
  .secondServicesDiv {
    width: 80%;
    margin: 0 10% 0 10%;
    display: flex;
    flex-direction: column;
  }
  .thirdServicesDiv {
    display: flex;
    flex-direction: row;
    /* border: 1px solid black; */
    padding-bottom: 1%;
    /* padding-bottom: 5%; */
    margin-bottom: 2%;
    /* height: 100%;
        width: 100%;
        padding: 4%; */
  }
  .thirdServicesDiv div:first-child {
    width: 26%;
  }
  .thirdServicesDiv div:nth-child(2) {
    width: 67%;
  }
  .thirdServicesDiv div img {
    width: 100%;
    max-height: 244px;
  }
  .thirdServicesDiv h3,
  .thirdServicesDiv p {
    margin-right: 2%;
    text-align: right;
  }
  /* .thirdServicesDiv h3 {
        margin-top: 2%;
    } */
}
.thirdServicesDiv {
  padding-top: 8%;
  margin-top: -8%;
}
#asylo {
  padding-bottom: 5%;
}
main {
  /* background-color: #d1e8e2 !important; */
  background-color: #d9d9d9;
}
