.main__event {
  max-width: 1180px;
  margin: 0 auto;
}

.wrap_event {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.header__descr {
  font-family: "Arsenal", sans-serif;
  color: #2d2d2d;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 60px 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__descr {
    font-size: 36px;
    margin: 30px 0 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header__descr {
    font-size: 30px;
    margin: 30px 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .header__descr {
    font-size: 24px;
    margin: 30px 0 15px;
  }
}
.picture__main {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  max-width: 476px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.pict-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pict-descr {
  font-family: "Arsenal", sans-serif;
  color: #505050;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.btn__descr .btn_green {
  width: 50%;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: rgba(120, 189, 148, 0.34);
  padding: 18px 20px;
  font-family: "Arsenal", sans-serif;
  cursor: pointer;
  border: none;
  color: #505050;
  font-size: 20px;
  border-radius: 20px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn__descr .btn_green {
    width: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    margin: 2vw auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .btn__descr .btn_green {
    width: 70%;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    margin: 2vw auto;
  }
}
@media screen and (max-width: 480px) {
  .btn__descr .btn_green {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    margin: 2vw auto;
  }
}
.text__descr {
  font-family: "Arsenal", sans-serif;
  color: #505050;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text__descr {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .text__descr {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .text__descr {
    font-size: 18px;
    text-align: center;
  }
}
.container_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container_btn {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .container_btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .container_btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.container_btn .btn_green {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: rgba(120, 189, 148, 0.34);
  padding: 15px 50px;
  font-family: "Arsenal", sans-serif;
  cursor: pointer;
  border: none;
  color: #505050;
  font-size: 20px;
  border-radius: 20px;
}

.btn__descr {
  margin-top: 25px;
}

.btn .btn_green {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  ul {
    list-style: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  ul {
    list-style: none;
  }
}
@media screen and (max-width: 481px) {
  ul {
    list-style: none;
  }
}/*# sourceMappingURL=page_event-upcoming.css.map */