.twobanners > div {
  /* Нижний Отступ для col */
  margin-bottom: 10px;
}

.twobanners > .col-xs-12.col-sm-6 {
  padding: 0 5px;
}

.twobanners__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 175px;
  padding: 30px 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.twobanners__item:hover {
  text-decoration: none;
}

.twobanners__item-title {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  font-weight: 500;
}

.twobanners__item-small-text {
  font-size: 18px;
}

.twobanners__item-link-title {
  display: inline-block;
  margin-top: auto;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #C64D00;
}
