@media (min-width: 230px) {
  .banner {
    position: relative;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px; }
    .banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: 0.4;
      z-index: 1; }
    .banner h1 {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: UTM-Neutra;
      font-style: normal;
      font-weight: normal;
      font-size: 40px;
      line-height: 53px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #FFFFFF;
      z-index: 3; }
  .page__service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .page__service .page__service-item {
      display: block;
      width: 100%;
      position: relative;
      padding-top: 56%;
      margin: 5px; }
      .page__service .page__service-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.3;
        z-index: 2; }
      .page__service .page__service-item img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        -o-object-fit: cover;
        object-fit: cover; }
      .page__service .page__service-item p {
        position: absolute;
        bottom: 30px;
        left: 15px;
        z-index: 3;
        font-family: UTM-Neutra;
        font-style: normal;
        font-weight: normal;
        font-size: 26px;
        line-height: 45px;
        letter-spacing: 0.02em;
        color: #FFFFFF; } }

@media (min-width: 576px) {
  .page__service .page__service-item {
    max-width: -webkit-calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding-top: 28%; } }

@media (min-width: 992px) {
  .banner {
    padding-top: 40%; }
    .banner h1 {
      font-size: 40px;
      line-height: 53px; }
  .page__service {
    margin-bottom: 50px; }
    .page__service .page__service-item {
      max-width: -webkit-calc((100% / 3) - 10px);
      max-width: -moz-calc((100% / 3) - 10px);
      max-width: calc((100% / 3) - 10px);
      padding-top: 18.3%; } }

@media (min-width: 1200px) {
  .banner h1 {
    left: 70px; }
  .page__service {
    margin-bottom: 80px; }
    .page__service .page__service-item p {
      left: 30px;
      font-size: 40px;
      line-height: 75px; } }
