
/*Обнуление*/
*{padding: 0;margin: 0;}
body {
  font-family: "Montserrat", sans-serif;

}
.container{
 /* max-width: 1024px;*/
  margin: 0 auto;
  width: 100%;
}

.hero__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__text {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(266.28deg, #fb9074 0.01%, #eb7353 95.78%);
  border: 0;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 20px 24px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  text-decoration: none;
}
.button:focus,
.button:hover {
  background: linear-gradient(266.28deg, #fb9074 0.01%, #fb9074 95.78%);
  color: #fff;
}

@media (min-width: 768px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*--------------------*/

