.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-title{
font-size: 1.7em;
font-weight: 300;
line-height: 1em;
text-align: left;
margin-bottom: 20px;
color: #000000;
}

.c-banner-text{
font-size: 1.6em;
font-weight: 300;
line-height: 1em;
text-align: left;
margin-bottom: 0px;
color: #fff;
}

.c-banner-text-2{
font-size: 1.6em;
font-weight: 500;
line-height: 1em;
text-align: left;
margin-bottom: 0px;
color: #fff;
}


.c-text-1{
font-size: 1.6em;
font-weight: 200;
line-height: 2em;
text-align: center;
margin-bottom: 0px;
}

.c-text-2{
font-size: 1.2em;
font-weight: 300;
line-height: 1.5em;
padding: 20px;
text-align: justify;
}

.c-text-3{
font-size: 1em;
font-weight: 300;
line-height: 1em;
text-align: justify;
color: #fff;
}
.c-text-4{
font-size: 1.6em;
font-weight: 300;
line-height: 1em;
text-align: center;
margin-bottom: 0px;
}

.c-button{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1em;
text-align: center;
padding: 15px 15px;
width: 240px;
color: #000;
border: 1px solid #b6d36f;
}
.c-button:hover {
color: #fff;
background-color: #b6d36f;
border: 1px solid #b6d36f;
}

.c-button-2{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1em;
text-align: center;
padding: 15px 15px;
width: 240px;
color: #000;
border: 1px solid #ef5757;
}
.c-button-2:hover {
color: #fff;
background-color: #ef5757;
border: 1px solid #ef5757;
}

.c-cirlcetext{
display: block;
font-weight: 300;
font-size: 1em;
line-height: 0.8em;
text-align: center;
padding-top: 12px;
color: #000000;
}

.c-home-banners img {
   width: 100%;
   height: auto;
}