@media screen and (max-width: 767px){
  .landing-offer-block .offer-block .landing-img-block {
    display: block !important;}
}
.landing-offer-block .landing-offer-details p{
  font-family: "lato-light";
  padding: 0 20px;
}
@media screen and (min-width: 1200px){
  .offer-section h3, .offer-section .offer-location {
    white-space: inherit !important;
  }}
.landing-offer-block .offer-block {
  padding: 0;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
/* Ventajas VCF */
@media screen and (max-width: 768px) {
  .icon-left.container-7-blocks__module{
    display: none;
  }
  .icon-right.container-7-blocks__module{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .icon-left.text-right {
    text-align: center;
  }
  .icon-right.text-left {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .icon-left.text-right {
    text-align: center;
  }
  .icon-right.text-left {
    text-align: center;
  }
}
.container-7-blocks {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c46c23',endColorstr='#db912a',GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.container-7-blocks__text {
  color: #1a71b7;
  font-size: 12px;
  padding-top: 10px;
  letter-spacing: 1px;
  font-family: "lato-regular";
  text-transform: uppercase
}
.container-7-blocks__module {
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff
}
.landing-offer-details {
  min-height: 100px!important;
}