/*FONTS*/
/*COLORS*/
.history {
  position: relative;
  margin: 2rem auto;
}
.history img {
  width: 410px;
  height: 410px;
  object-fit: cover;
}
.history .timeline-start, .history .timeline-end {
  background: #919296;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  left: -2px;
}
.history .timeline .info-right .content .title, .history .timeline .info-left .content .title {
  font-size: 50px;
  line-height: 60px;
  color: #F6A0A3;
}
.history .timeline .info-right .content .subtitle, .history .timeline .info-left .content .subtitle {
  font-size: 37px;
  line-height: 44.4px;
font-weight: 600;
  color: #919296;
  padding-bottom: 15px;
}
.history .timeline .info-right .content .description, .history .timeline .info-left .content .description {
  font-size: 18px;
  line-height: 25px;
  color: #919296;
}
.history .timeline .info-right .content .border, .history .timeline .info-left .content .border {
  position: relative;
  left: -1px;
  --bs-border-color: #919296;
  margin: 15px 0;
}
.history .timeline .info-right .content .title, .history .timeline .info-right .content .subtitle, .history .timeline .info-right .content .description {
  padding-left: 7rem;
}
.history .timeline .info-left .content .title, .history .timeline .info-left .content .subtitle, .history .timeline .info-left .content .description {
  padding-right: 7rem;
}

.history::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #919296;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

@media (max-width: 992px) {
  .image-right {
    padding-left: 3rem;
  }
  .image-left {
    padding-right: 3rem;
  }
  .history img {
    width: 100%;
    height: auto;
  }
  .history .timeline .info-right .content .title, .history .timeline .info-right .content .subtitle, .history .timeline .info-right .content .description {
    padding-left: 3rem;
  }
  .history .timeline .info-left .content .title, .history .timeline .info-left .content .subtitle, .history .timeline .info-left .content .description {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 620px) {
  .history, .breadcrumd {
    --bs-gutter-x: 50px;
  }
  .history::after {
    left: inherit;
  }
  .history img {
    width: 316px;
    height: 316px;
  }
  .history .timeline-start, .history .timeline-end {
    margin: 0 -6px;
  }
  .history .timeline {
    width: 100%;
    display: grid !important;
    gap: 30px;
    justify-content: inherit !important;
  }
  .history .timeline .info-right, .history .timeline .info-left {
    width: 100% !important;
    order: 1;
  }
  .history .timeline .info-right .content .title, .history .timeline .info-left .content .title {
    font-size: 40px;
    line-height: 48px;
  }
  .history .timeline .info-right .content .subtitle, .history .timeline .info-left .content .subtitle {
    font-size: 30px;
    line-height: 36px;
  }
  .history .timeline .info-right .content .title, .history .timeline .info-right .content .subtitle, .history .timeline .info-right .content .description, .history .timeline .info-left .content .title, .history .timeline .info-left .content .subtitle, .history .timeline .info-left .content .description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .history .timeline .image-right, .history .timeline .image-left {
    padding-left: 1rem;
    width: 100% !important;
    order: 2;
  }
  .history .timeline .image-left {
    padding-right: 0;
  }
}
@media (max-width: 350px) {
  .history img {
    width: 100%;
    height: auto;
  }
}
