.past-trips {
  margin: 100px auto 0;
}
@media screen and (max-width: 960px) {
  .past-trips {
    margin-top: 0;
  }
}
.past-trips .section__title {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .past-trips .section__title {
    text-align: left;
  }
}

.past-trips__introduction {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .past-trips__introduction {
    margin-bottom: 40px;
  }
}

.past-trips__title {
  padding: 3px 8px;
  border-radius: 3px;
  background: #F58217;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 182%;
  max-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .past-trips__title {
    padding: 2px 8px;
    font-size: 16px;
  }
}

.past-trips__text {
  margin-top: 46px;
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 960px) {
  .past-trips__text {
    margin-top: 24px;
  }
}

.past-trips__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .past-trips__list {
    margin-top: 24px;
    gap: 30px;
  }
}

.past-trips__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 19px;
}
@media screen and (max-width: 960px) {
  .past-trips__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.past-trips__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .past-trips__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.past-trips__img {
  max-width: 39.24%;
}
@media screen and (max-width: 960px) {
  .past-trips__img {
    max-width: 100%;
  }
}
.past-trips__img img {
  width: 100%;
}

.past-trips__content {
  max-width: 58.1%;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .past-trips__content {
    max-width: 100%;
  }
}

.past-trips__upper .past-trips__title {
  padding: 2px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .past-trips__upper .past-trips__title {
    padding: 2px 8px;
    font-size: 16px;
  }
}

.past-trips__title--country {
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.past-trips__title--country::before {
  background: url("../img/benefit/past-trips-plane.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
}

.past-trips__lower {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .past-trips__lower {
    margin-top: 16px;
  }
}

.past-trips__lower-left {
  max-width: 30.46%;
}
@media screen and (max-width: 960px) {
  .past-trips__lower-left {
    max-width: 110px;
  }
}
.past-trips__lower-left img {
  width: 100%;
}

.past-trips__lower-right {
  max-width: 65.34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .past-trips__lower-right {
    max-width: 217px;
  }
}

.benefit {
  position: relative;
  z-index: 1;
  margin-bottom: 148px;
}
@media screen and (max-width: 960px) {
  .benefit {
    margin-bottom: 60px;
  }
  .benefit .inner {
    padding-top: 0;
  }
}

.benefit__box {
  margin-top: 40px;
  padding: 60px 40px;
  border-radius: 10px;
  background: #FFF3E8;
}
@media screen and (max-width: 960px) {
  .benefit__box {
    margin-top: 16px;
    padding: 48px 16px;
  }
}

.benefit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 55px;
}
@media screen and (max-width: 960px) {
  .benefit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 11px;
  }
}

.benefit__img {
  padding: 48px;
  border-radius: 5px;
  background: var(--white, #FFF);
  text-align: center;
  min-height: 196px;
}
@media screen and (max-width: 960px) {
  .benefit__img {
    padding: 20px;
    min-height: 94px;
  }
}
.benefit__img img {
  max-width: 109px;
}
@media screen and (max-width: 960px) {
  .benefit__img img {
    max-width: 59px;
  }
}

.benefit__title {
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .benefit__title {
    margin-top: 8px;
    font-size: 16px;
  }
}
.benefit__title .small {
  font-size: 14px;
  display: block;
}