.timeline .my-card {
  max-width: 400px;
  border: none;
  position: relative;
  padding: 40px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .timeline .my-card {
    padding: 0 60px 60px;
      margin: 0;
      transition: all 0.2s ease-in-out;
      border-radius: 6px;
      padding: 40px 70px;
      -webkit-box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.05); }
    .timeline .my-card:hover {
      transform: scale(0.9);
      cursor: pointer;
    }
    .timeline .col-lg.py-8 {
      display: flex;
    }
    .timeline .col-lg.py-8:nth-of-type(1) {
      padding-right: 30px;
      justify-content: flex-end;
    }
    .timeline .col-lg.py-8:nth-of-type(2) {
      padding-left: 30px;
      justify-content: flex-start;
    }
  }
  .timeline .my-card.bottom {
    padding-bottom: 130px; }
    .timeline .my-card.bottom .my-card-content {
      top: 90px;
      left: 145px; }
    .timeline .my-card.bottom.right {
      padding-bottom: 110px; }
      .timeline .my-card.bottom.right .my-card-content {
        top: 100px;
        left: 135px; }
  .timeline .my-card .my-card-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
    .timeline .my-card .my-card-content .my-card-body {
      color: #041324;
      font-size: 1.5rem;
      line-height: 1.3125;
      margin-top: 0.75rem;
      text-align: center;
    }
    .timeline .my-card .my-card-content .my-card-emoji {
      font-size: 4rem;
    }
    .timeline .my-card .my-card-content .my-card-title {
      color: #041324;
      font-size: 1.5rem;
      line-height: 1.3125;
      font-weight: 600;
      margin-top: 1rem;
      margin-bottom: 0;
      letter-spacing: -0.03em;
      text-align: center; }
      @media (min-width: 350px) {
        .timeline .my-card .my-card-content .my-card-title {
          font-size: 1.75rem;
        }
        .timeline .my-card .my-card-content .my-card-body {
          font-size: 1.5rem;
        }
      }
      @media (min-width: 768px) {
        .timeline .my-card .my-card-content .my-card-title {
          font-size: 1.5rem;
        }
        .timeline .my-card .my-card-content .my-card-body {
          font-size: 1.25rem;
        }
      }
  .timeline .my-card .arrow {
    position: absolute;
    z-index: 10;
    display: none; }
    @media (min-width: 992px) {
      .timeline .my-card .arrow {
        display: block; } }
    .timeline .my-card .arrow.left {
      top: 50%;
      left: -17px;
      margin-top: -17px; }
      .timeline .my-card .arrow.left:before {
        border-right-color: #fff;
        border-left-width: 0; }
      .timeline .my-card .arrow.left:after {
        top: 1px;
        left: 1px;
        border-top-color: transparent;
        border-right-color: #fff;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-left-width: 0; }
    .timeline .my-card .arrow.right {
      top: 50%;
      right: 0;
      margin-top: -17px; }
      .timeline .my-card .arrow.right:before {
        border-left-color: #fff;
        border-right-width: 0; }
      .timeline .my-card .arrow.right:after {
        top: 1px;
        left: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-width: 0; }
    .timeline .my-card .arrow:before, .timeline .my-card .arrow:after {
      position: absolute;
      left: 0;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-width: 17px;
      border-color: transparent;
      border-style: solid; }
    .timeline .my-card .arrow:after {
      border-width: 16px; 
    }

.timeline .border-right {
  border-right: 2px dashed #abedc2 !important; }

.timeline .indicator {
  width: 36px;
  height: 36px;
  background: #e9faef;
  border-radius: 50%;
  display: block;
  position: relative; }
  .timeline .indicator:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #abedc2;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.modal-wrapper {
  position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.25);
	z-index: 1000;
	align-items: center;
	justify-content: center;
	display: none;
	z-index: 1000;
}
.modal-wrapper .my-modal {
  position: relative;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
}
.modal-wrapper .my-modal .my-modal-close {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 8px;
}
.modal-wrapper .video-embed iframe,
.modal-wrapper .video-embed object,
.modal-wrapper .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-wrapper .video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-wrapper .my-modal {
    max-width: 50%;
    height: auto;
    border-radius: 5px;
  }
  .modal-wrapper .my-modal .my-modal-close {
    display: block;
    position: absolute;
    right: -20px;
    top: -30px;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    padding: 0;
  }
}
@media (max-width: 991px) {
  .modal-wrapper .video-embed {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modal-wrapper .video-embed iframe {
    width: 100%;
    height: 100%;
  }
  .modal-wrapper .my-modal .my-modal-close {
    position: absolute;
    color: rgba(255, 255, 255, .75);
    right: 0;
    top: 0;
    z-index: 999;
    padding: 4;
  }
}