@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;
}
.cta-circuitos{
  color: #fff;
  background-color: #005098;
  border-color: #005098;
  border-radius: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: lato-bold;
  transition: all .2s ease-out;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
  padding: .5rem 1rem;
  height: 50px;
}