.about_subtitle {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_subtitle p {
  max-width: 1000px;
  font-size: 18px;
  line-height: 38px;
}

.about_history {
  position: relative;
}

.about_history::before {
  left: 50% !important;
  top: 3rem !important;
  bottom: 3rem !important;
  content: "" !important;
  display: block !important;
  position: absolute !important;
  border-left: 1px solid #000 !important;
  opacity: 0.3 !important;
}

.about_history .wpb_text_column.wpb_content_element .wpb_wrapper {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.about_history .wpb_text_column.wpb_content_element .wpb_wrapper p {
  font-size: 16px;
}

.about_history .about_history_text__left {
  position: relative;
}

.about_history .about_history_text__left::before {
  top: 50%;
  left: 100%;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  margin-left: 13px;
  width: 4px;
  background-color: currentColor;
  opacity: 1;
}

.about_history .about_history_text__right {
  position: relative;
}

.about_history .about_history_text__right::before {
  top: 50%;
  right: 100%;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  margin-right: 13px;
  width: 4px;
  background-color: currentColor;
  opacity: 1;
}

.about_history img {
  height: 500px;
  object-fit: cover;
}

.drive__content p {
  margin-bottom: 20px;
}

.page-logo img {
  width: 200px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

/* .__left .bold_timeline_item_inner {
  margin: 0 0 0 auto !important;
}
.btSquareButtons .bt_bb_size_large.bt_bb_button a {
  padding: 1em 2rem;
}

.bold_timeline_container.btSquare
  .bold_timeline_group
  .bold_timeline_group_header_title {
  font-size: 1.2em !important;
}
.bold_timeline_container.btSquare
  .bold_timeline_group
  .bold_timeline_group_header_inner {
  width: 3em !important;
}
.bold_timeline_container.btSquare
  .bold_timeline_item
  .bold_timeline_item_inner
  .bold_timeline_item_content {
  padding: 1em 2em 0em 2em !important;
}
.bold_timeline_item_media_inner {
  padding-top: 0 !important;
}
.bold_timeline_container.btSquare
  .bold_timeline_item
  .bold_timeline_item_inner
  .bold_timeline_item_header {
  padding-top: 0 !important;
} */

/* .box-right .bold_timeline_item:nth-child(odd) {
  margin-left: calc(50% + 2.5rem) !important;
  margin-right: unset !important;
  text-align: left !important;
}

.box-right .bold_timeline_item_marker {
  left: calc(-2.5rem - 8px) !important;
  right: auto !important;
}
.box-right .bold_timeline_item_connection {
  left: calc(-2.5rem) !important;
  right: 100% !important;
}

@media only screen and (min-width: 766px) and (max-width: 768px) {
  .box-right .bold_timeline_item:nth-child(odd) {
    margin: 0 auto !important;
  }
} */

.box-right .bold_timeline_item:nth-child(odd) {
  margin-left: calc(50% + 2.5rem) !important;
  margin-right: unset !important;
  text-align: left !important;
}

.box-right .bold_timeline_item_marker {
  left: calc(-2.5rem - 8px) !important;
  right: auto !important;
}
.box-right .bold_timeline_item_connection {
  left: calc(-2.5rem) !important;
  right: 100% !important;
}

.about-cta .icon-aeroplane:before {
  color: #d3c19f;
}

.about-timeline .bold_timeline_item_marker {
  animation: shadowPulse 1s infinite linear;
}

.wpb_wrapper p {
  text-align: justify !important;
}

.about_values .descr {
  text-align: justify !important;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 0 transparent,
      0 0 0 0 transparent;
  }
  10% {
    box-shadow: 0 0 8px 6px #d31212, 0 0 12px 10px #d31212, 0 0 12px 5px;
  }
  80%,
  100% {
    box-shadow: 0 0 8px 6px transparent, 0 0 0 10px transparent,
      0 0 0 10px transparent;
  }
}
@media only screen and (max-width: 1199px) {
  .about_history .wpb_text_column.wpb_content_element .wpb_wrapper {
    height: auto !important;
  }

  .about_history .about_history_text__left::before {
    display: none !important;
  }

  .about_history::before {
    display: none !important;
  }

  .about_history .about_history_text__right::before {
    display: none !important;
  }

  .about-first-image {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .bold_timeline_group_inner {
    text-align: left;
  }

  .bold_timeline_item_inner {
    text-align: left;
  }

  .bold_timeline_item_marker,
  .bold_timeline_item_connection {
    display: none !important;
  }

  .about_values .col-ms-4 {
    width: 50% !important;
  }
  .box-right .bold_timeline_item:nth-child(odd) {
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 567px) {
  .about_values .col-ms-4 {
    width: 100% !important;
  }
}
