p,
h2 {
  margin: 0;
}

body {
  margin: 0;
}
.main_section {
  width: 1440px;
  margin: 0 auto;
}

.main_content {
  width: 100%;
  position: relative;
}
.meet-swiper {
  overflow: hidden;
}
.meet-slid-mage {
  height: 252px;
}

.meet-slid-mage > img {
  width: 100%;
  height: 100%;
}

.meet-slid-date {
  padding: 16px 0 16px 16px;
  background-color: #00ff00;
}
.meet-slid-date > h2 {
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.meet-slid-title {
  background-color: #fafafa;
  height: 148px;
}
.meet-slid-title > p {
  font-size: 31px;
  font-weight: 300;
  line-height: 31px;
  text-transform: uppercase;
  padding: 32px 0 0 16px;
}
.meet-slid-button {
  width: 100%;
  background-color: #00ff00;
  padding: 24px 0;
  text-align: center;
}
.meet-slid-button:hover {
  background-color: #1f201f;
  color: #ffffff;
}
.meet-link {
  font-size: 20px;
  font-weight: 800;
  line-height: 14px;
  color: #1f201f;
  text-decoration: none;
  text-transform: uppercase;
}
.meet-pagination > .swiper-pagination-bullet {
  background-color: #1f201f;
  border-radius: inherit;
  width: 16px;
  height: 16px;
}

.meet-button-prev,
.meet-button-next {
  top: 100%;
  margin: 20px 0 0 0;
  width: 60px;
  height: 60px;
  z-index: 20;
  position: absolute;
  cursor: pointer;
}
.meet-pagination > .swiper-pagination-bullet-active {
  background: #1f201f;
}
.meet-button-prev {
  left: 0;
}
.meet-button-next {
  right: 0;
}
.meet-pagination {
  bottom: -60px !important;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .meet-pagination > .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .meet-button-prev,
  .meet-button-next {
    margin: 20px 0 0 0;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .main_section {
    width: auto;
  }
  .meet-slid-mage {
    height: 300px;
  }

  .meet-slid-title > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 32px 0 0 16px;
  }
  .main_section {
    padding: 0 16px 0 16px;
  }

  .meet-pagination {
    bottom: -50px !important;
  }
}
