﻿.about-us .about-us-title {
  width: 80%;
  margin: auto;
}
.about-us .about-us-title h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  padding: 1.2em 0;
  max-width: 680px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .about-us .about-us-title h2 {
    font-size: 48px;
  }
}
@media (min-width: 640px) {
  .about-us .about-us-title h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .about-us .about-us-title h2 {
    font-size: 70px;
  }
}
.about-us .about-us-blocs {
  max-width: 65rem;
  margin: auto;
}
.about-us .about-us-blocs .about-us-list {
  margin: 0 20px;
  overflow: hidden;
}
.about-us .about-us-blocs .about-us-list .about-us-details {
  position: relative;
  height: 38vh;
}
.about-us .about-us-blocs .about-us-list .about-us-details .sliderImage picture img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 38vh;
}
.about-us .about-us-blocs .about-us-list .about-us-details .menuTitleBox h3 {
  font: normal normal normal 17px/33px Fortescue;
  padding: 1rem 0;
  letter-spacing: 0.75px;
}
.about-us .about-us-blocs .about-us-list .about-us-details .menuTitleBox h3 a {
  font: normal normal normal 17px/33px Fortescue;
  letter-spacing: 0.75px;
  text-decoration: none;
  color: #000000;
  text-transform: initial;
}
.about-us .about-us-blocs .about-us-list .about-us-details .specs {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 49, 31, 0.8);
  color: #ffffff;
  font: normal normal normal 14px/28px Fortescue;
  letter-spacing: 0.68px;
  padding: 1.5rem;
  display: table;
}
.about-us .about-us-blocs .about-us-list .about-us-details .specs:hover {
  opacity: 1;
}
.about-us .about-us-blocs .about-us-list .about-us-details .specs .vertical-align-items {
  display: table-cell;
  vertical-align: middle;
}
