.definition {
  padding: 15px 20px;
  border-left: 4px solid #05c38a;
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-top: 0px !important;
}

.study-img {
  display: none;
}

.definition::before {
  content: '';
  background-image: url('https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/c1087363-9025-4c37-8d5e-983a32a007e9/text-boxes-section/definition-text-box/definition-icon.svg');
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  left: 20px;
  top: 15px;
}

.definition::after {
  content: 'Definition';
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #080808;
  position: absolute;
  left: 58px;
  top: 20px;
}

.definition-text {
  line-height: 1.6;
  padding: 45px 0 0 0;
  margin: 0;
}
