.first-block {
  padding: 20px 0px 0px 20px;
  margin-top: 40px;
  width: 100%;
}

.first-block-container {
  width: 80%;
}

.about-title {
  color: #000;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 40px;
}

.first-block-text {
  font-size: 1rem;
  color: #000;
  line-height: 1.3em;
}

.second-block {
  margin-top: 60px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.second-block-container {
  width: 100%;
  height: 100%;
}

.second-block-container img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.third-block {
  margin-top: 60px;
  width: 100%;
}

.third-block-container {
  width: 80%;
  padding: 0 2rem;
}

.third-block-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.3em;
}
.third-block-text a {
  color: #000;
}

@media (max-width: 880px) {
  .first-block {
    padding: 16px 0 0 16px;
    margin-top: 20px;
  }
  .first-block-container {
    width: 100%;
  }
  .about-title {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  .second-block {
    margin-top: 40px;
    height: 60vh;
  }
  .third-block {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .third-block-container {
    width: 100%;
    padding: 0 16px;
  }
  .third-block-text {
    font-size: 0.95rem;
    line-height: 1.5em;
  }
}
.bold-text {
  font-size: 3rem;
  text-transform: uppercase;
}

.swiper-block {
  width: 100%;
  height: 120vh;
  margin-top: 100px;
}

.swiper-block-container {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 50%;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  width: 50%;
  position: relative;
}
.swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-position-x: center;
  background-position-y: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.swiper-slide a {
  text-decoration: none;
}

.swiper-slide:hover img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-slide:hover .swiper-content {
  font-size: 1.2rem;
}

.swiper-content {
  margin: 10px 10px 0 20px;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}