.for-shippers-template .content-blocks {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .for-shippers-template .content-blocks {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}
.for-shippers-template .content-blocks .content-blocks-title {
  grid-column: 3/4;
}
@media (max-width: 768px) {
  .for-shippers-template .content-blocks .content-blocks-title {
    font-size: 52px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .for-shippers-template .content-blocks .content-blocks-item {
    padding: 16px;
  }
}
.for-shippers-template .content-blocks .content-blocks-item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1;
}
.for-shippers-template .content-blocks .content-blocks-item:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2;
}
.for-shippers-template .content-blocks .content-blocks-item:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2;
}
.for-shippers-template .content-blocks .content-blocks-item:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 2;
}
.for-shippers-template .feature-section {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .for-shippers-template .feature-section {
    margin-bottom: 70px;
  }
}
.for-shippers-template .cta-banner .cta-banner-text {
  width: 530px;
}
@media (max-width: 768px) {
  .for-shippers-template .cta-banner .cta-banner-text {
    width: 100%;
  }
}
.for-shippers-template .cta-banner a.button-secondary {
  width: 350px;
}
@media (max-width: 768px) {
  .for-shippers-template .cta-banner a.button-secondary {
    width: 100%;
  }
}
