.offer-row {
  text-align: center;
  padding: 20px;
padding-bottom: 20px;
  background-color: #f9f9f9;
}

.offer-row-white {
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
}
.offer-row-blue {
  text-align: center;
  padding: 40px 20px;
  background-color: #DEE9F7;
}
.offer-row-red {
  text-align: center;
  padding: 40px;
  background-color: #F2F3F2;
}
.offer-row__heading, {
  color: #c41f3e;
  font-size: 1.8rem;
font-weight: 400;
  margin-bottom: 20px;
}
.offer-row__heading2 {
  color: #c41f3e;
  font-size: 1.5rem;
font-weight: 500;
  margin-bottom: 20px;
}
.offer-row__text {
  color: #383b3e;
  font-size: 1.5rem;
font-weight: 400;
  margin-bottom: 0px;
}
.offer-row-white__heading {
  color: #c41f3e;
  font-size: 1.5rem;
font-weight: 500;
  margin-bottom: 20px;
}
.offer-row-red__heading {
  color: #c41f3e;
  font-size: 1.8rem;
font-weight: 500;
  margin-bottom: 20px;
}
.offer-row-blue__heading {
  color: #c41f3e;
  font-size: 1.8rem;
font-weight: 500;
  margin-bottom: 10px;
}
.offer-row-blue__heading2 {
  color: #c41f3e;
  font-size: 1.8rem;
font-weight: 500;
  
}

.offer-row-red__heading2 {
  color: #c41f3e;
  font-size: 1.9rem;
font-weight: 400;
  margin-bottom: 20px;
margin-top: 20px;
}
.offer-row__items {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.offer-row-lessgap__items {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.offer-item {
  text-align: center;
  max-width: 310px;
}

.offer-item2 {
  text-align: center;
  max-width: 210px;
}

.offer-item__icon, .offer-item2__icon {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: auto;
}
.offer-item__logo-expedia, .offer-item2__logo-expedia {
  display: block;
  margin: 0 auto 10px;
  width: 320px;
  height: auto;
}
.offer-item__gif, .offer-item2__gif {
  display: block;
  margin: 0 auto 20px;
  width: 140px;
  height: auto;
}
.offer-item__gif2, .offer-item2__gif2 {
  display: block;
  margin: 0 auto 20px;
  width: 200px;
  height: auto;
}

.offer-item__text, .offer-item2__text, .offer-row-lessgap__items {
  font-size: 1.5rem;
  color: #333;
}


.offer-row-checklist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}

.offer-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}
.offer-check-item2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}

/* Checkmark icon styling */
.offer-check-item img {
  width: 16px;
  height: 16px;
}

.offer-check-item2 img {
  width: 16px;
  height: 16px;
}




/* Mobile View - Stacks Items Vertically */
@media (max-width: 960px) {
.offer-row {
  text-align: center;
  padding: 20px;
Padding-top:40px;
Padding-bottom:40px;
  background-color: #f9f9f9;
}
.offer-row-white {
  text-align: center;
  padding: 20px;

Padding-top:40px;
Padding-bottom:40px;
  background-color: #ffffff;
}

.offer-row__text {
  color: #383b3e;
  font-size: 1.5rem;
font-weight: 400;
  margin-bottom: 0px;
}
.offer-row-blue {
  text-align: center;
  padding: 30px 20px 40px;
  background-color: #DEE9F7;
}
  .offer-row__items{
    flex-direction: column;
    gap: 20px;
  }

.offer-row-lessgap__items {
    flex-direction: column;
    
  }

  .offer-item, .offer-item2 {
    max-width: 100%;
  }
.offer-row-checklist {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
.offer-item__gif2 {
  display: block;
  margin: 0 auto 20px;
  width: 140px;
  height: auto;
}
.offer-item__logo-expedia {
  display: block;
  margin: 0 auto 10px;
  width: 284px;
  height: auto;
}
  .offer-check-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
    gap: 10px;
    
  }
.offer-check-item2 {
display: flex;
flex-direction: column;
align-items: center!important;
text-align: center!important;
    gap: 10px;
    
  }
}
