@charset "UTF-8";
.banner-details {
  padding-bottom: 72px;
}
.banner-details .banner-image {
  display: block;
  margin-bottom: 45px;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .banner-details .banner-image {
    margin-bottom: 55px;
  }
}

.btn-back {
  text-decoration: underline;
  font-weight: 600;
}
.description {
  font-size: 1.25rem;
}
.description ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
.description ul li {
    position: relative;
}

.description pre,
.description code,
.description kbd,
.description samp {
  font-family: 'sans-serif';
}



form {
  max-width: 100%;
}
