.promo-blocks-template-11 {
  position: relative;
  margin: 40px 0;
}

.promo-blocks-template-11 .promo-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px 0 50px 0;
}

.promo-blocks-template-11 .promo-image {
  display: block;
  width: 270px;
  border-radius: 30px;
  -webkit-box-shadow: 0 11px 16px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0 11px 16px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.promo-blocks-template-11 .promo-image img {
  vertical-align: top;
}

.promo-blocks-template-11 .promo-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 10px 0 10px 20px;
}

.promo-blocks-template-11 .promo-title {
  position: relative;
  font-size: 30px;
  margin: 30px 0 50px 0;
  color: #642382;
  font-weight: bold;
  text-decoration: none;
}

.promo-blocks-template-11 .promo-title:hover {
  color: #ffc400;
}
