.our-principle-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-title {
  margin-bottom: 40px;
}
@media (max-width: 767.5px) {
  .section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.5px) {
  .section-title {
    margin-bottom: 15px;
  }
}
.section-title.home-six .description {
  font-size: 16px;
  font-weight: 400;
  color: #57575A;
}
.section-title .subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.section-title .subtitle p {
  font-size: 20px;
  line-height: 26px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 700;
  color: var(--heading-color);
  margin: 0;
  margin-right: 10px;
}
.section-title .subtitle .icon {
  margin-right: 10px;
  margin-top: 5px;
}
.section-title .subtitle .icon span {
  font-size: 12px;
  color: #70A548;
  margin-right: 5px;
}
.section-title .subtitle .icon span:last-child {
  margin-right: 0;
}
.section-title .title {
  font-size: 40px;
  line-height: 55px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
  color: black;
}
@media (max-width: 767.5px) {
  .section-title .title {
    font-size: 35px;
  }
}
@media (max-width: 575.5px) {
  .section-title .title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.section-title .title.style-01 {
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
}
.section-title .title.style-02 {
  text-align: left;
}
.section-title .description {
  font-size: 20px;
  line-height: 28px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 500;
  color: #4F4F6B;
  text-align: center;
}
@media (max-width: 767.5px) {
  .section-title .description {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-title .description.style-01 {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.section-title .description.style-02 {
  text-align: left;
}

.princilple-single-items {
  display: flex;
}
.princilple-single-items.style-01 {
  align-items: center;
  margin-bottom: 30px;
  padding-left: 28px;
}
.princilple-single-items.style-01:last-child {
  margin-bottom: 0px;
}
.princilple-single-items:hover .icon::after {
  animation: round 6s linear infinite;
}
.princilple-single-items .icon {
  width: 70px;
  height: 70px;
  line-height: 50px;
  text-align: center;
  background: transparent linear-gradient(215deg, #FEEDF0 0%, #FFFFFF 100%);
  border-radius: 50%;
  font-size: 36px;
  color: #70A548;
  margin-right: 30px;
  position: relative;
}
.princilple-single-items .icon.style-01 {
  width: 97px;
  height: 97px;
  line-height: 97px;
  margin-right: 30px;
}
.princilple-single-items .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23CCCCCCFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 100px;
  border-radius: 100px;
  top: -8px;
  left: 8px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.princilple-single-items .content {
  flex: 1;
}
.princilple-single-items .content .title {
  font-size: 30px;
  line-height: 28px;
  font-family: "barlow_semi_condensedmedium";
  font-weight: 700;
  color: #444;
}
@media (max-width: 767.5px) {
  .princilple-single-items .content .title {
    font-size: 25px;
  }
}
.princilple-single-items .content .title.style-01 {
  font-size: 24px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 10px;
  transition: 0.3s all ease;
}
.princilple-single-items .content .title.style-01:hover {
  color: #70A548;
}
.princilple-single-items .content p {
  font-size: 18px;
  line-height: 22px;
  font-family: "robotoregular";
  font-weight: 500;
  text-align: justify;
}
@media (max-width: 767.5px) {
  .princilple-single-items .content p {
    font-size: 16px;
  }
}
.princilple-single-items .content p.style-01 {
  max-width: inherit;
  color: #505050;
}/*# sourceMappingURL=campaign-two.css.map */