.inner-title-block {
  background-image: url("./img/inner_background.jpg");
  background-position-y: bottom;
  background-size: cover;
}

.inner-title-block.about {
  background-image: url("./img/inner_background3.jpg");
  background-position-y: center;
}

.inner-title-block.delivery {
  background-image: url("./img/inner_background4.jpg");
  background-position-y: center;
}

.inner-title-block.safety {
  background-image: url("./img/inner_background5.jpg");
  background-position-y: center;
}

.inner-title-block.environment {
  background-image: url("./img/inner_background6.jpg");
  background-position-y: center;
}

.inner-title-block.contact {
  background-image: url("./img/inner_background9.jpg");
  background-position-y: center;
}

.header-line.inner {
  margin-top: 0;
}

.inner-title-block {
  padding-top: 190px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
/* Request a Quote button color. */
.inner-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #39B144;
  color: white;
  font-family: SegoeUI;
  font-size: 20px;
  height: 60px;
  max-width: 253px;
  width: 100%;
  text-decoration: none;
}

.inner-button span {
  margin-bottom: 4px;
}

a.inner-button:hover {
  cursor: pointer;
  background-color: #13941f;
  color: white;
}

.inner-title {
  color: white;
  font-size: 45px;
  font-family: SegoeUIBold;
  margin-left: 40px;
  display: block;
  line-height: 35px;
}

.section-transport {
  padding: 40px 20px;    /* 273px 20px   NH */
  display: flex;
  justify-content: center;
  background-color: white;
  /*background-image: url("./img/background_man.jpg"); NH */
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  width: 100%;
  box-sizing: border-box;
}

.transport-text-block {
  max-width: 960px;
  width: 100%;
}
/* added for bullet point list  NH */
.list-square {
  list-style-position: inside;
  list-style-type: square;
}

.transport-block-column {
  display: flex;
  flex-direction: column;
}

.transport-title {
  display: flex;
  flex-direction: column;
  color: #39B144;
}

.transport-title .part1 {
  font-family: SegoeUI;
  font-size: 30px;
}

.transport-title .part2 {
  font-family: SegoeUIBold;
  font-size: 35px;
  line-height: 37px;
}

.transport-section-text {
  font-family: SegoeUI;
  font-size: 16px;    /*20px  NH */
  line-height: 20px;  /*40px  NH */
  max-width: 960px;   /*345px NH */
  margin-top: 40px;   /*45px  NH */
}

.follow-section {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.follow-block {
  max-width: 960px;
  display: flex;
  align-items: center;
}

.follow-text-block {
  display: flex;
  flex-direction: column;
  min-width: 435px;
}

.follow-text {
  font-size: 20px;
  font-family: SegoeUIBold;
  line-height: 37px;
}

.apply-button {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3269A2;
  font-size: 20px;
  font-family: SegoeUI;
  max-width: 233px;
  width: 100%;
  margin-top: 38px;
  border: 1px solid #3269A2;
  text-decoration: none;
}

.apply-button:hover {
  cursor: pointer;
  background-color: #3269A2;
  color: white;
}

.apply-button span {
  margin-bottom: 4px;
}

/*.read-more-button {
    margin-top: 42px;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    font-family: SegoeUI;
    display: flex;
    justify-content: center;
    align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
    max-width: 193px;
    width: 100%;
    height: 60px;
  text-decoration: none;
}

.read-more-button span {
  margin-bottom: 4px;
}

.read-more-button:hover {
  cursor: pointer;
  background-color: white;
  color: #3269A2;
}*/

.follow-img {
  position: relative;
  left: 40px;
}

.logo-section.inner {
  border-top: none;
}

@media(min-width: 1021px) {
  .inner-title-block {
    padding-top: 14.9vw;
  }
}

@media (max-width: 1280px) {
  .section-transport {
    background-size: 100%;
    background-position-x: left;
    padding-top: 21vw;
    padding-bottom: 13vw;
  }
}

@media (max-width: 1020px) {
  .follow-block {
    flex-direction: column;
    max-width: 90%;
  }
  .follow-text-block {
    align-items: center;
    width: 100%;
    min-width: inherit;
  }
  .follow-text {
    text-align: center;
  }
  .follow-img {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 930px) {
  .section-transport {
    background-size: 930px;
    background-position-x: left;
    padding-top: 195px;
    padding-bottom: 120px;
  }
}

/* the content of this section was commented  NH */
@media(max-width: 930px) {
   .transport-text-block {
    max-width: 90%;
  }

  .section-transport {
    padding: 50px 20px;
    padding-bottom: 52vw;
    background-size: 70%;
  }

  .transport-section-text {
    max-width: 100%;
  }
}

@media(max-width: 720px) {
  .section-transport {
    background-size: 472px;
    padding-bottom: 370px;
    padding-top: 70px;
    background-position-x: right;
  }
  .follow-img {
    width: 90%;
    height: auto;
  }
  .transport-text-block {
    max-width: 90%;
  }
  .transport-section-text {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .inner-title-block {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .inner-title {
    margin-left: 0;
  }
  .inner-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* code for Contact page NH */
.contacts-block {
  display: flex;
  flex-direction:column;
  align-items: stretch;

  padding: 0px 20px;    /* 273px 20px   NH */
  justify-content: center;
  min-width: 300px;
  box-sizing: border-box;
}

.careers-inner-title {
  display: flex;
  flex-direction: column;
  color: #39B144;
  font-family: SegoeUI;
  font-size: 30px;
  line-height: 50px;
}

.contacts-block-title {
  padding-top: 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  font-size: 16px;
  color: #39B144;  /*color: #3269A2;  blue*/
  font-family: SegoeUIBold;
  line-height: 20px;
}

.contacts-block-text {
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  font-size: 16px;
  /*color: #39B144;     color: #3269A2;  blue*/
  font-family: SegoeUI;
  line-height: 20px;
}

/* end of code for Contact page NH */

.contacts-top {
  display: flex;
  flex-direction: row;   /* original value is row */
  align-items: flex-start;   /* original value is flex-start */
  padding: 70px 80px 40px;   /* 128px 40px 182px NH */
  box-sizing: border-box;
  width: 100%;
  background-color: #ECF4ED;   /* originally white NH */
  font-size: 16px;
  font-family: SegoeUI;
  /*max-width: 100%;   /*used to be 333px.  NH */
  line-height: 20px;
  flex-flow: row wrap;
}

.example-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px 40px;   /* 128px 40px 182px NH */
  box-sizing: border-box;
  width: 100%;
  background-color: #ECF4ED;   /* originally white NH */

  /*margin-top: 30px;*/
  font-size: 20px;
  font-family: SegoeUI;
  /*max-width: 100%;   /*used to be 333px.  NH */
  line-height: 30px;
}

.example-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 84px 40px 94px;
  box-sizing: border-box;
  width: 100%;
  background-color: #ECF4ED;
};
}
