.about__top {
  max-width: 2940px;
  width: 100%;
  margin-inline: auto;
  padding-block: 160px;
  background-color: #F4EAE0;
}
.about__top .header__section {
  margin-bottom: 50px;
}
.about__top .header__section h1,
.about__top .header__section h2 {
  text-align: center;
  text-transform: uppercase;
}
.about__top .header__section h1 {
  margin: 0;
}
.about__top .header__section h2 {
  font-weight: normal;
  margin: 0;
}
.about__top .text > *:last-child {
  margin: 0;
}
.about__top .btn__primary {
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1281px) {
  .about__top {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 567px) {
  .about__top {
    padding-block: 50px;
  }
}

.subthemes {
  max-width: 2940px;
  width: 100%;
  margin-inline: auto;
  background-color: #F4EAE0;
  padding-bottom: 160px;
}
.subthemes h2,
.subthemes h3 {
  text-align: center;
}
.subthemes .themesgrid {
  width: 100%;
  display: grid;
  gap: 16px;
}
.subthemes .themesgrid .box {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.subthemes .themesgrid .box .number {
  margin: 0;
  width: 69px;
}
.subthemes .themesgrid .box .theme {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.subthemes .themesgrid .box .theme .icon {
  flex: 0 0 104px;
}
.subthemes .themesgrid .box .theme .icon img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.subthemes .themesgrid .box .theme .text {
  flex: 0 1 auto;
  width: 100%;
  height: 100%;
  padding: 15px 38px;
  background-color: rgba(19, 74, 133, 0.0509803922);
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  color: #04172D;
}
.subthemes .themesgrid .box .theme .text p {
  font-size: 22px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  color: #04172D;
  margin: 0;
}
@media screen and (max-width: 1281px) {
  .subthemes {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 567px) {
  .subthemes {
    padding-bottom: 50px;
  }
  .subthemes .themesgrid {
    gap: 20px;
  }
  .subthemes .themesgrid .box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
  }
  .subthemes .themesgrid .box .theme {
    align-items: flex-start;
  }
  .subthemes .themesgrid .box .theme .icon {
    flex: 0 0 60px;
    position: relative;
    top: 0;
    width: 60px;
  }
  .subthemes .themesgrid .box .theme .text {
    font-size: 16px;
    line-height: 22px;
    padding-inline: 25px;
  }
  .subthemes .themesgrid .box .theme .text p {
    font-size: 16px;
    line-height: 22px;
  }
  .subthemes .themesgrid .box .number {
    margin: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    min-height: 60px;
    line-height: 1;
    padding-left: 0px;
  }
}

.whomustattend {
  max-width: 2940px;
  width: 100%;
  margin-inline: auto;
  background-color: #F4EAE0;
  padding-bottom: 160px;
}
.whomustattend h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.whomustattend .attend__grid {
  display: flex;
  gap: 100px;
  align-items: center;
}
.whomustattend .attend__grid .image {
  flex: 0 0 607px;
}
.whomustattend .attend__grid .image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.whomustattend .attend__grid .text {
  flex: 0 1 auto;
  width: 100%;
}
.whomustattend .attend__grid .text ul li {
  line-height: 24px;
  font-size: 16px;
}
@media screen and (max-width: 1281px) {
  .whomustattend {
    padding-inline: 1em;
  }
}
@media screen and (max-width: 769px) {
  .whomustattend .attend__grid .image {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 567px) {
  .whomustattend {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .whomustattend h2 {
    margin-bottom: 50px;
  }
  .whomustattend .attend__grid {
    flex-direction: column;
    gap: 50px;
  }
  .whomustattend .attend__grid .image {
    flex: 0 1 auto;
    width: 100%;
  }
  .whomustattend .attend__grid .text ul {
    padding-left: 25px;
  }
}

.footer__logos {
  background-color: #F4EAE0 !important;
  border-top: 1px solid #04172D;
}

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