.sd-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sd-timeline .item {
  position: relative;
  display: flex;
  margin-top: 30px;
}
.sd-timeline .item:nth-child(even) {
  flex-direction: row-reverse;
}
.sd-timeline .item:nth-child(even) .left-side {
  margin-right: 0;
  margin-left: 45px;
  justify-content: left;
}
.sd-timeline .item:nth-child(even) .left-side .label {
  flex-direction: row-reverse;
  justify-content: start;
}
.sd-timeline .item:nth-child(even) .left-side .label svg {
  margin-left: 0;
  margin-right: 15px;
  -webkit-transform: rotate(-30deg) scaleX(-1);
  -moz-transform: rotate(-30deg) scaleX(-1);
  -o-transform: rotate(-30deg) scaleX(-1);
  -ms-transform: rotate(-30deg) scaleX(-1);
  transform: rotate(-30deg) scaleX(-1);
}
.sd-timeline .item:nth-child(even) .right-side {
  margin-right: 60px;
  margin-left: 0;
}
.sd-timeline .item svg {
  color: #84c44c;
  height: 40px;
  width: 40px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.sd-timeline .item.first-item {
  margin-top: 0;
}
.sd-timeline .item .left-side {
  width: calc(50% - 45px);
  margin-right: 45px;
  padding-top: 100px;
  display: flex;
  justify-content: right;
  flex-direction: column-reverse;
}
.sd-timeline .item .left-side .label {
  color: #84c44c;
  font-family: "ITC Lubalin Graph Std", sans-serif;
  font-size: 40px;
  line-height: 45px;
  display: inline-flex;
  justify-content: end;
}
.sd-timeline .item .left-side .label svg {
  margin-left: 15px;
  margin-right: 0;
}
.sd-timeline .item .right-side {
  width: calc(50% - 60px);
  max-width: 577px;
  margin-left: 60px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-timeline .item .right-side .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.sd-timeline .item .right-side .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sd-timeline .item .right-side .icon {
  width: 50px;
  height: 50px;
  background-color: #d7dce0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.sd-timeline .item .right-side .icon img {
  height: 20px;
  width: 20px;
}
.sd-timeline .item .right-side .content {
  padding: 30px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .sd-timeline:after {
    left: 20%;
  }
  .sd-timeline .item .left-side {
    margin-right: 22px;
    width: calc(20% - 22px);
  }
  .sd-timeline .item .left-side .label {
    font-size: 20px;
    line-height: 25px;
    text-align: right;
  }
  .sd-timeline .item .right-side {
    margin-left: 22px;
    width: calc(80% - 22px);
  }
  .sd-timeline .item .right-side .sd-block-title .sd-block-title-htag {
    word-break: break-word;
  }
  .sd-timeline .item:nth-child(even) {
    flex-direction: row;
  }
  .sd-timeline .item:nth-child(even) .left-side {
    margin-right: 22px;
    margin-left: 0;
    justify-content: right;
  }
  .sd-timeline .item:nth-child(even) .right-side {
    margin-right: 0;
    margin-left: 22px;
  }
}
@media screen and (max-width: 450px) {
  .sd-timeline .item {
    flex-direction: column;
    gap: 22px;
    z-index: 1;
  }
  .sd-timeline .item:after {
    top: 44px;
    left: 50%;
  }
  .sd-timeline .item .left-side {
    width: 100%;
    justify-content: left;
    padding-top: 44px;
    margin-right: 0;
  }
  .sd-timeline .item .left-side .label {
    position: relative;
    left: calc(50% + 22px);
  }
  .sd-timeline .item .right-side {
    width: 100%;
    margin-left: 0;
  }
  .sd-timeline .item:nth-child(even) {
    flex-direction: column;
  }
  .sd-timeline .item:nth-child(even) .left-side {
    justify-content: left;
    margin-right: 0;
  }
  .sd-timeline .item:nth-child(even) .right-side {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
