.founder_section {
  background-color: #fff;
  padding: 40px 10px;
}

.founder_section .social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.founder_section .title {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.founder_section .text {
  font-size: 16px;
  color: #000;
  text-align: left;
  margin-top: 10px;
  /* display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.founder_section .main_heading {
  font-size: 40px;
  color: #000;
  margin-bottom: 0;
  font-weight: 800;
}

.founder_section .image_wrapper {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.founder_section .image_wrapper .signature {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder_section .founder_image {
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.founder_section .founder_image .founder-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 15px;
}

.founder_section .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}

.founder_section .social-icons .social-icon .social_icon_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.title_mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .title_mobile {
    display: block;
  }

  .title_init {
  display: none;
}
}

@media (min-width: 0px) and (max-width: 574px) {
  .founder_section .main_heading {
    font-size: 20px;
  }

  .founder_section .title {
    font-size: 16px;
  }

  .founder_section .text {
    font-size: 14px;
    margin-top: 20px;
  }

  .founder_section .image_wrapper {
    width: 120px;
    height: auto;
  }

  .founder_section .founder_image {
    width: 300px;
    height: 100%;
    margin: 0 auto;
  }

  .founder_section .content {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .founder_section {
    background-color: #fff;
  }

  .founder_section .main_heading {
    font-size: 25px;
  }

  .founder_section .content {
    margin-top: 20px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
  }

  .founder_section .title {
    font-size: 17px;
  }

  .founder_section .text {
    font-size: 15px;
    margin-top: 20px;
  }

  .founder_section .founder_image {
    width: 350px;
    height: 100%;
    margin: 0 auto;
  }

  .founder_section .image_wrapper {
    width: 120px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .founder_section {
    padding: 40px 10px;
  }

  .founder_section .main_heading {
    font-size: 24px;
  }

  .founder_section .title {
    font-size: 17px;
  }

  .founder_section .text {
    font-size: 15px;
    margin-top: 20px;
  }

  .founder_section .founder_image {
    width: auto;
    height: 100%;
  }

  .founder_section .image_wrapper {
    width: 120px;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .founder_section .main_heading {
    font-size: 28px;
  }

  .founder_section .title {
    font-size: 19px;
  }

  .founder_section .text {
    font-size: 17px;
    margin-top: 20px;
  }

  .founder_section .image_wrapper {
    width: 150px;
    height: auto;
  }

  .founder_section .founder_image {
    width: auto;
    height: auto;
  }
}