
p{
    color: #7E7E7E;
}

h4,h5{
    color: #2A2A2A;
    font-weight: bold;
}


@media (max-width:768px){
    .argee-img img{
        width: 65%;
        margin-bottom: 20px;
    }
    .argee-info{
        text-align: center;
    }
}

@media (min-width:768px){
    .argee-img img{
        width: 90%;
    }
}

@media (min-width:992px){
    .argee-img img{
        width: 80%;
    }
}
@media (max-width:992px){
    .advant h4{
        margin-bottom: 25px;
    }
}


.agree{
    margin-top: 20px;
}

.agree-text,
.advant-text{
    font-weight: bold;
    font-size: 20px;
    margin:85px;
}

.argee-info{
    margin-bottom: 80px;
}

.argee-info h4{
    margin-bottom: 20px;
}

.advant{
    padding-bottom: 150px;
    background: url('../images/agreebg.jpg') no-repeat;
    background-size: 100% 100%;
}
.advant-img img{
    width: 30%;
}

.m-t-25{
    margin-top: 25px;
}
.m-t-50{
    margin-top: 50px;
}
footer{
    margin-top:0px;
}
footer p{
    color: #fff;
}