#wrapper {
    overflow: hidden;
}

#block-services {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

#block-services .bs-title {
    font-size: 25px;
    color: #11392e;
    font-family: Hauora-Bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 25px;
}

#block-services ul {
    text-align: center;
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

#block-services ul li {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}

#block-services .bs-desc,
#block-services .bs-desc p,
#block-services .bs-desc span {
	color: #11392e;
	font-size: 14px;
	text-align: center;
	font-family: Hauora-Regular;
	max-width: 83%;
    margin: 40px auto 44px auto;
}

.bl-services-desc span,
.bl-services-desc p {
	color: #11392e;
	font-family: Hauora-Regular;
	font-size: 14px;
}

.bl-services-desc {
    margin-top: 15px;
}

#block-services .bl-services-desc p {
    padding: 0px 85px;
}

#block-services ul li:hover .pista {
    color: #11392e;
}

#block-services ul li:hover img {
    opacity: 0.8;
}

.pista {
    color: #54af3a;
    font-size: 18px;
    font-family: 'Hauora-Bold';
    text-transform: none;
    margin-bottom: 18px;
}

.block-services-bottom {
	margin-bottom: 20px;
	float: left;
    width: 100%;
}

.block-services-bottom-left-image img, .block-services-bottom-right-image img {
    width: 100%;
}

.block-services-bottom-right-text {
    background: #f7f7f7;
    width: 50%;
    position: relative;
    padding: 30px 35px;
    float: right;
    left: -20px;
    top: 40px;
}

.block-services-bottom-left-image {
    float: left;
    width: 50%;
}

.block-services-bottom-left-text {
    float: left;
    width: 50%;
    padding: 30px 35px;
    z-index: 9;
    position: relative;
    background: #f7f7f7;
    text-align: left;
    right: -27px;
    top: 32px;
}

.block-services-bottom-right-image{
	float: right;
    width: 50%;
}

.block-services-bottom-right-text p, .block-services-bottom-left-text p {
    font-family: Hauora-Regular;
    font-size: 14px;
    color: #11392e;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 1.2rem;
    font-weight: 400;
}

.block-services-bottom-right-text p a, .block-services-bottom-left-text p a {
    font-family: Hauora-Regular;
    font-size: 14px;
    background: #54af3a;
    padding: 9px 22px;
    border: 1px solid #54af3a;
    border-radius: 5px;
    color: #fff;
    position: relative;
    bottom: 0;
    left: -2px;
    cursor: pointer;
}

.block-services-bottom-right-text p a:hover, .block-services-bottom-left-text p a:hover{
    border: 1px solid #11392e;
} 

.block-services-bottom-right-text h2, .block-services-bottom-left-text h2 {
    font-size: 25px;
    color: #11392e;
    font-family: Hauora-Bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 25px;

}



