


@media only screen and (min-width: 992px){
  .popup__descr-short{
    margin: 14px auto 14px !important;
  }
  .popup__info-title {
    display: none;
  }
  .popup__info-descr{
    text-align: center;
  }
}

.text-bold {
    margin-bottom: 2rem;
}
.text-bold > a {
    color: #fff !important;
    font-weight: 400 !important;
    margin-bottom: 0.8rem;
}

.text-bold > a:after{
    content: unset !important;
}