.gcf-mariners-trust-section {
  background-color: #092143;
  padding: 35px 0 500px;
}
.trust-section.gcf-mariners-trust-section {
  padding: 35px 0 50px;
}
.gcf-mariners-trust-section .trust-heading {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 60px;
}
.gcf-mariners-trust-section .trust-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 24px;
  background-color: #3a4d69;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.gcf-mariners-trust-section .trust-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #617187;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcf-mariners-trust-section .trust-number {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}
.gcf-mariners-trust-section .trust-title {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
}
.gcf-mariners-trust-section .trust-description {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 768px) {
  .gcf-mariners-trust-section {
    padding: 60px 0;
  }
  .gcf-mariners-trust-section .trust-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .gcf-mariners-trust-section .trust-icon {
    width: 70px;
    height: 70px;
  }
  .gcf-mariners-trust-section .trust-number {
    font-size: 32px;
  }
  .gcf-mariners-trust-section .trust-title {
    font-size: 20px;
  }
  .gcf-mariners-trust-section .trust-description {
    font-size: 14px;
  }
}
