.container-block {
  padding: 40px 500px;
  margin: 0 -500px;
  background-color: #f4eeee;
}

.box-left {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-right: 4%;
}

.box-left h2::before,
.another-tps h2::before{
  content: "";
  width: 100px;
  height: 3px;
  background-color: #737477;
  display: block;
  margin-bottom: 10px;
}

.box-right {
  display: inline-block;
  width: 65%;
  height: 400px;
  background: url(../img/thumb_video_hospital.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 20px;
}

.box-media-video {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 44%;
  margin: -50px 0 0 0;
}

.box-media-text {
  font: 21px/27px 'toyota_displayregular', sans-serif;
  color: #ffffff;
  position: relative;
  width: 550px;
  bottom: -298px;
  left: 50%;
  margin-left: -271px;
  text-align: center;
}

.another-tps {
  margin-top: 40px;
}

@media screen and (max-width: 1024px){
  .box-left{
    width: 100%;
    margin-top: -10px;
  }
  .container-block {
    padding-top: 1px;
    padding-bottom: 0;
  }

  .container-block .page-title h1::before {
    margin-bottom: 5px;
  }
  .box-right{
    width: 100%;
    height: 250px;
  }
  .box-media-video{
    top: 35%;
    left: 34%;
  }
  .box-media-text{
    width: auto;
    bottom: -155px;
    left: 0;
    margin-left: auto;
    font: 17px/20px 'toyota_displayregular', sans-serif;
  }
  .another-tps {
    margin: 40px 10px 0 10px;
  }
  .box-tps-link {
    position: relative;
    display: inline-block;
    width: 45%;
    height: 150px;
    background-color: white;
    margin: 0 1.5% 15px;
    flex-grow: 0;
    overflow: hidden;
  }

  .box-tps-link img{
    width: 100%;
    height: auto;
  }
}
