.feature-small__content {
  padding: 0.625rem;
  border-radius: 2.1875rem;
  background-color: rgba(213, 218, 223, 0.5);
}

@media screen and (min-width: 768px) {
  .feature-small__content {
    display: flex;
    border-radius: 3.75rem;
  }
}

.feature-small__content .image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .feature-small__content .image {
    width: 45.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-small__content .image {
    margin-bottom: 2.5rem;
  }
}

.feature-small__content .image:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E80D';
  font-size: 3.75rem;
  color: #E1F3E2;
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .feature-small__content .image:before {
    font-size: 7.5rem;
    left: 3.125rem;
    bottom: 3.125rem;
  }
}

.feature-small__content .image img {
  border-radius: 1.5625rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .feature-small__content .image img {
    border-radius: 3.125rem;
  }
}

.feature-small__content .info {
  padding: 0 0.625rem 1.25rem;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .feature-small__content .info {
    padding: 5.625rem 9.25rem 5.625rem 10.25rem;
  }
}

.feature-small__content .info .title-medium {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .feature-small__content .info .title-medium {
    margin-bottom: 2.5rem;
  }
}

.feature-small__content .info .description {
  max-width: 39.3125rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .feature-small__content .info .description {
    margin-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .feature-small .wrap-btn {
    display: flex;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-small .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.625rem;
  }
}

.feature-small .btn.btn--transperent {
  border-color: #001438;
  color: #001438;
}

.feature-small .btn.btn--transperent:hover {
  background-color: #001438;
  color: #fff;
}
/*# sourceMappingURL=feature-small.css.map */