body {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
#map {
  height: 100%;
}
.ftt-center {
  text-align: center;
}
.flex-img {
  width: 100%;
  height: auto;
}

.ports-list strong {
  font-size: 20px;
  color: #000;
}
.ports-list li {
  list-style-type: circle;
  margin-left: -7%;
  font-size: 16px;
}
.ports-list a {
  color: #000;
}
.ports-list {
  margin: 5% 0;
}

.services-container {
  width: 80%;
  margin: 0 auto;
}
.services-container h1 {
  font-size: 32px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.services-container p {
  font-size: 16px;
  width: 90%;
}
.services-container .price-link {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.contact-container {
  width: 80%;
  margin: 0 auto;
}
.contact-container h1 {
  font-size: 32px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-left: 38%;
  font-weight: bold;
}
.contact-container h2 {
  font-size: 28px;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.contact-container p {
  font-size: 16px;
  width: 90%;
}

.map-container h1 {
  font-size: 32px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-left: 38%;
  font-weight: bold;
  margin-bottom: 5%;
}
.map-container img {
  margin-top: 5%;
}
