.b-webinar-thesis {
  position: relative;
  border-radius: 30px 0 30px 30px;
  background: #f5f5f5;
  padding-top: 37px;
  padding-left: 37px;
  padding-right: 31px;
  padding-bottom: 46px;
  min-height: 251px;
  width: calc(33% - 40px);
  min-width: calc(100% - 50px);
}
@media screen and (min-width: 500px) {
  .b-webinar-thesis {
    min-width: 360px;
  }
}
.b-webinar-thesis__index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 17px;
  right: 15px;
  border-radius: 50px;
  border: 3px solid #0846AD;
}
@media screen and (min-width: 710px) {
  .b-webinar-thesis__index {
    width: 41px;
    height: 41px;
  }
}
.b-webinar-thesis__index-text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  color: #0846AD;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 710px) {
  .b-webinar-thesis__index-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .b-webinar-thesis__index-text {
    font-size: 1.5rem;
  }
}
.b-webinar-thesis__text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 140.4%;
  max-width: calc(100% - 30px);
}
@media screen and (min-width: 710px) {
  .b-webinar-thesis__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .b-webinar-thesis__text {
    font-size: 1.25rem;
  }
}
.b-webinar-thesis__text p {
  margin-bottom: 0;
}
.b-webinar-thesis__text ul {
  padding-left: 18px;
  line-height: 160%;
}
.b-webinar-thesis__text ul li {
  font-weight: 500;
  font-size: 0.7rem;
}
@media screen and (min-width: 710px) {
  .b-webinar-thesis__text ul li {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .b-webinar-thesis__text ul li {
    font-size: 1.125rem;
  }
}
