.meeting_section .meeting_wrapper {
  padding: 130px;
}
@media (max-width: 991px) {
  .meeting_section .meeting_wrapper {
    padding-block: 40px;
    padding-inline: 0;
  }
}
.meeting_section .meeting_wrapper:nth-child(odd) {
  background-color: var(--color-background-alt);
}
@media (max-width: 991px) {
  .meeting_section .meeting_wrapper .container {
    margin-inline: 0;
  }
}
.meeting_section .meeting_wrapper .meeting_content .title {
  font-size: 38px;
}
@media (max-width: 991px) {
  .meeting_section .meeting_wrapper .meeting_content .title {
    font-size: 24px;
    text-align: center;
  }
}
.meeting_section .meeting_wrapper .meeting_content .slide_subtitle {
  line-height: 160%;
  text-transform: capitalize;
}
.meeting_section .meeting_wrapper .meeting_content .meeting_gallery {
  margin-top: 60px;
  padding-inline: 20px;
}
@media (max-width: 991px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_gallery {
    margin-top: 30px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_gallery .swiper-slide {
    width: 80%;
  }
}
.meeting_section .meeting_wrapper .meeting_content .meeting_gallery .thumb_wrap {
  position: relative;
}
.meeting_section .meeting_wrapper .meeting_content .meeting_gallery .thumb_wrap .thumb {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_gallery .thumb_wrap .thumb {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_gallery .thumb_wrap .thumb {
    height: 500px;
  }
}
.meeting_section .meeting_wrapper .meeting_content .meeting_gallery .thumb_wrap::after {
  content: "\f065";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  bottom: 20px;
  right: 10px;
  left: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
}
.meeting_section .meeting_wrapper .meeting_content .meeting_gallery .slide_text {
  margin-top: 10px;
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 60px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_bottom {
    margin-top: 30px;
    gap: 40px;
    margin-inline: 30px;
  }
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_description {
  max-width: 800px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_description {
    max-width: 600px;
  }
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
@media (max-width: 991px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos {
    width: 100%;
  }
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos .info_item {
  border-bottom: 1px solid var(--color-stroke);
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos .info_item {
    padding-bottom: 10px;
  }
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos .info_item a {
  color: var(--color-text-body);
  margin-left: 10px;
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos .info_item i {
  color: var(--highlight-color);
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos .info_item:last-of-type {
  border: none;
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos .btns_wrap {
  display: flex;
}
.meeting_section .meeting_wrapper .meeting_content .meeting_bottom .meeting_infos .btns_wrap .btnCta {
  width: 100%;
}
.meeting_section .meeting_wrapper .meeting_content .swiper-button-prev {
  left: 0;
}
.meeting_section .meeting_wrapper .meeting_content .swiper-button-next {
  right: 0;
}