@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.uspsBlock {
  margin: 100px 0;
}
.uspsBlock.aos-animate .cols .col {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.uspsBlock .cols .col {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
  text-align: center;
  padding: 0 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.uspsBlock .cols .col:nth-child(2) {
  -webkit-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -moz-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -ms-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
  transition: opacity 0.3s 0.45s, visibility 0.3s 0.45s, transform 0.3s 0.45s;
}
.uspsBlock .cols .col:last-child {
  -webkit-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, visibility 0.3s 0.6s, transform 0.3s 0.6s;
}
.uspsBlock .cols .col .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
.uspsBlock .cols .col .icon img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uspsBlock .cols .col .normalTitle {
  color: #E43D30;
  margin-bottom: 20px;
}
.uspsBlock .cols .col .text p {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .uspsBlock .cols .col {
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .uspsBlock .cols .col {
    padding: 0;
    display: block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .uspsBlock .cols .col:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=usps_block.css.map */