.sides{
    display: flex;
    flex-direction: row;
}

.left-side{
    height: 100vh;
    width: 50%;
    background: #fff;
    color: #fff;
    padding: 100px 40px;
}

.left-side a{
    display: flex;
    flex-direction: row;
}

.left-side h3{
    font-size: 25px;
    font-weight: bold;
    color: #43833d;
    text-transform: uppercase;
}

.left-side .sub-title{
    font-size: 25px;
    color: #43833d;
    margin-top: 7px;
    font-weight: bold;
}

.left-side p{
    font-size: 20px;
    margin-top: 7px;
    color: #5bb346;
}

.right-side{
    width: 50%;
}

.right-side img{
    width: 100%;
    height: 100%;
}

.icon-circle{
    background: #43833d;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.icon-circle i{
    color: #fff;
}

.logo-img {
    height: 100px;
    width: 45%;
}

.social-links ul{
    list-style: none;
}

.social-links ul li{
    display: inline-block;
}

.social-links ul li a{
    height: 60px;
    width: 60px;
    border-radius: 100px;
    background: #1c7430;
}

.community-img{
    width:100%;
}

.social-links ul li a{
    color: #fff !important;
}

.surround-box{
    height: 600px !important;
}

.surround-box small{
    float: right;
    color: #145d20;
}

.surround-box p{
    padding: 8px 0px;
}

.clients-logo{
    margin-bottom: 100px;
}

.clients-logo img{
    border-radius: 100px;
    height:100px;
    width:100px;
}

.clients-intro{
    margin-bottom: 40px;
}

.clients-intro .section-subtitle,
.clients-intro .section-title,
.clients-intro p{
    color: #fff !important;
}