.promo-banner {
    background: #357eeb;
    padding: 10px 0;
}
.promo-banner .container {
    text-align: center;
    font-size: 18px;
}
.promo-banner .container a {
  text-decoration: none;
    color: white;
}

.info-block-with-icon img {
	width: 110px;
  height: auto;
}
.border-right-tablet {
	min-height: 230px;
}
.start-box img {
	max-width: 155px;
  margin-bottom: 5px;
}
.start-box .img-box {
	min-height: 135px;
}
.start-box p {
	min-height: 20px;
}
.img-or img {
	width: 100px;
}
.show-tablet {
	display: block !important;
}

.banner-text-img .container p.small-text {
	font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .banner-text {
  	width: 60%;
  }
  .banner-text-img .container h1 {
  	max-width: 27.125rem;
  }
}
@media screen and (max-width: 47.9375em) {
	.banner-text-img img {
		min-height: 285px;
	}
.banner-text-img .container p {
font-size: 0.9rem;
}

.banner-text-img .container p.show-tablet {
padding-top: 0.8rem;
}
.promo-banner .container {
    font-size: 13px;
    padding: 0 10%;
}
}

