.sec-history {
  padding: 50px;
}
.sec-history-title_container{
  text-align: center;
  padding: 0;
  flex-direction: column;
}

.sec-history-title_container .sec-history_title-section{
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
}
.sec-history-title_container .subtitle{
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
}
.history-image {
  display:none;
}
section.sec-lp-text-history-image.sec-history li strong {
    font-size: 26px;
    color: var(--color-secondary-hex);
    display: block;
}
.history-btn {
    margin-top:50px;
  }

@media screen and (min-width: 600px){
  section.sec-lp-text-history-image.sec-history li:not(:last-child) {
    padding-bottom: 40px !important;
  }
 .sec-history .history-image {
    padding-right: 35px;
}
  section.sec-lp-text-history-image.sec-history .color-filter:before {
    width: 40px;
}
    section.sec-lp-text-history-image.sec-history .color-filter:before {
    height: 55%;
}
  section.sec-lp-text-history-image.sec-history .color-filter:after {
    height: 70%;
    left: calc(100% - 40px);
    top: 45%;
  }
  .is-green-light:after {
    background : rgba(var(--color-tertiary-rgba))
  }
  
@media screen and (min-width: 768px){
  .sec-history-title_container{
  text-align: left;
  padding: 0 0 40px 100px;
  }
  .content-history2 {
    margin-top:100px;
  }
  .history-image {
  display:flex;
}
}
@media screen and (min-width: 1024px){
  .sec-history {
    padding: 130px 0 30px 100px;
  }
  .content-history, .content-history2 {
    padding-left: 100px;
  }
}