body{

}

.main-screen_scroll-to{
  position: absolute;
  width: 300px;
  right: 0;
  top: 780px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
  cursor: pointer;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0);
}
.main-screen_scroll-to,
.main-screen_scroll-to:visited {
  color: #fff;
}
.main-screen_scroll-to:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
}

@media (max-width: 992px){
  .main-screen_scroll-to {
    top: 51vh;
    right: auto;
  }

}

@media (min-width: 992px){

  .form-faq .form-wrapper form{
    width: 100%;
  }
    .form-faq .form-wrapper form .fields-wrapper{
      display: flex;
      gap: 24px;
    }

}

.turnkey .content .item ._h3{
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 8px;
}

.what-you-get .mass-media ._h3 {
  font-size: 32px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 26px;
}
.what-you-get .bloggers ._h3 {
  font-size: 32px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 38px;
}

@media (max-width: 992px) {
  .what-you-get .bloggers ._h3,
  .what-you-get .mass-media ._h3 {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .what-you-get .bloggers ._h3,
  .what-you-get .mass-media ._h3 {
    font-size: 24px;
  }
}

.our-cases .content .cases-slider .slide .about-case .case-name{
  line-height: 1.2;
}