.c-sidebar-banners__banner {
  box-shadow: 0 27px 34px -20px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  margin: 0 auto 40px auto;
}
@media (max-width: 1199.98px) {
  .c-sidebar-banners__banner {
    margin-top: 40px;
  }
}
.c-sidebar-banners__image {
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.c-sidebar-banners__image img {
  margin: -20px auto 0 auto;
  max-width: 270px;
}
.c-sidebar-banners__content {
  background: #ffffff;
  padding: 25px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.c-sidebar-banners__content a {
  margin: 22px auto 0 auto;
  display: flex;
  max-width: 220px;
  width: 100%;
  color: #ffffff;
  background: #007ac7;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 0.875em;
  font-weight: bold;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.c-sidebar-banners__content a:hover, .c-sidebar-banners__content a:active, .c-sidebar-banners__content a:focus, .c-sidebar-banners__content a:visited {
  color: #ffffff;
}
.c-sidebar-banners__title {
  font-size: 1.375em;
  font-weight: bold;
  margin: 0;
  line-height: 1.18;
  color: #007ac7;
}
.c-sidebar-banners__text {
  font-size: 0.875em;
  margin: 10px 0 0 0;
  line-height: 1.2;
  color: #979797;
  text-wrap: balance;
}