@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.shipment-volume-container {
  background: #F8FBFF;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 240px;
  padding-right: 240px;
  
  @media(max-width: 1500px) {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  @media(max-width: 1000px) {
    background: #FFFFFF;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.shipment-volume-header-1-mobile {
  display: none;
  
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3A3A3A;
  
  @media(max-width: 1000px) {
    display: block;
  }
}

.shipment-volume-header-1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3A3A3A;
  
  @media(max-width: 1000px) {
    display: none;
  }
}

.shipment-volume-header-2-mobile {
  display: none;
  
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #3A3A3A;
  
  @media(max-width: 1000px) {
    display: block;
  }
}

.shipment-volume-header-2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #3A3A3A;
  
  @media(max-width: 1000px) {
    display: none;
  }
}

.shipment-volume-description-mobile {
  display: none;
  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #6C6C6C;
  
  @media(max-width: 1000px) {
    display: block;
  }
}

.shipment-volume-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #6C6C6C;
  max-width: 710px;
  display: flex;
  align-self: center;
  
  @media(max-width: 1000px) {
    display: none;
  }
}

.shipment-volume-blocks {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 146px;
  
  @media(max-width: 1000px) {
    flex-direction: column;
    gap: 40px;
  }
}

.shipment-volume-blocks-image {
  width: 708px;
  height: 527px;
  
  @media(max-width: 1500px) {
    width: 480px;
    height: auto;
  }
  
  @media(max-width: 1000px) {
    width: 100%;
    height: auto;
  }
}

.shipment-volume-blocks-right-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.shipment-volume-blocks-right-block-single {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #007AFF;
  border-radius: 8px;
}

.shipment-volume-blocks-right-block-single-header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 56px;
  color: #3A3A3A;
  
  @media(max-width: 1000px) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    color: #3A3A3A;
  }
}

.shipment-volume-blocks-right-block-single-description {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #6C6C6C;
  
  @media(max-width: 1000px) {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #6C6C6C;
  }
}
}