/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.whyus .container {
  max-width:100%;
}
.whyus .content {
 margin-left:2em;
margin-right:2em;
}

/*.whyus*/
.whyus .section-title .headsize, .whyus .section-title span, .whyus .section-title p, .whyus p.title {
text-align: center;
}
/*
.whyus .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #4d4643;
    position: relative;
    z-index: 2;
}
*/
.whyus .headsize {
    font-size: 32px;
    font-weight: var(--terraplanet-font-weight-headings);
    text-transform: uppercase;
    padding-bottom: 0;
    color: #4d4643;
    position: relative;
    z-index: 2;	
}

.whyus .headsize::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}




.whyus .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: var(--terraplanet-color-primary);
    bottom: -.2em;
    left: calc(50% - 50px);
}


.whyus .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) {
  .whyus .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .whyus .section-title span {
    visibility: hidden;
  }
}





.whyus {
  margin-top: 3em;
}

.whyus .boxhead{
  font-weight: var(--terraplanet-font-weight-headings);
  font-family: var(--terraplanet-font-family-headings);
  color: var(--body-color);
  margin-bottom: 1em;
  padding: 0;
  line-height: 1;
  font-size: 26px;
  margin-right:auto;
}
.whyus .boxhead a:hover{
	color: var(--terraplanet-color-primary);
}


.whyus .icon-box h1 a,.whyus .icon-box h2 a,.whyus .icon-box h3 a,.whyus .icon-box h4 a,.whyus .icon-box h5 a,.whyus .icon-box h6 a,.whyus .icon-box p a {
  color: #37423b;
  transition: 0.3s;
  text-decoration:none;
}


.whyus p.boxline, .whyus p.title, .whyus ul li {
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);

}
.whyus p.boxline{
text-align:justify;
}
/*
.whyus h1,.whyus h2,.whyus h3,.whyus h4,.whyus h5,.whyus h6 {
  font-weight: var(--terraplanet-font-weight-headings);
  font-size: 26px;
}
*/
.whyus ul {
  list-style: none;
  padding: 0;
  margin-left:2em;
}

.whyus ul li {
  padding-bottom: 10px;
}

.whyus ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--terraplanet-color-primary);
}
/**/
.whyus p:last-child{
  margin-bottom: 2em;
}


.whyus .img-fluid{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.whyus .imgput{
  display: inherit;
}

.whyus .summ {
	margin-top:2em;
}
.whyus ul.summul {
	margin-top:-1em;
}
.whyus ul.summul span {
  font-size: 16px;
  padding-right: 4px;
  color: var(--terraplanet-color-primary);  
}

.whyus a.suma {
	text-decoration:none;
} 
.whyus a.suma:hover {
	text-decoration:underline;
	color: var(--terraplanet-color-primary);
}