.about-event-page, .experts-discusion-page, .blog-page {
  width: 100%;
}

.experts-discusion-page .hero-section .col-content {
  max-width: 601px;
}

.about-platform-expert, .event-screen-expert, .info-section {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .about-platform-expert, .event-screen-expert, .info-section {
    padding: 100px 0;
  }
}

.about-platform-expert .col-img {
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .about-platform-expert .col-img {
    margin-bottom: 0;
  }
}
.about-platform-expert .col-img img {
  max-width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 767px) {
  .about-platform-expert .col-img img {
    height: 321px;
  }
}
@media (min-width: 1199px) {
  .about-platform-expert .col-img img {
    height: auto;
    border-radius: 20px;
  }
}

.info-section .col-content {
  width: 100%;
}
@media (min-width: 991px) {
  .info-section .col-content {
    max-width: 48%;
  }
}
@media (min-width: 1199px) {
  .info-section .col-content {
    max-width: 576px;
  }
}
.info-section .col-content .title, .info-section .col-content .subtitle {
  color: #fff;
}
.info-section .col-content .title {
  margin-bottom: 12px;
  color: #0D0D0D;
}
.info-section .col-content .small-text {
  display: block;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #474646;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .info-section .col-content .small-text {
    margin-bottom: 32px;
  }
}
.info-section .col-content .subtitle p {
  font-size: 1.125rem;
  margin-bottom: 18px;
  color: #0D0D0D;
}
@media (min-width: 1199px) {
  .info-section .col-content .subtitle p {
    margin-bottom: 24px;
  }
}
.info-section .col-content .subtitle p:last-child {
  margin-bottom: 0;
}
.info-section .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
@media (min-width: 1199px) {
  .info-section .tags {
    margin-top: 32px;
  }
}
.info-section .tags .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 32px;
  border: 1px solid #35198B;
  font-family: "Inerta-Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 100%;
  color: #35198B;
}

@media (min-width: 1199px) {
  .about-platform-event {
    padding: 100px 0;
  }
}
.about-platform-event .col-img {
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 1199px) {
  .about-platform-event .col-img {
    max-width: 576px;
  }
}
.about-platform-event .col-img img {
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .about-platform-event .col-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 235px;
  }
}
@media (min-width: 1199px) {
  .about-platform-event .col-img img {
    width: -moz-max-content;
    width: max-content;
    height: 100%;
  }
}
@media (min-width: 767px) {
  .about-platform-event .col-content {
    max-width: 100%;
  }
}
@media (min-width: 1199px) {
  .about-platform-event .col-content {
    max-width: 576px;
  }
}

.feadbacks {
  padding: 60px 0;
  background: rgb(232, 232, 232);
}
@media (min-width: 1199px) {
  .feadbacks {
    padding: 120px 0;
  }
}
.feadbacks .title-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .feadbacks .title-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 767px) {
  .feadbacks .gap40 {
    gap: 24px;
  }
}
@media (min-width: 1199px) {
  .feadbacks .gap40 {
    gap: 40px;
  }
}
.feadbacks .col-feadback {
  max-width: 100%;
  width: 100%;
  background-color: #0D0D0D;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
.feadbacks .col-feadback:first-child {
  background-image: url("../../assets/images/feadback-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -380px 0px;
}
@media (min-width: 767px) {
  .feadbacks .col-feadback:first-child {
    background-position: -450px 0px;
  }
}
.feadbacks .col-feadback:first-child .bottom-content {
  border-top: none;
}
@media (min-width: 767px) {
  .feadbacks .col-feadback {
    max-width: 48%;
  }
}
@media (min-width: 1199px) {
  .feadbacks .col-feadback {
    max-width: 384px;
    padding: 40px 40px 48px 40px;
  }
}
.feadbacks .col-feadback .icon {
  max-width: 48px;
  width: 100%;
  height: 48px;
  margin-bottom: 24px;
}
.feadbacks .col-feadback .icon img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.feadbacks .col-feadback p {
  color: #FFF;
}
.feadbacks .col-feadback .bottom-content {
  border-top: 1px dashed #8E8E8E;
  padding-top: 20px;
}
.feadbacks .col-feadback .bottom-content a {
  border: 2px solid #FFF;
  width: 100%;
  display: block;
  padding: 20px 40px;
  color: #FFF;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.4s ease;
}
.feadbacks .col-feadback .bottom-content a:hover {
  background: #fff;
  color: #0D0D0D;
}
@media (min-width: 1199px) {
  .feadbacks .col-feadback .bottom-content a {
    font-size: 1.25rem;
  }
}
.feadbacks .col-feadback .bottom-content .fullname {
  color: #fff;
  margin-bottom: 4px;
}
.feadbacks .col-feadback .bottom-content .fullname, .feadbacks .col-feadback .bottom-content .job-position {
  display: block;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0%;
}
.feadbacks .col-feadback .bottom-content .job-position {
  color: #FF9500;
}

.portfolio-experts {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .portfolio-experts {
    padding: 120px 0;
  }
}
.portfolio-experts .title-wrapper {
  width: 100%;
  margin-bottom: 12px;
}
.portfolio-experts .date-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .portfolio-experts .date-wrapper {
    margin-bottom: 60px;
  }
}
.portfolio-experts .date-wrapper span {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(71, 70, 70);
}
.portfolio-experts .portfolio {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 767px) {
  .portfolio-experts .portfolio {
    gap: 24px;
  }
}
@media (min-width: 1199px) {
  .portfolio-experts .portfolio {
    gap: 40px;
  }
}
.portfolio-experts .portfolio .col-img {
  width: 100%;
}
@media (min-width: 767px) {
  .portfolio-experts .portfolio .col-img {
    max-width: 47%;
  }
}
@media (min-width: 1199px) {
  .portfolio-experts .portfolio .col-img {
    max-width: 31%;
  }
}
@media (min-width: 1439px) {
  .portfolio-experts .portfolio .col-img {
    max-width: 384px;
  }
}
.portfolio-experts .portfolio .col-img img {
  max-width: 100%;
  height: auto;
}
.portfolio-experts .portfolio .more-button-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .portfolio-experts .portfolio .more-button-wrapper {
    margin-top: 60px;
  }
}
.portfolio-experts .portfolio .more-button-wrapper .more {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  color: rgb(13, 13, 13);
  border-radius: 32px;
  padding: 12px 32px;
  border: 2px solid rgb(13, 13, 13);
  cursor: pointer;
}

