#offer {
  margin-top: 16px;
  background-color: #f5f5f5;
  padding: 41px 0 50px 0;
}

#offer h2 {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 12px;
}

#offer h2 span {
  font-size: 38px;
}

#offer p {
  font-size: 19px;
  line-height: 1.175;
}

#offer .button {
  height: 52px;
  line-height: 52px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 20px 0 20px;
  font-size: 17px;
  margin-top: 24px;
  color: #fff;
}

.offer-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1150px;
  margin: 5px auto 26px auto;
}

.offer {
  flex-direction: column;
}

.offer h5 {
  font-size: 20px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

.offer img {
  min-height: 116px;
  object-fit: contain;
}

#offer .title .smalltitle {
  font-size: 35px;
  padding-left: 4px;
  padding-right: 15px;
}

@media screen and (max-width: 768px ) {
  .offer-list {
    grid-template-columns: 1fr 1fr;
  }

  #offer .title .smalltitle {
    font-size: 22px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #offer .title .largetitle span {
    padding-right: 16px;
  }
}
@media screen and (max-width: 567px ) {
  #offer {
    margin-top: 20px;
  }
  #offer h2 {
    font-size: 39.5px;
    line-height: 1;
    margin: 0;
  }
  #offer h2 span {
    font-size: 38px;
  }
  #offer p {
    font-size: 16px;
  }
  #offer .button {
    margin-top: 33px;
  }
  .offer-list {
    text-align: left;
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 25px 25px;
    margin-left: 10px;
  }
  .offer {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .offer .image {
    flex-basis: 83px;
    flex-shrink: 0;
  }
  .offer img {
    min-height: unset;
    height: auto;
    min-width: 70px;
  }
  .d-1 img {
    max-width: 40px;
  }
  .d-2 img {
    max-width: 50px;
  }
  .d-3 img {
    max-width: 50px;
  }
  .d-4 img {
    max-width: 56px;
  }
  .d-5 img {
    max-width: 61px;
  }
  .d-6 img {
    max-width: 55px;
  }
  .offer img {
    margin: 0;
  }
  .offer h5 {
    font-size: 18px;
    margin: 0 0 -4px;
    padding: 0;
  }
}

@media screen and (max-width: 378px){
  #offer .title .largetitle {
    font-size: 40px;
  }
}

@media screen and (max-width: 340px){
  #offer .title .largetitle span {
    padding-right: 4px;
  }
}