#headerDummy {
  height: 0;
}

.serviceTitle {
  position: absolute;
  display: block;
  margin: 16vw 0 auto;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 30px;
  font-weight: 400;
}

.banner {
  width: 100%;
  position: relative;
  display: block;
}

.serviciosContainer {
  width: 90%;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  max-width: 1250px;
}

.blogBox {
  width: 45%;
  margin: 0 2.5%;
  position: relative;
  float: left;
}

.blogContainer {
  width: 90%;
  margin: 20px auto;
  margin-bottom: 30px;
  display: block;
}

.blogImg {
  position: relative;
  width: 100%;
}

.blogTxtContainer {
  width: 100%;
  position: relative;
  margin: 25px auto;
  height: auto;
  padding-right: 20px;
  overflow: hidden;
  min-height: 250px;
}

.blogTitle {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 500;
}

.blogText {
  font-size: 14px;
  line-height: 22px;
}

.contact {
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  color: #f09695;
}

@media screen and (max-width: 768px) {
  .serviceTitle {
    margin: 55vw 0 auto;
    width: 80%;
    left: 10%;
    font-size: 25px;
  }
  .serviciosContainer {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .blogBox {
    width: 100%;
    margin: 0;
  }
  .blogTxtContainer {
    height: auto;
    min-height: 239px;
  }
  .contact {
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border: 1px solid #f09695;
  }
  .blogTitle {
    font-size: 23px;
    margin-bottom: 22px;
  }
}
