* {
  box-sizing: border-box;
}

.container__review {
  margin-top: 30px;
}
.review__box-empyt {
  border-bottom: 2px solid #f9690e;
  margin: 30px 200px 40px 200px;
  position: relative;
}

.review__box-empyt h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 10px;
  margin-top: -1px;
  border-radius: 20px;
  color: #fff;
  background-color: var(--primary-color);
  box-shadow: 0 2px 2px 2px #59a14e;
}
.review__box-header {
  position: absolute;
  background-color: var(--primary-color);
  padding: 5px;
  border-radius: 5px;
}

.review__list {
  display: flex;
  background-color: var(--primary-color-2);
  padding: 10px;
  border: 2px solid #dde8f3;
  border-radius: 15px;
}

.review__list + .review__list {
  margin-top: 50px;
}

.review__list-box {
  display: flex;
  height: 250px;
  /* max-width: 100%; */
  flex: 1;
}

.review__list-img-cover {
  position: relative;
  border-radius: 15px;
  border: 2px solid #e9e7e7;
  border: none;
  width: 420px;
}

.reivew__list-text {
  position: absolute;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  min-width: 420px;
  padding: 0 5px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.review__list-content {
  padding: 0 10px;
  flex: 3;
}

.review__list-content-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.review__list-content-img img {
  height: 130px;
  border-radius: 5px;
}

.review__list-item {
  background-color: #c4d9f0;
  border-radius: 15px;
  border: 2px solid #b1cee4;
  flex: 1;
  position: relative;
  padding: 20px 0;
  margin-bottom: 30px;
}

.review__list-item-header {
  color: var(--while-color);
  margin: 0 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: currentColor;
  height: 32px;
}

.review__list-item-header::after {
  content: "";
  position: absolute;
  border-width: 16px 15px 16px 0;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
  top: 0px;
  right: -14px;
}

.review__list-item-header::before {
  content: "";
  position: absolute;
  border-width: 16px 0 16px 15px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
  top: 0px;
  left: -14px;
}

.experience {
  padding-top: 20px;
}

.review__experience {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.review__experience-list {
  margin: 16px 0;
}
.review__experience-list p {
  font-weight: 600;
}

.review__experience-list img {
  width: 100%;
  height: 219px;
  border-radius: 5px;
}

.container__trip {
  margin-top: 50px;
  display: flex;
}

.trip__left {
  border: 2px solid #e9e7e7;
  border-radius: 20px;
  margin-right: 50px;
}

.trip__title {
  background-color: var(--primary-color);
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.trip__title h3 {
  padding-right: 10px;
}

.trip__map-list {
  display: flex;
  border-top: 2px solid #e9e7e7;
  align-items: center;
  margin: 0 10px;
  padding: 8px 0;
}

.trip__map-list:nth-child(1) {
  border: none;
}
.trip__map-box-img img {
  max-width: 100px;
  padding-left: 10px;
}


.box__content {
  padding: 0 10px;
  display: block;
}

.box__content h3 {
  font-weight: 600;
}

.box__content p {
  font-size: 14px;
}

.trip__register {
  text-align: center;
  background-color: #f9690e;
  color: #fff;
  border-radius: 25px;
}
