.tp-about-section {
  padding: 4rem 0rem 0rem !important;
  position: relative;
}
.tp-about-section .tp-about__main-img {
  padding-right: 0;
  z-index: 1;
  position: relative;
}
.tp-about-section .tp-about__main-img img {
  border-radius: 20px;
  width: 100%;
}
.tp-about-section .tp-about__right {
  padding-left: 100px;
}
.tp-about-section .tp-about__section-box {
  padding-bottom: 10px;
}
.tp-about-section .tp-about__section-box p {
  padding: 0;
  text-align: justify;
  margin: 0;
}
.tp-about-section .tp-about__list {
  padding-bottom: 20px;
}
.tp-about-section .tp-about__list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style-type: none;
}
.tp-about-section .tp-about__list ul li:last-child {
  margin-bottom: 0;
}
.tp-about-section .tp-about__list ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: var(--plainclr);
  background-color: var(--themeprimaryclr);
  font-weight: 900;
}

@media (max-width: 767px) {
  .tp-about-section {
    padding-bottom: 0px;
    padding-top: 3rem !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-section .tp-about__right {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-section .tp-about__right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about-section .tp-about__right {
    padding-left: 0px;
    padding-top: 145px;
  }
}
@media (max-width: 767px) {
  .tp-about-section .tp-about__list {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-section {
    margin-bottom: 46px;
    position: relative;
    padding-top: 137px;
    margin-bottom: 0px;
    position: relative;
    padding-top: 6rem;
  }
  .tp-about-section .tp-about__right {
    padding-left: 0px;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .tp-about-section .tp-about__main-img {
    padding-right: 0;
  }
  .tp-about-section .tp-about__right {
    padding-top: 50px !important;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .tp-about-section .tp-about__right {
    padding-top: 38px !important;
    padding-bottom: 0px;
  }
}
@keyframes animationLeftRight {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}/*# sourceMappingURL=universal-ai.css.map */