#info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trace-container {
  background-color: #ffffff;
  padding: 100px 0;
}

.trace-wrapper, .attractions-wrapper, .opinions-wrapper {
  max-width: 1190px; 
  display: flex;
  flex-direction: row;
}

.reservation-container {
  background-color: #ebf0eb;
}

.image-section {
  position: relative;
}

.image-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, .2);
}

.image-content .first, .image-content .second {
  font-size: 30px;
  text-transform: uppercase;
}

.image-content .first {
  font-weight: 800;
  color: #fff;
}

.image-content .second {
  font-weight: lighter;
  color: #fdd340;
  margin-bottom: 30;
}

.attractions-wrapper .content-section {
  margin-right: 100;
}

.trace-wrapper .content-section {
  margin-left: 100;
}

.about-title {
  font-size: 12px;
  color: #848484;
}

.wrapper-info h1 {
  text-transform: uppercase;
  font-size: 35px;
  color: #555;
}

.about-header {
  font-weight: bold;
}

.about-underheader {
  font-weight: 300;
}

.attractions-wrapper .about-underheader {
  margin-bottom: 30px;
}

.about-content-first {
  color: #555555;
  padding: 30px 0;
  font-weight: bolder;
}

.about-content-second {
  color: #555555;
  margin-bottom: 50px;
}

.standard-btn{
  padding: 20px 40px;
  border: 2px solid #fdd340;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  font-style: normal;
  color: #333333;
  transition: background-color 0.2s;
  transition: box-shadow 0.2s;
}

.standard-btn:hover {
  background-color: #fdd340;  
  -webkit-box-shadow: 0px 16px 44px -21px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 16px 44px -21px rgba(66, 68, 90, 1);
  box-shadow: 0px 16px 44px -21px rgba(66, 68, 90, 1);
}


.reservation-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reservation-wrapper h1 {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}

.reservation-wrapper h1 span {
  font-weight: lighter;
}

.reservation-wrapper a {
  background-color: #fdd340;  
  padding: 20px 50px;
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px
}

.reservation-wrapper p {
  color: #777777;
  margin-top: 30px; 
}

.panels-area {
  display: flex;
  flex-direction: row;
  max-width: 1190px;
  margin-top: 50px;
}

.panels-area .panel {
  padding: 10px;
}

.panels-area .panel i {
  font-size: 45px;
  color: #666666;
  padding: 20px;
}

.panels-area h4 {
  color: #777777;
}

.panels-area p {
  color: #888888
}

.opinions-container .swiper {
  width: 70%;
  height: 100%;
}

.opinions-img-wrapper {
  width: 30%;
}

.opinions-img-wrapper img {
  width: 80%;
  height: 100%;
}
