.trusted-reason {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.18rem;
}

.trusted-reason__image-container {
  width: 17.18rem;
  height: 14.6rem;
  align-self: center;
  margin-top: .72rem;
}
@media screen and (min-width : 768px) {
    .trusted-reason{
        margin-top: 1.2rem;
    }
    .trusted-reason__image-container{
        width: 26.07rem;
        height: 14.66rem;
        margin-top: .67rem;
    }
}

