.our-history {
  padding-top: 50px;
}
.our-history .text-center img {
  margin-left: -190px;
	max-width: 507px;
}
.our-history .h2 {
  padding-top: 5px;
  padding-bottom: 7px;
}
.our-history .row {
  position: relative;
  padding-top: 62px;
  padding-bottom: 57px;
}
.our-history .row::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  content: '';
  border-right: 2px dashed #EAA921;
  transform: translateX(-50%);
}
.our-history .content {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 170px);
  min-height: 145px;
  padding-right: 15px;
}
.our-history .content p {
  color: var(--black);
  font-size: 22px;
  line-height: 32px;
}
.our-history [class*="col-"] {
  position: relative;
}
.our-history [class*="col-"]:nth-child(2n) .content {
  margin-left: auto;
  padding-left: 48px;
  padding-right: 0;
}

.year {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 103px;
	padding:0 15px;
  font-family: "brandon-grotesque";
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: var(--black);
  background-image: url(../images/leaf05.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.our-history [class*="col-"]:nth-child(2n) .year {
  left: 0;
  right: auto;
  background-image: url(../images/leaf06.svg);
}
.our-history + .contact-us {
	padding-top: 0;
}

@media(max-width:1599px) {
  .year {
    width: 150px;
    height: 91px;
    font-size: 36px;
    line-height: 45px;
  }
  .our-history .content {
    width: calc(100% - 150px);
  }
  .our-history [class*="col-"]:nth-child(2n) .content {
    padding-left: 30px;
  }
}

@media(max-width:1399px) {
  .our-history .text-center img {
    margin-left: -148px;
    max-width: 380px;
  }
  .year {
    width: 130px;
    height: 79px;
    font-size: 30px;
    line-height: 40px;
  }
  .our-history .content {
    width: calc(100% - 130px);
  }
  .our-history [class*="col-"]:nth-child(2n) .content {
    padding-left: 20px;
  }
  .our-history .content p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media(max-width:991px) {
  .our-history {
    padding-top: 25px;
  }
  .our-history .row {
    padding-bottom: 25px;
  }
  .our-history .text-center img {
    margin-left: -115px;
    max-width: 300px;
  }
  .year {
    width: 100px;
    height: 61px;
    font-size: 24px;
    line-height: 28px;
  }
  .our-history .content {
    width: calc(100% - 100px);
  }
  .our-history [class*="col-"]:nth-child(2n) .content {
    padding-left: 15px;
  }
  .our-history .content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media(max-width:767px) {
  .our-history .text-center img {
    margin-left: -95px;
    max-width: 250px;
  }
  .our-history .row {
    padding-top: 0;
  }
  .our-history .row::before {
    left: 0;
    transform: none;
  }
  .our-history [class*="col-"] {
    margin-top: 30px;
  }
  .our-history [class*="col-"]:nth-child(2n+1) .content {
    margin-left: auto;
    padding-left: 15px;
    padding-right: 0;
  }
  .our-history [class*="col-"]:nth-child(2n+1) .year {
    left: 0;
    right: auto;
    background-image: url(../images/leaf06.svg);
  }
  .our-history .content {
    min-height: 10px;
  }
}

@media(max-width:575px) {
	.our-history {
		padding-top: 12px;
	}
  .our-history .text-center img {
    margin-left: -65px;
    max-width: 180px;
  }
  .year {
    width: 80px;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
	padding: 0 2px;
  }
  .our-history [class*="col-"] {
    margin-top: 15px;
  }
  .our-history .content {
    width: calc(100% - 80px);
  }
}