.offer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.offer a.offer-button {
  background: #ff58bc;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  font-size: 19px;
  display: inline-block;
}

.offer a.offer-button:hover {
  color: #ffffff;
  background-color: #ec9cc3;
}

.offer-block .block {
  position: relative;
  background-color: #d29e9b;
  padding: 20px;
  margin: 0 10px;
  text-align: center;
}

.offer-block .highlight .block {
  margin-top: 90px;
  background-color: #FFF9F9;
}

.offer-number {
  text-align: left;
  font-weight: bold;
  font-size: 46px;
  color: #F06A76;
  position: absolute;
  left: 0;
  top: -70px;
}

.offer-block .title {
    width: 100%;
}
.offer-block .title h1 {
    margin: 0 0 10px 0 !important;
    line-height: 1.2;
}

.offer .block h3 a {
    color: #303030;
}

.offer .block p {
    font-size: 16px;
    line-height: 22px;
}

.offer .block {
    flex: 1 0 26%;
    margin: 0 10px 0 10px;
    color: #303030;
}

.offer .block p {
    margin: 0 !important;
}


.offer .block .image {
    padding-top: 75%;
    background-size: cover;
}

.offer.cols-1 .block {
display: flex;
align-self: center;
}

.offer.cols-1 .block .image {
    flex: 1 1 50%;
}

.offer.cols-1 .block .text p {
  font-size: 19px;
  line-height: 24px;
}


.offer .block .text {
    padding: 20px 20px 70px 20px;
}

.offer .block .text .getoffer {
    position: absolute;
    bottom: 20px;
    font-size: 19px;
    width: 100%;
    left: 0;
}

.offer.cols-1 .block .text {
    flex: 1 1 50%;
    padding-left: 20px;
    text-align: center;
    padding-bottom: 0;
}

.offer.cols-1 .block .text .getoffer {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.offer.cols-1.offer .block .text .getoffer {
  positon: relative;
  bottom: 0;
}


.offer.cols-1 .block {
    flex: 1 0 80%;
}

.offer.cols-2 .block {
    flex: 1 0 45%;
}



.offer > :first-child { margin-left: 0 !important; }
.offer > :last-child { margin-right: 0 !important; }

.offer .block h3 {
    line-height: 1;
    display:block;
    margin: 0 0 10px 0;
}

/*.offer .block:before {
    content:'';
    float:left;
}*/

.offer.cols-1 .block .image {
    padding-top:33.33333%;
}

.offer.cols-2 .block .image {
    padding-top: 66.66666%;
}

@media screen and (max-width: 768px) {
    .offer .block, .offer.cols-1 .block, .offer.cols-2 .block {
      flex: 1 1 100%;
    }

    .offer .block {
        margin: 10px 0;
    }

    .offer > :first-child { margin-top: 0 !important; }
    .offer > :last-child { margin-bottom: 0 !important; }

    .highlight > :first-child { margin-top: 50px !important;}


    .offer.cols-1 .block .image, .offer.cols-2 .block .image {
    padding-top: 66.66666%;
    }

    .offer.cols-1 .block {
      display: block;
      padding: 20px;
    }

    .offer.cols-1 .block .text,  .offer.cols-1 .block .image {
      display: block;
      width: 100%;
      text-align: center;
    }

    .offer.cols-1 .block .text .getoffer {
    position: relative;
    margin: 20px 0 0 0;
    }

    .offer .block .text .getoffer {
      left: 0;
      text-align: center !important;
    }

    /*.threeblocks > :first-child { margin-top: 0 !important; }
    .threeblocks > :last-child { margin-bottom: 0 !important; }*/

}

.offer .block {

}
.socials {
   text-align: center;
}

.socials img {
    margin: 20px 5px;
}