#destinations{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0;
}

#highlight{
  padding: 24px;
  background: linear-gradient(0deg, rgb(227,255,253), rgb(202,243,240));
}

#highlight h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  color: rgb(59, 65, 64);
  margin: 24px 0;
}

.destinations{
  list-style: none;
  margin: 0 20px;
  text-transform: uppercase;

}

.destinations img{
  height: 200px;
  width: 100%;
  box-shadow: 2px 4px 8px rgb(68, 67, 67);
  border-radius: 10px;
  object-fit: cover;
}


.destinations p{
  text-align: center;
  font-size: 24px;
  color: rgb(124, 123, 123);
  margin: 20px 0;
}

.destinations strong{
  color: rgb(0, 160, 117);
}
