.rc-swiper-wraper-routes-destinations .swiper-item {
  border-radius: 8px;
  overflow: hidden;
}

.rc-routes-destinations-container-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.rc-routes-destinations-price-container p {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.rc-routes-destinations-price-container {
  position: absolute;
  padding: 8px 16px;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
}

.rc-routes-destinations-price-amount {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  color: #C81832;
}

.rc-route-destination-origin {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #35393F !important;
}

.rc-route-destination-to {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.2px !important;
  color: #98A0AB !important;
} 

.rc-route-destination-destination {
  font-size: 22px !important;
  font-style: normal !important; 
  font-weight: 600 !important;
  line-height: 125% !important;
  letter-spacing: 0.88px !important;
}

.rc-route-destination-text h3 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;

}

.rc-route-destination-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #EDEDED;
}

.rc-route-destination-offer {
  background-color: #FAFAFA;
  gap: 16px;
  display: flex;
  column-gap: 16px;
  padding: 16px;
}

@media (max-width: 768px) {
  .rc-routes-destinations-container-img img {
      height: 160px;
  }

  .rc-route-destination-text {
      padding: 16px;
  }

  .rc-route-destination-offer {
      padding: 8px 16px;
  }

  .rc-route-destination-origin {
      font-size: 16px !important;
  }

  .rc-route-destination-to {
      font-size: 16px !important;
  } 
  
  .rc-route-destination-destination {
      font-size: 18px !important;
  }
  .rc-routes-destinations-price-amount {
      font-size: 22px;
  }

  .rc-routes-destinations-price-from {
      font-size: 14px;
  }

  .rc-routes-destinations-price-container p {
      column-gap: 8px;
  }
}

