.container {
  max-width: 970px;
  margin-bottom: calc(160px + 160px);
}

@media screen and (max-width: 600px) {
  .container {
    margin-bottom: calc(80px + 70px);
  }
}

@media screen and (max-width: 600px) {
  .page-title > .back-title-text {
    font-size: 56px;
  }
}

.carrier-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .carrier-list {
    margin-top: 60px;
  }
}
