.visit-ship {
  text-align: center;
  padding: 8rem 0;
  background: #F7F7F7;
}
.visit-ship__title {
  font-size: 6.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'LibreBaskerville-Bold';
}
.visit-ship .subtitle {
  font-size: 2rem;
  line-height: 120%;
  font-family: 'WorkSans';
  font-weight: 400;
  color: #000512;
  width: 45rem;
  margin: 0 auto;
}

/**/
.history-group {
  padding: 8rem 0;
}
.history-group .container { 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  border-radius: 8px;
  overflow: hidden;
  gap: 3.5rem;
  padding: 8rem 0rem;
}

.info-block.reverse {
  flex-direction: row-reverse;
}
.info-block .btn { 
  display: flex;
  align-items: center;
  font-family: 'WorkSans-SemiBold';
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  width: 20rem;
  color: #fff;
  border: 1px solid #093773;
}
.info-block .btn:hover {
  text-decoration: none;
  background: #fff;
  color: #093773;

} 
.text {
  flex: 1 1 46%;
}
.image {
  flex: 1 1 46%;
}
.text h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 2.5rem;
  font-family: 'LibreBaskerville-Bold';
  font-weight: 700;
  line-height: 120%;
}

.text p {
  color: #021859; 
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: 'WorkSans';
  font-weight: 400;
}

.text a {
  color: #0b6bbf;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}
 

.image img {
  width: 100%;
  border-radius: 0.6rem;
  display: block;
  object-fit: cover;
}
.image__mobile img {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
/**/
.links-section {
  background: #F7F7F7;
  padding: 12rem 0px;
}

.links-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem; 
  margin: 0 auto;
}

.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 22%;
  padding: 3.2rem 2.4rem;
  border: 1px solid #aee0e8;
  border-radius: 1.6rem;
  background: #fff;
  color: #5FCDD9;
  text-decoration: none; 
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 100%;
  font-size: 2.8rem;
  font-family: 'LibreBaskerville-Bold';
}
.link-card span {
  color: #021859;
}
.link-card:hover {
  background: #e8f8ff;
  border-color: #66c2e0;
  transform: translateY(-2px);
}

.link-card .arrow { 
  transition: transform 0.3s;
  width: 3.5rem;
  height: 3.5rem;
}
.link-card .arrow svg {
  width: 3.5rem;
  height: 3.5rem;
}

.link-card:hover .arrow {
  transform: translateX(4px);
}
/**/
.foto__colection {
  padding: 12rem 0rem;
  line-height: 120%;
}
.foto__colection p {
  font-family: 'WorkSans';
  font-weight: 400;
  color: #021859;
  text-align: center;
  width: 90rem;
  margin: 0 auto;
}
