.body {
  background-color: #0a0a0a;
  background-image: url('../images/15228952_v787-tang-25b.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.div-block {
  color: #fff;
  text-align: center;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.link {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.heading {
  margin-top: 0;
  margin-bottom: 65px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 67px;
  font-weight: 400;
}

.image {
  width: 100%;
  max-width: 277px;
  margin-bottom: 45px;
}

.address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Lato, sans-serif;
  font-size: 23px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading {
    margin-bottom: 95px;
  }

  .image {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    background-color: #0e0e0e;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading {
    margin-bottom: 150px;
    font-size: 97px;
  }

  .image {
    max-width: 400px;
    margin-bottom: 120px;
  }

  .address {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    font-size: 33px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-image: url('../images/13312739_v787-tang-26b.webp');
  }

  .container {
    max-width: 728px;
  }

  .heading {
    margin-bottom: 85px;
  }

  .image {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-size: cover;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: url('../images/13312739_v787-tang-26b.webp'), linear-gradient(#121212, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .div-block {
    grid-column-gap: 35vw;
    grid-row-gap: 35vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .image {
    width: 50vw;
    max-width: none;
    margin-bottom: 0;
  }

  .address {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    font-size: 5vw;
  }
}


