@charset "UTF-8";
.workshop {
  max-width: 2940px;
  padding-inline: 1em;
  width: 100%;
  margin-inline: auto;
  padding-block: 160px;
  padding-bottom: 124px;
}
.workshop h1 {
  text-align: center;
  margin: 0;
}
.workshop .facilitator {
  display: flex;
  gap: 36px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(19, 74, 133, 0.368627451);
}
.workshop .facilitator .image {
  flex: 0 0 544px;
}
.workshop .facilitator .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.workshop .facilitator .text {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 80px 96px;
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.workshop .facilitator .text .tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.workshop .facilitator .text .tags .tag {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #134A85;
  color: #fff;
}
.workshop .facilitator .text h2 {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 22px;
}
.workshop .facilitator .text .sub {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media screen and (max-width: 1025px) {
  .workshop .facilitator {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .workshop .facilitator .image {
    flex: 0 1 auto;
  }
  .workshop .facilitator .text {
    padding: 30px;
  }
}
@media screen and (max-width: 769px) {
  .workshop .facilitator {
    grid-template-columns: 1fr;
  }
  .workshop .facilitator .image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.workshop .workshop__details {
  padding-bottom: 100px;
}
.workshop .workshop__details > *:last-child {
  margin-bottom: 0;
}
.workshop .workshop__details .details {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-bottom: 30px;
}
.workshop .workshop__details .details .times {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.workshop .workshop__details .details .times p {
  margin: 0;
}
.workshop .workshop__details .details .duration {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.workshop .workshop__details .details .duration p {
  margin: 0;
}
.workshop .workshop__details .details .location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.workshop .workshop__details .details .location p {
  margin: 0;
}
.workshop .workshop__details h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 22px;
  text-align: center;
}
.workshop .workshop__details h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 22px;
  text-align: center;
}
.workshop .workshop__details p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.workshop .workshop__details ul {
  margin-bottom: 22px;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.workshop .workshop__details ul li {
  text-align: center;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
}
.workshop .workshop__details ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.workshop .workshop__details strong {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.workshop .workshop__details a.btn__primary {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .workshop .workshop__details ul {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .workshop .workshop__details ul li {
    text-align: left;
  }
}
@media screen and (max-width: 567px) {
  .workshop .workshop__details .details {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
.workshop .workshop__2 {
  padding-top: 100px;
  border-top: 1px solid rgba(19, 74, 133, 0.368627451);
}
.workshop .workshop__2 > *:last-child {
  margin-bottom: 0;
}
.workshop .workshop__2 .details {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-bottom: 30px;
}
.workshop .workshop__2 .details .times {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.workshop .workshop__2 .details .times p {
  margin: 0;
}
.workshop .workshop__2 .details .duration {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.workshop .workshop__2 .details .duration p {
  margin: 0;
}
.workshop .workshop__2 .details .location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.workshop .workshop__2 .details .location p {
  margin: 0;
}
.workshop .workshop__2 h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 22px;
  text-align: center;
}
.workshop .workshop__2 h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 22px;
  text-align: center;
}
.workshop .workshop__2 p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.workshop .workshop__2 ul {
  margin-bottom: 22px;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.workshop .workshop__2 ul li {
  text-align: center;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
}
.workshop .workshop__2 ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.workshop .workshop__2 table {
  margin-inline: auto;
  border-collapse: collapse;
}
.workshop .workshop__2 table tr td {
  padding: 10px 5px;
  border-bottom: 1px solid #134A85;
}
.workshop .workshop__2 strong {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.workshop .workshop__2 a.btn__primary {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .workshop .workshop__2 ul {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .workshop .workshop__2 ul li {
    text-align: left;
  }
}
@media screen and (max-width: 567px) {
  .workshop .workshop__2 .details {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

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