.history-one {
  margin-top: 50px;
}
.history-one__single {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .history-one__single {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.history-one__single + .history-one__single {
  padding-top: 30px;
  margin-top: 35px;
}
.history-one__single + .history-one__single::before {
  content: "";
  width: 100%;
  max-width: 1170px;
  height: 5px;
  border-top: 1px solid #e8ebf2;
  border-bottom: 1px solid #e8ebf2;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.history-one__content {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .history-one__content {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .history-one__content {
    padding-top: 15px;
  }
}
.history-one__title {
  margin: 0;
  color: black;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .history-one__title {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .history-one__title {
    justify-content: center;
  }
}
.history-one__year {
  font-size: 14px;
  background-color: #70A548;
  display: inline-block;
  line-height: 58px;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 20px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .history-one__year {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.history-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
  text-align: justify;
}
@media (max-width: 991.5px) {
  .history-one .block-title {
    margin-top: 0px !important;
  }
}
.history-one .block-title__title {
  font-size: 30px !important;
  letter-spacing: 0em !important;
}
.history-one__image img {
  width: 150px;
}

.about-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-one .block-title {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .about-one img {
    width: 100%;
    height: 100%;
  }
}
.about-one .block-title__title {
  font-size: 25px !important;
  letter-spacing: 0em !important;
}
.about-one .about-one__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}/*# sourceMappingURL=political.css.map */