/* Text Elements */

span.text-element.text-contacts {
  margin-bottom: 3px;
  color: #307abc;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}

div.responsive-picture.logo-top {
  margin-right: auto;
  margin-left: auto;
  max-width: 420px;
}

.container-grid.cont-page-front {
  padding: 15px;
}

.container-grid.cont-2col-home {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

.container-grid.cont-colums-pad {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 15px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.cont-contact-details {
  padding: 15px;
}

div.responsive-picture.email {
  margin-right: auto;
  margin-left: auto;
  max-width: 230px;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  span.text-element.text-contacts {
    font-size: 23px;
  }

  div.responsive-picture.email {
    max-width: 294px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  span.text-element.text-contacts {
    font-size: 30px;
  }

  .container-grid.cont-2col-home {
    grid-template-columns: 50% auto;
    grid-template-rows: repeat(2 , auto);
  }

  div.responsive-picture.logo-top {
    max-width: 600px;
  }

  div.responsive-picture.email {
    max-width: 382px;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  span.text-element.text-contacts {
    font-size: 36px;
  }

  div.responsive-picture.email {
    max-width: 461px;
  }
}