.single-events {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-events {
    margin: 60px 0px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .single-events {
    margin: 60px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-events {
    margin: 80px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events {
    margin: 80px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-events {
    margin: 100px 0px;
  }
}
@media (min-width: 1200px) {
  .single-events {
    margin: 120px 0px;
  }
}
.single-events__left {
  position: absolute;
  top: 12px;
  left: 0;
  width: 152px;
  height: 16px;
  background: #F09221;
  border-radius: 0px 20px 20px 0px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .single-events__left {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events__left {
    width: 54px;
    height: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .single-events__left {
    width: 92px;
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .single-events__left {
    width: 112px;
    height: 16px;
  }
}
.single-events__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  right: 0;
  z-index: -999;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .single-events__right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events__right {
    top: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-events__right {
    top: 240px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .single-events__right {
    top: 220px;
  }
}
@media (min-width: 1440px) {
  .single-events__right {
    top: 250px;
  }
}
@media (min-width: 1920px) {
  .single-events__right {
    top: 250px;
  }
}
.single-events__right--sm {
  width: 112px;
  height: 16px;
  background: #F09221;
  border-radius: 20px 0px 0px 20px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .single-events__right--sm {
    width: 54px;
    height: 8px;
  }
}
.single-events__right--lg {
  background: #1AC0F2;
  border-radius: 160px 0px 0px 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events__right--lg {
    width: 270px;
    height: 208px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-events__right--lg {
    width: 540px;
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .single-events__right--lg {
    width: 540px;
    height: 416px;
  }
}
.single-events__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-events__header {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .single-events__header {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-events__header {
    width: 496px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events__header {
    width: 628px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-events__header {
    width: 676px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .single-events__header {
    width: 884px;
  }
}
@media (min-width: 1440px) {
  .single-events__header {
    width: 1080px;
  }
}
@media (min-width: 1920px) {
  .single-events__header {
    width: 1480px;
  }
}
@media (min-width: 992px) {
  .single-events__header {
    align-items: flex-start;
  }
}
.single-events__title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  color: #004A85;
  margin-bottom: 24px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-events__title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .single-events__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-events__title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events__title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-events__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .single-events__title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .single-events__title {
    margin-bottom: 16px !important;
  }
}
.single-events__date {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #004A85;
  margin: 0;
}
.single-events__img {
  background: linear-gradient(0deg, #9747FF, #9747FF);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 16px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-events__img {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .single-events__img {
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-events__img {
    width: 100%;
    height: 320px;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events__img {
    width: 628px;
    height: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-events__img {
    width: 676px;
    height: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .single-events__img {
    width: 884px;
    height: 504px;
  }
}
@media (min-width: 1440px) {
  .single-events__img {
    width: 1080px;
    height: 584px;
  }
}
@media (min-width: 1920px) {
  .single-events__img {
    width: 1480px;
    height: 620px;
  }
}
.single-events__content p,
.single-events figure {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #001321;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .single-events__content p,
  .single-events figure {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .single-events__content p,
  .single-events figure {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .single-events__content p,
  .single-events figure {
    width: 496px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .single-events__content p,
  .single-events figure {
    width: 628px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-events__content p,
  .single-events figure {
    width: 676px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .single-events__content p,
  .single-events figure {
    width: 884px;
  }
}
@media (min-width: 1440px) {
  .single-events__content p,
  .single-events figure {
    width: 1080px;
  }
}
@media (min-width: 1920px) {
  .single-events__content p,
  .single-events figure {
    width: 1480px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .single-events__content p,
  .single-events figure {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
