.intro {
  position: relative;
  padding: calc(133px + 82px) 16px 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73.52deg, rgba(30, 35, 41, 0.8) -0.8%, rgba(30, 35, 41, 0.1) 100.5%);
}

.intro__content-wrapper {
  position: relative;
  max-width: 1046px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.intro__title-head {
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 120%;
}

.intro__title-text {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 19px;
  color: #DEDEDE;
  line-height: 120%;
}

@media (max-width: 1280px) {
  
}

@media (max-width: 960px) {
  .intro__title-text {
    font-size: 17px;
  }

  .intro__title-head {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  
}
