.b-letters {
  position: relative;
  z-index: 10;
  padding-bottom: 25px !important;
}
.b-letters-wrapper {
  display: flex;
}
.b-letters__left {
  flex: none;
  margin-right: 68px;
}
@media (max-width: 768px) {
  .b-letters__left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.b-letters__left img {
  width: 275px !important;
  height: auto;
  margin: 0 auto;
}
.b-letters h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 32px;
}
.b-letters__right {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .b-letters__right {
    padding: 27px 20px;
  }
}
.b-letters__name {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.b-letters__name b {
  font-weight: 700;
}
.b-letters__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.b-letters__item {
  flex: none;
  margin-right: 9px;
  margin-bottom: 10px;
  display: flex;
  background: #fff;
  padding: 90px 94px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .b-letters__item {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.b-letters__item:last-child {
  border: none;
}
.b-letters__item a {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 100%;
  color: #C4C4C4;
}
.b-letters__item a:hover {
  color: #fff;
}
.b-letters .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -37px;
}
.b-letters .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.b-letters .owl-dot {
  background: #979797 !important;
  width: 12px;
  height: 12px;
  margin: 5px;
}
.b-letters .owl-dot.active {
  background: #FF6B00 !important;
}
.b-letters .owl-prev {
  margin-left: -35px;
}
.b-letters .owl-next {
  margin-right: -35px;
}

.b-letters-wrapper img {
  border: 3px solid #154339;
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */