.cased-check-text {
  border: 1px solid #6A7175;
  font-size: 20px;
  padding: 40px 45px;
  position: relative;
}
.cased-check-text::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../../../content/dam/icex-invest/img/icons/white-bg-check-icon.png") no-repeat center center;
  position: absolute;
  top: -20px;
}
