.dr-section.dr-section-type--dr_education .container {
  position: relative;
}
.dr-section.dr-section-type--dr_education .dr-content .row {
  display: flex;
  flex-direction: column;
  gap: var(--dr-element-spacer-lg);
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item {
  display: flex;
  flex-direction: column;
  gap: var(--dr-spacer);
  border: 1px solid var(--dr-brand-color-primary-150);
  text-decoration: none;
  background: var(--dr-color-body-bg-secondary);
  padding: var(--dr-spacer);
  border-radius: var(--dr-element-radius);
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_education .dr-content .row .education-item.grid-2 {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
  }
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item .image {
  position: relative;
  height: 100%;
  margin: 0;
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item .image img {
  position: relative;
  object-fit: cover;
  border-radius: var(--dr-element-radius);
  max-width: 100%;
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_education .dr-content .row .education-item .image img {
    position: absolute;
  }
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content {
  display: flex;
  flex-direction: column;
  gap: var(--dr-spacer);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_education .dr-content .row .education-item-content {
    padding: var(--dr-spacer-xl);
  }
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-header .category {
  font-size: var(--dr-font-size-small);
  font-weight: 500;
  color: var(--dr-card-color-fg-accent);
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body {
  display: flex;
  flex-direction: column;
  gap: var(--dr-spacer);
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body p {
  margin: 0;
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body b {
  display: block;
  margin-bottom: var(--dr-spacer-sm);
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body a {
  text-decoration: none;
  word-break: break-all;
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body .address {
  display: flex;
  flex-direction: column;
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body .content-row {
  display: flex;
  gap: var(--dr-spacer-sm);
  align-items: flex-start;
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body .content-row div {
  min-width: 33.3333333333%;
}
.dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body .content-row p, .dr-section.dr-section-type--dr_education .dr-content .row .education-item-content .content-body .content-row span {
  width: fit-content;
}

/*# sourceMappingURL=style.css.map */
