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

.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 {
  gap: 16px;
  display: flex;
  column-gap: 16px;
  padding: 16px;
}