.esl-banner-knowledge-test {
  padding: 0 0 37px;
  display: none;
}
.esl-banner-knowledge-test.show {
  display: block;
}
.esl-banner-knowledge-test .container {
  max-width: 1170px;
}
@media screen and (max-width: 1199px) {
  .esl-banner-knowledge-test .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 991px) {
  .esl-banner-knowledge-test .container {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .esl-banner-knowledge-test .container {
    max-width: 570px;
  }
}
@media screen and (max-width: 575px) {
  .esl-banner-knowledge-test .container {
    max-width: 400px;
  }
}
.esl-banner-knowledge-test .banner-knowledge-test {
  min-height: 156px;
  padding: 32px 60px 32px 220px;
  border-radius: 16px;
  border: 4px solid;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .esl-banner-knowledge-test .banner-knowledge-test {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .esl-banner-knowledge-test .banner-knowledge-test {
    padding: 32px 20px 113px 20px;
  }
}
.esl-banner-knowledge-test h3.title {
  margin: 0 0 4px 0;
}
.esl-banner-knowledge-test p {
  margin: 0;
  color: #1D1B20;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 118.75% */
}
.esl-banner-knowledge-test .knowledge-lama {
  position: absolute;
  max-width: 133px;
  left: 45px;
  bottom: 0;
}
@media screen and (max-width: 575px) {
  .esl-banner-knowledge-test .knowledge-lama {
    max-width: 95px;
  }
}
.esl-banner-knowledge-test .knowledge-btn {
  padding: 5.5px 22.5px;
  color: #1D1B20;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  display: inline-block;
  min-width: 140px;
}
@media screen and (max-width: 575px) {
  .esl-banner-knowledge-test .knowledge-btn {
    width: 100%;
    text-align: center;
  }
}
.esl-banner-knowledge-test .knowledge-btn:hover {
  color: #fff;
  background-color: #0B1215;
  border-color: #0B1215;
}

/*# sourceMappingURL=banner-knowledge-test.css.map */