@media (min-width: 1199px) {
  .pro-events-discusion {
    padding: 120px 0;
  }
}

.why-important-education .content {
  gap: 20px;
}
@media (min-width: 1199px) {
  .why-important-education .content {
    gap: 40px;
  }
}
.why-important-education .content .content-top {
  min-height: 90px;
}
.why-important-education .content .content-top h3 {
  margin-bottom: 0;
}
.why-important-education .content .tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.why-important-education .content .tags .tag {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 8px 16px;
  border: 1px solid rgb(255, 255, 255);
}
.why-important-education .content .tags .tag:first-child {
  background: rgb(255, 149, 0);
  border: 1px solid rgb(255, 149, 0);
  color: rgb(13, 13, 13);
}

.for-whom {
  padding: 60px 0;
  background-image: url("../../assets/images/about/img-bg-section.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media (min-width: 1199px) {
  .for-whom {
    padding: 100px 0;
  }
}
.for-whom .title-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .for-whom .title-wrapper {
    margin-bottom: 60px;
  }
}
.for-whom h2, .for-whom p {
  color: #fff;
}
.for-whom .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.for-whom .tags .tag {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 12px 20px;
  border-radius: 32px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.for-whom .preview {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .for-whom .preview {
    margin-top: 60px;
  }
}
.for-whom .preview img {
  max-width: 100%;
  height: auto;
}

.why-important-opportunities .content .button-wrapper .link-orange {
  max-width: -moz-max-content;
  max-width: max-content;
  height: 39px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  border: 1px solid #FF9500;
  background-color: #FF9500;
  gap: 8px;
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0D0D0D;
  transition: background-color 0.4s ease;
}
.why-important-opportunities .content .button-wrapper .link-orange:hover {
  background-color: #f28d00;
}

@media (min-width: 1199px) {
  .blog-page h1.title.blog-title {
    margin-bottom: 24px;
  }
}
.blog-page .insisghts-news {
  padding: 0 0 60px 0;
}
@media (min-width: 1199px) {
  .blog-page .insisghts-news {
    padding: 0 0 120px 0;
  }
}
.blog-page .insisghts-news-two-columns {
  padding: 60px 0;
}
@media (min-width: 1199px) {
  .blog-page .insisghts-news-two-columns {
    padding: 100px 0 80px 0;
  }
}
.blog-page .insisghts-news-two-columns p {
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  .blog-page .insisghts-news-two-columns p {
    margin-bottom: 20px;
  }
}
.blog-page .insisghts-news-two-columns .gap40 {
  gap: 0;
}
@media (min-width: 1199px) {
  .blog-page .insisghts-news-two-columns .gap40 {
    gap: 40px;
  }
}
.blog-page .insisghts-news-two-columns .col-news {
  flex-basis: 100%;
  margin-top: 40px;
}
@media (min-width: 1199px) {
  .blog-page .insisghts-news-two-columns .col-news {
    flex-basis: 48%;
  }
}
.blog-page .insisghts-news-two-columns .col-news .post-wrapper {
  display: block;
}
.blog-page .insisghts-news-two-columns .col-news .post-wrapper img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .blog-page .insisghts-news-two-columns .col-news .post-wrapper img {
    width: 100%;
  }
}
@media (min-width: 1079px) {
  .blog-page .insisghts-news-two-columns .col-news .post-wrapper img {
    height: 288px;
  }
}
@media (min-width: 1199px) {
  .blog-page .insisghts-news-two-columns .col-news .post-wrapper h3.post-title {
    font-size: 1.25rem;
    line-height: 130%;
  }
}
.blog-page .insisghts-news-two-columns .col-news .post-wrapper .date-wrapper {
  margin-top: 20px;
  width: 100%;
}
.blog-page .insisghts-news-two-columns .col-news .post-wrapper .date-wrapper .date {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 18px;
}
.blog-page .insisghts-news-two-columns .col-news .post-wrapper .date-wrapper .date span {
  font-family: "Inerta-Regular", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #474646;
  font-size: 1rem;
}
@media (min-width: 1199px) {
  .blog-page .insisghts-news-two-columns .insisghts-news.all-news .col-news {
    margin-top: 0;
  }
}/*# sourceMappingURL=about-event.css.map */