.module-history__container {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 9.6rem;
}
.module-history__year-content {
  color: var(--history-dark-blue);
  font-family: var(--font-heading);
}
.module-history__year-card {
  padding: 1.1rem 2.2rem 1.8rem 2.7rem;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 10rem;
  position: relative;
  background-color: var(--white);
  min-height: 300px;
}
.module-history__year-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 1rem;
  background: var(--primary-grellow);
}
.module-history__year-card:last-child{
	margin-bottom: 0;
}
.module-history__left-column {
  margin-top: 13rem;
}
.module-history__left-column .module-history__year-card::after {
  width: 2.3rem;
  height: 2.3rem;
  background: #006AC6;
  border-radius: 50%;
  position: absolute;
  right: calc(-25% - 36px);
  top: 50%;
  content: "";
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.module-history__right-column {
  position: relative;
}
.module-history__right-column::before {
  content: "";
  height: 130%;
  width: 2px;
  border-left: 2px dashed #d8d8d8;
  position: absolute;
  top: 0;
  left: calc(-25% - 24px);
  margin-top: 9.2rem;
  z-index: -1;
}
.module-history__right-column .module-history__year-card::after {
  width: 2.3rem;
  height: 2.3rem;
  background: #006AC6;
  border-radius: 50%;
  position: absolute;
  left: calc(-25% - 36px);
  top: 0;
  content: "";
  margin-top: 9.2rem;
}

.module-history__main-card {
  margin-top: 18.5rem;
  margin-bottom: 6.4rem;
}

@media (max-width: 1199.98px) {
	.module-history__container{
    	margin-bottom: 6.4rem	
    }
  .module-history__right-column::before {
    left: calc(-25% - 4px);
  }
  .module-history__right-column .module-history__year-card::after {
    left: calc(-25% - 15px);
  }
  .module-history__left-column .module-history__year-card::after {
    right: calc(-25% - 10px);
  }
}
@media (max-width: 991.98px) {
  .module-history__right-column::before {
    left: calc(-25% + 4px);
  }
  .module-history__right-column .module-history__year-card::after {
    left: calc(-25% - 8px);
  }
  .module-history__right-column .module-history__left-column .module-history__year-card::after {
    left: calc(-25% - 8px);
  }
  .module-history__container{
    padding:1px 1px;
  }
}
@media (max-width: 767.98px) {
	.module-history__container{
    	margin-bottom: 4.8rem;	
    }
  .module-history__year-card {
    margin-bottom: 3rem; min-height: auto;
  }
  .module-history__main-card {
    margin-top: 0;
  }
}