.offer-outer {
  position: relative;
}

.offer-item {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  display: block;
}

.offer-list .col-md-6:nth-child(-n + 2) .offer-item {
  margin-top: 0px;
}

.offer-list .col-md-3:nth-child(-n + 4) .offer-item {
  margin-top: 0px;
}

.offer-item:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.offer-img {
  position: relative;
}

.offer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offer-item:hover .offer-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.offer-text {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
  padding: 15px;
}

.offer-text .btn {
  margin-top: 33px;
}

.offer-text>*:not(.btn) {
  font-size: 46px;
  font-family: 'Metropolis Semi';
  line-height: 52px;
  font-weight: 600;
  color: #fff;
}

@media(min-width: 1360px) and (max-width: 1459px) {
  .offer-item {
    margin-top: 30px;
  }

  .offer-text>*:not(.btn) {
    font-size: 43px;
    line-height: 49px;
  }
}

@media(min-width: 1200px) and (max-width: 1359px) {
  .offer-item {
    margin-top: 30px;
  }

  .offer-text>*:not(.btn) {
    font-size: 36px;
    line-height: 44px;
  }
}

@media(min-width: 992px) and (max-width: 1199px) {
  .offer-item {
    margin-top: 20px;
  }

  .offer-text>*:not(.btn) {
    font-size: 32px;
    line-height: 40px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .offer-text .btn {
    margin-top: 25px;
  }

  .offer-img img {
    min-height: 265px;
  }

  .offer-item {
    margin-top: 20px;
  }

  .offer-text>*:not(.btn) {
    font-size: 28px;
    line-height: 34px;
  }
}

@media(max-width: 767px) {
  .offer-text .btn {
    margin-top: 20px;
  }

  .offer-item {
    margin-top: 30px;
  }

  .offer-list .col-lg-6:first-child .offer-item {
    margin-top: 0px;
  }

  .offer-list .col-md-6:nth-child(2) .offer-item {
    margin-top: 30px;
  }

  .offer-list .col-lg-4:first-child .offer-item {
    margin-top: 0px;
  }

  .offer-list .col-md-4:nth-child(2) .offer-item,
  .offer-list .col-md-4:nth-child(3) .offer-item {
    margin-top: 30px;
  }

  .offer-text>*:not(.btn) {
    font-size: 26px;
    line-height: 28px;
  }
}

@media(max-width: 575px) {

  .offer-img img {
    min-height: 250px;
  }

  .offer-text>*:not(.btn) {
    font-size: 26px;
    line-height: 28px;
  }
}