@media (min-width: 992px){#block-home-three-img .totalbox {
  padding-top:8rem;
}}

#block-home-three-img .parentbox1 {
  /*max-width: 1180px;*/
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*max-height: 600px;*/
  max-height: 580px;
}

#block-home-three-img .imgbox1 {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

#block-home-three-img .textbox1 {
  position: relative;
  bottom: 7rem;
  color: #fff;
  text-align: center;
  background: #f3dbdb61;
  padding-bottom: 2.3rem;
  padding-top: 0.3rem;
}

#block-home-three-img .parentbox2 {
  /*max-width: 585px;*/
  max-width: 560px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*max-height: 600px;*/
  max-height: 580px;
}

#block-home-three-img .megaparentbox2{
  /*max-width: 1200px;*/
  max-width: 1160px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#block-home-three-img .textbox1 .h1{
color:#fff;
text-transform: none;
font-weight: 400;
}

@media (max-width: 992px) {#block-home-three-img .parentbox2 {justify-content: flex-end;}}