.founderSec:nth-child(even) {
  flex-direction: row-reverse;
}

.founder {
  display: flex;
  align-items: center;
}
.founder:nth-child(even) {
  flex-direction: row-reverse;
}
.founder .img {
  padding: 0.625rem;
  width: 40%;
  text-align: center;
}
.founder .img img {
  height: auto;
  width: 80% !important;
  margin: auto;
}
.founder .img .img-cont {
  padding: 1rem 2rem;
}
.founder .img .name-founder {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 22px;
  color: #47ee40;
}
.founder .contabout {
  width: 60%;
  text-align: center;
  padding: 0 1rem;
  align-self: flex-start;
}
.founder .contabout .common-head {
  font-size: 42px;
  color: #47ee40;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: 40px 0;
  position: relative;
}
.founder .contabout .italic-style {
  color: #545454;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 32px;
  padding: 35px 150px;
  line-height: 50px;
  font-style: italic;
}
.founder .contabout .p-text {
  color: #595959;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  padding-bottom: 0;
}
.founder .contabout .common-head::after {
  position: absolute;
  content: "";
  bottom: -16px;
  width: 110px;
  background: #545454;
  height: 1px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
}

@media (max-width: 768px) {
  .founder {
    flex-direction: column-reverse !important;
  }
  .founder .img {
    width: 100%;
  }
  .founder .img img {
    height: auto;
    width: 80% !important;
    margin: auto;
  }
  .founder .img .img-cont {
    padding: 1rem 2rem;
  }
  .founder .img .name-founder {
    font-size: 1.2rem;
    font-weight: 500;
    color: #47ee40;
    line-height: 1.5rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .founder .contabout {
    width: 100%;
  }
  .founder .contabout .common-head {
    margin: 10px 0;
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
    color: #47ee40;
    line-height: 1.6rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .founder .contabout .common-head::after {
    display: none !important;
  }
  .founder .contabout .italic-style {
    padding: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #000;
    line-height: 1.2rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .founder .contabout .p-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .founder .contabout .common-head::after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 110px;
    background: #545454;
    height: 1px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
  }
}
