img {
  height: 100%;
  width: 100%;
}

.br-to-pc {
  display: block;
}
@media (min-width: 1200px) {
  .br-to-pc {
    display: none;
  }
}

.hero-section {
  height: 136px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 20px;
  background: linear-gradient(249deg, #FEFEFF -7.25%, #387FF5 79.12%);
}
@media (min-width: 768px) {
  .hero-section {
    padding: 0 0 0 40px;
    height: 154px;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    height: 256px;
  }
}
.hero-section__wrapper {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .hero-section__wrapper {
    padding: 100px 118px 100px 0;
  }
}
.hero-section__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
}
@media (min-width: 768px) {
  .hero-section__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.16;
  }
}
@media (min-width: 1200px) {
  .hero-section__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.16;
  }
}
.hero-section__image {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.info-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .info-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .info-section {
    padding: 40px 0;
  }
}
.info-section__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5162;
}

.our-services-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .our-services-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .our-services-section {
    padding: 40px 0;
  }
}
.our-services-section__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1F25;
}
@media (min-width: 768px) {
  .our-services-section__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.our-services-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .our-services-section__wrapper {
    margin-top: 40px;
    flex-direction: row;
    gap: 24px;
  }
}
.our-services-section__column {
  overflow: hidden;
  flex: 1;
}
.our-services-section__item {
  position: relative;
  overflow: hidden;
  padding: 40px 16px;
  border-radius: 40px;
  background: #F5F7FA;
}
.our-services-section__item--first {
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(242deg, #FEFEFF -15.9%, #D3E3FD 39.24%, #AFCBFB 63.6%, #387FF5 134.7%);
}
.our-services-section__item--third {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .our-services-section__item--third {
    margin-top: 24px;
  }
}
.our-services-section .service__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #1C1F25;
}
.our-services-section .service__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 16px;
}
.our-services-section .service__description--chooseFreight {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .our-services-section .service__description--chooseFreight {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .our-services-section .service__description--chooseFreight {
    margin-top: 60px;
  }
}
.our-services-section .service__image {
  position: relative;
  left: 16px;
}
.our-services-section .service__image--second {
  top: 45px;
}
.our-services-section .service__link {
  font-weight: 600;
  text-decoration: underline;
}

.value-added-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .value-added-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .value-added-section {
    padding: 120px 0;
  }
}
.value-added-section__title {
  position: relative;
  text-align: end;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1F25;
}
@media (min-width: 768px) {
  .value-added-section__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.value-added-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .value-added-section__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.value-added-section__arrow {
  position: absolute;
  top: -48px;
  right: 199px;
  width: 88px;
  height: 88px;
}
@media (min-width: 768px) {
  .value-added-section__arrow {
    width: 140px;
    height: 140px;
    top: -71px;
    right: 393px;
  }
}
@media (min-width: 1200px) {
  .value-added-section__arrow {
    width: 170px;
    height: 170px;
  }
}
.value-added-section__item {
  flex: 1 1 calc(50% - 16px);
  padding: 24px;
  border-radius: 40px;
  border: 2px solid #EFF1F6;
}
.value-added-section .list-item__icon {
  width: 40px;
  height: 40px;
}
.value-added-section .list-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.66;
  color: #1C1F25;
  margin: 16px 0 8px 0;
}
@media (min-width: 1200px) {
  .value-added-section .list-item__title {
    margin: 16px 0;
  }
}
.value-added-section .list-item__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  color: #1C1F25;
}

.process-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .process-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .process-section {
    padding: 40px 0;
  }
}
.process-section__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1F25;
}
@media (min-width: 768px) {
  .process-section__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.process-section__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .process-section__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .process-section__list {
    gap: 24px;
    flex-wrap: wrap;
  }
}
.process-section__item {
  padding: 24px;
  border-radius: 40px;
  background: #F5F7FA;
}
@media (min-width: 768px) {
  .process-section__item {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .process-section__item {
    flex: 1;
  }
}
.process-section__image {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .process-section__image {
    margin-top: 24px;
  }
}
.process-section .list-item__number {
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.process-section .list-item__title {
  margin: 16px 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.66;
  color: #1C1F25;
}
.process-section .list-item__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  color: #1C1F25;
  margin-bottom: 16px;
}
.process-section .list-item__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
}
.process-section .list-item__link img {
  width: 16px;
  height: 16px;
}

.why-us-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .why-us-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .why-us-section {
    padding: 40px 0;
  }
}
.why-us-section__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1F25;
}
@media (min-width: 768px) {
  .why-us-section__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.why-us-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .why-us-section__wrapper {
    flex-direction: row;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .why-us-section__wrapper {
    gap: 24px;
  }
}
.why-us-section__image {
  flex: 1;
}
.why-us-section__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .why-us-section__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.why-us-section__item {
  flex: 1;
  border-radius: 40px;
  border: 2px solid #EFF1F6;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
}
@media (min-width: 1200px) {
  .why-us-section__item {
    flex: 1 1 calc(50% - 24px);
  }
}
.why-us-section .list-item__image {
  width: 40px;
  height: 40px;
}
.why-us-section .list-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
  color: #1C1F25;
}
.why-us-section .list-item__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #1C1F25;
}
.why-us-section__link {
  border-radius: 12px;
  background: #387FF5;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .why-us-section__link {
    width: 154px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.industries-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .industries-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .industries-section {
    padding: 40px 0;
  }
}
.industries-section__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1F25;
}
@media (min-width: 768px) {
  .industries-section__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.industries-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .industries-section__list {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .industries-section__list {
    row-gap: 24px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
}
.industries-section__item {
  border-radius: 16px;
  background: #F5F7FA;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
  max-width: -moz-max-content;
  max-width: max-content;
}
.industries-section__item--gradient {
  background: linear-gradient(236deg, #FEFEFF -15.84%, #AFCDFF 134.3%);
}
.industries-section__link {
  border-radius: 12px;
  background: #387FF5;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .industries-section__link {
    width: 280px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ready-to-ship-section {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .ready-to-ship-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .ready-to-ship-section {
    padding: 40px 0;
  }
}
.ready-to-ship-section__wrapper {
  padding: 48px 40px;
  border-radius: 40px;
  background: #E2ECFE;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ready-to-ship-section__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C1F25;
}
@media (min-width: 768px) {
  .ready-to-ship-section__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.ready-to-ship-section__description {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1C1F25;
}
.ready-to-ship-section__link {
  border-radius: 12px;
  background: #387FF5;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
}
@media (min-width: 768px) {
  .ready-to-ship-section__link {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
