.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-transition: font-variation-settings 200ms ease, color 400ms ease;
  transition: font-variation-settings 200ms ease, color 400ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #df2020;
  text-decoration: none;
}

.nav-link-2:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.button-primary {
  padding: 12px 25px;
  border-radius: 5px;
  background-color: #142953;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #df2020;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button-wrapper {
  margin-left: 274px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 132px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.nav-menu-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  background-color: transparent;
}

.div-block {
  border-bottom: 8px solid #dee9ff;
}

.hero-overlay-block {
  padding-top: 70px;
  padding-bottom: 210px;
  background-color: #646464;
}

.container {
  position: relative;
}

.container.hero-container {
  text-align: center;
}

.container.home-intro-container {
  height: 610px;
  margin-top: -127px;
  text-align: center;
}

.container.contact {
  padding: 10px;
  border-radius: 10px;
  background-color: #142953;
}

.container.contact {
  padding: 10px;
  border-radius: 10px;
  background-color: #142953;
  font-family: 'Source Sans Pro', sans-serif;
}

.hero-main-title {
  margin-top: 0px;
  color: #fff;
  font-size: 70px;
  line-height: 54px;
  font-weight: 600;
}

.hero-main-title.subtitle {
  display: block;
  width: 70%;
  margin: 35px auto 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

.text-span {
  color: #df2020;
}

.paragraph {
  color: #646464;
  font-size: 20px;
}

.intro-block-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.intro-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #dee9ff;
}

.section.overflow-none {
  overflow: hidden;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.home-intro-link-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 3px;
  background-image: url('../images/Truck.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.home-intro-link-block:hover {
  text-decoration: none;
}

.home-intro-link-block._2 {
  height: 450px;
  background-image: url('../images/up-gc65f47df4_1280.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-intro-link-block._3 {
  background-image: url('../images/Broker.png');
  background-position: 50% 50%;
  background-attachment: scroll;
}

.button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #142953;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #df2020;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button.but {
  background-color: #142953;
  color: #fff;
  font-weight: 600;
}

.button.but:hover {
  background-color: #df2020;
}

.button.but {
  background-color: #142953;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 600;
}

.button.but:hover {
  background-color: #df2020;
}

.intro-block-title {
  margin-bottom: 20px;
  color: #2e3241;
  font-size: 28px;
  font-weight: 600;
}

.home-intro-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 30%;
  color: #9a9da3;
}

.home-intro-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
}

.home-intro-wrapper.mid {
  left: 250px;
  top: -56px;
  z-index: 10;
  width: 47%;
}

.intro-block-text-wrapper {
  display: block;
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intro-block-text-wrapper.mid {
  width: 68%;
}

.intro-block-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay.color {
  background-color: #142953;
}

.feature-info-block {
  position: relative;
  width: 90%;
  text-align: justify;
}

.section-title {
  margin-top: 0px;
  color: #fff;
  font-size: 46px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

.feature-info-column {
  padding-right: 20px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
}

.section-description.small {
  width: 70%;
  margin-top: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.feature-info-row {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-icon {
  height: 35px;
  margin-right: 15px;
  float: left;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-size: 18px;
  text-align: left;
}

.field-label-2 {
  color: #fff;
  font-size: 18px;
}

.field-label-3 {
  color: #fff;
  font-size: 18px;
}

.text-field-3 {
  width: 45%;
  font-size: 18px;
}

.form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.submit-button {
  background-color: #dee9ff;
}

.submit-button.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #646464;
}

.submit-button.button:hover {
  background-color: #df2020;
}

.text-field {
  width: 25%;
  font-size: 18px;
  text-align: left;
}

.text-field-4 {
  width: 25%;
  font-size: 18px;
}

.heading {
  color: #fff;
  font-weight: 600;
}

.container-3 {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #142953;
}

.text-span-3 {
  font-size: 15px;
}

.recaptcha {
  margin-right: auto;
  margin-left: auto;
}

.body {
  height: 100%;
  background-color: #646464;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 132px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.nav-link-3 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-transition: font-variation-settings 200ms ease, color 400ms ease;
  transition: font-variation-settings 200ms ease, color 400ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #df2020;
  text-decoration: none;
}

.nav-link-3:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.button-primary-2 {
  padding: 12px 25px;
  border-radius: 5px;
  background-color: #142953;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #df2020;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-main-title-2 {
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 54px;
  font-weight: 600;
}

.hero-main-title-2.subtitle {
  display: block;
  width: 70%;
  margin: 35px auto 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

.paragraph-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #646464;
  font-size: 20px;
}

.intro-block-title-2 {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2e3241;
  font-size: 28px;
  font-weight: 600;
}

.section-title-2 {
  margin-top: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

.feature-info-row-2 {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
}

.heading-3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .nav-link-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .nav-menu-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
  }

  .hero-overlay-block {
    padding-top: 70px;
    padding-bottom: 150px;
    background-color: #646464;
  }

  .container.home-intro-container {
    margin-bottom: 30px;
  }

  .container.contact {
    padding: 20px;
  }

  .container.contact {
    padding: 20px;
  }

  .hero-main-title {
    font-size: 60px;
    line-height: 50px;
  }

  .hero-main-title.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .section {
    padding: 45px;
  }

  .button.but {
    margin-bottom: 0px;
  }

  .button.but {
    margin-bottom: 0px;
  }

  .home-intro-wrapper.mid {
    left: 181px;
  }

  .intro-block-text-wrapper {
    font-size: 13px;
  }

  .intro-block-text-wrapper.mid {
    width: 75%;
  }

  .intro-block-text-wrapper.last {
    width: 210px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.color {
    padding: 90px 45px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.small {
    width: 80%;
  }

  .section-description.small {
    width: 80%;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .text-field-3 {
    width: 100%;
  }

  .text-field {
    width: 50%;
  }

  .text-field-4 {
    width: 50%;
  }

  .container-3 {
    padding: 20px;
  }

  .nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .nav-link-3 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .hero-main-title-2 {
    font-size: 60px;
    line-height: 50px;
  }

  .hero-main-title-2.subtitle {
    width: 80%;
    margin-bottom: 30px;
    line-height: 34px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0px;
  }

  .nav-link-2 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu-2 {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .hero-overlay-block {
    padding: 130px 25px;
  }

  .container.home-intro-container {
    height: auto;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title.subtitle {
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .section {
    padding: 25px;
  }

  .home-intro-link-block {
    height: 300px;
  }

  .home-intro-link-block._2 {
    height: 300px;
  }

  .home-intro-link-block._3 {
    height: 270px;
  }

  .home-intro-wrapper {
    position: static;
    width: 100%;
  }

  .home-intro-wrapper.mid {
    width: 100%;
  }

  .intro-block-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-block-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .intro-block-text-wrapper.last {
    width: 100%;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .nav-menu-3 {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .nav-link-3 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-main-title-2 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .hero-main-title-2.subtitle {
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .feature-info-row-2 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-overlay-block {
    padding: 90px 15px 110px;
  }

  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .section {
    padding: 25px;
  }

  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .intro-block-title {
    margin-bottom: 10px;
  }

  .intro-block-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .feature-info-column.last {
    padding-bottom: 0px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .recaptcha {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-main-title-2 {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title-2.subtitle {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .intro-block-title-2 {
    margin-bottom: 10px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }
}

