.awards-block-with-animation {
  position: relative;
  padding: 0;
}
.awards-block-with-animation > .container {
  position: static;
  overflow: visible;
  color: #000729;
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: initial;
  font-weight: 400;
  font-family: "SourceSansPro-Light";
  padding-bottom: 47px;
  border-bottom: 1px 1px rgba(112, 112, 112, 0.5) solid;
  margin-bottom: 12px;
  padding-top: 56px;
}
@media (max-width: 428px) {
  .awards-block-with-animation > .container {
    padding-top: 20px;
  }
}
.awards-block-with-animation > .container > .row {
  flex-direction: row;
}
@media (max-width: 767px) {
  .awards-block-with-animation > .container > .row {
    flex-direction: column;
  }
}
.awards-block-with-animation > .container > .row > .col {
  position: relative;
}
.awards-block-with-animation > .container p {
  overflow: auto;
  margin-bottom: 1rem;
}
.awards-block-with-animation > .container em {
  font-style: italic;
  font-size: inherit;
  line-height: 1.3em;
  font-weight: 400;
}
@media (max-width: 428px) {
  .awards-block-with-animation > .container em {
    font-size: 24px;
  }
}
.awards-block-with-animation > .container h3 {
  font-size: 1.125rem;
  letter-spacing: initial;
  font-weight: 400;
  color: #000729;
  font-family: "Source Sans Pro Bold";
  line-height: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 1.2em;
  display: inline-block;
}
.awards-block-with-animation > .container strong {
  font-size: 1.125rem;
  letter-spacing: initial;
  font-weight: 400;
  color: #000729;
  font-family: "Source Sans Pro Bold";
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 2px;
}
.awards-block-with-animation > .container ul {
  padding-left: 29px;
  display: inline-block;
  list-style: none;
  padding-top: 0;
}
@media (max-width: 767px) {
  .awards-block-with-animation > .container ul {
    padding-top: 15px;
  }
}
.awards-block-with-animation > .container ul li {
  position: relative;
  margin-bottom: 1.5em;
}
.awards-block-with-animation > .container ul li:before {
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  display: block;
  float: left;
  margin-left: -1.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background: url("https://resources.cloudhi.io/images/grenadier/trophy_icon_solid.svg");
  background-size: cover;
  background-position: center;
  margin-right: 0;
  margin-top: 0.1rem;
}
.awards-block-with-animation > .container ul li:last-child {
  margin-bottom: 0;
}
.awards-block-with-animation > .container a {
  display: inline-block;
}
.awards-block-with-animation > .container a:hover, .awards-block-with-animation > .container a:active {
  color: #000000;
  text-decoration: none;
}
.awards-block-with-animation > .container .join-us-animation-wrapper {
  left: initial;
  right: -41px;
  top: -88px;
  bottom: initial;
  width: 205px;
}
@media (max-width: 1400px) {
  .awards-block-with-animation > .container .join-us-animation-wrapper {
    right: 1px;
  }
}
