/*--------------------------------------------------------------
# About-Main
--------------------------------------------------------------*/

.about-main .container {
  max-width:100%;
  margin-bottom:2em;
}
.about-main .content {
  margin-left:2em;
  margin-right:2em;
}


.about-main .section-title .headsize, .section-title span {
text-align: center;
}

.about-main .section-title {
margin-bottom: 2em;
}

.about-main .section-title .headsize {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #4d4643;
    position: relative;
    z-index: 2;
}

.about-main .section-title .headsize::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}

.about-main .section-title p.title, .about-main .content p.title{
	font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    color: var(--body-color);
}
.about-main .content p.title{
	text-align: justify;
}
.about-main .section-title p.title
{
	text-align: center;
}
.about-main .section-title span {
    position: absolute;
    color: #f0f1f3;
	margin-bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
}

@media (max-width: 575px) {
.about-main .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

.about-main .section-title span {
    visibility: hidden;
  }
}


#about-numbers .img-fluid {
    max-width: 80%;
	margin-right:4em;
  }
}


@media (max-width: 1024px) {
.about-main .image {
    text-align: center;
  }
.about-main .img-fluid {
    max-width: 90%;
	margin-right:2em;
  }
}

@media (max-width: 667px) {
  .about-main .img-fluid {
    max-width: 100%;
  }
}
.about-main .drawer{
	margin-left:2em;
	margin-right:2em;
}



.about-main .content .headsize {
  font-weight: var(--terraplanet-font-weight-headings);
  font-size: 32px;
  font-family: var(--body-font-family);
  color: var(--body-color);
}

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

.about-main .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 1em;
}

.about-main .content ul span {
  display: flex;
  flex-shrink:0;
  font-size: 28px;
  color: var(--terraplanet-color-primary);
  margin-right: 1em;
  line-height: 0;
  align-items: center;
  justify-content: center; 
  width: 64px;
  height: 64px;
  border: 2px solid var(--terraplanet-color-primary);
  border-radius: 5px;
}
.about-main .content ul span:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0 10px 0 rgba(var(--secondary-rgb), 0.3);
}

.about-main .content ul .textheadsize {
  font-size: 18px;
  font-weight: var(--terraplanet-font-weight-headings);
  color: var(--body-color);
}

.about-main .content ul p {
  font-size: 15px;
  font-weight:var(--terraplanet-font-weight-normal);
}

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

/*skill*/
.about-main .progress {
  margin-top: 1rem;
}

.about-main .progress-bar{
	width: 1%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
	margin-left:-5px;
	border-radius: 0.25rem;	
}

.about-main .progress-bar-striped{
	width: 1px;
}

.about-main .progress-bar__percent{
	z-index: 500;
	display: block;
	padding: 0 10px;
	font-family: 'verdana';
	font-weight:bold;
	font-size: 12px;
	text-align: center;
	line-height: 1rem;
	color: white;
	position: absolute;
}

.about-main .bg-gray{
	background-color: var(--gray-900);
}