/*--------------------------------------------------------------
# abouttxt
--------------------------------------------------------------*/

.abouttxt .content {
  /* background: var(--maincol1);  #ff5821; */
}

.abouttxt .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.abouttxt .content ul {
  list-style: none;
  padding: 0;
}

.abouttxt .content ul li {
  padding-left: 28px;
  position: relative;
}

.abouttxt .content ul li+li {
  margin-top: 10px;
}

.abouttxt .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.abouttxt .content p:last-child {
  margin-bottom: 0;
}

.abouttxt .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.abouttxt .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}
