/*
 * Copyright (c) 2021. sandysman@mail.ru Martynov A.V.
 */
.wrap-single-banner {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  width: 280px;
  height: 309px;
  overflow: hidden;
  padding: 30px 10px;
}
.center-block {
  margin-bottom: 30px;
}
.center-block img {
  width: 100%;
}
.wrap-promotion {
  height: 62px;
  width: 62px;
}
.single-banner-btn.btns {
  text-align: center;
}
.single-banner-btn a {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #325491;
  background: #FFFFFF;
  border: 1px solid #325491;
  box-sizing: border-box;
  border-radius: 100px;
}
.single-banner-btn a:hover {
  color: #fff;
}
.wrap-single-banner_content {
  height: 84px;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}
