.report__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #1e5d9d;
  border-radius: 1.7rem;
  overflow: hidden
}
.report__text {
  padding: 2rem 2.9rem
}
.report__text-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 116%;
  margin-bottom: .6rem
}
.report__text-date {
  color: #6f6f71;
  font-size: 1.4rem
}
.report__icon {
  background-color: #1e5d9d;
  width: 9.3rem;
  height: 9.3rem;
  padding: 2.7rem
}
@media (max-width:48em) {
  .report__block {
    border-radius: 3.4rem
  }
  .report__text {
    padding: 2rem;
  }
  .report__text-title {
    font-size: 2.8rem
  }
  .report__text-date {
    font-size: 2.4rem
  }
  .report__icon {
    width: 11.8rem;
    height: 11.8rem;
    padding: 3.4rem
  }
}