.meet-hardy-con.float_l {
    background: var(--dark_blue);
    padding: 60px 0 60px 0;
}
.meet-hardy-con.float_l .left-sec {
    /*background-image: url("../images/blue50.png");*/
    box-sizing: border-box;
    float: right;
    width: 70%;
    color: #fff;
    padding: 0;
    padding-left: 40px;
}
.meet-hardy-con.float_l .left-sec h2{
    color: #FFF;
    font-size: 2.5em;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.meet-hardy-con.float_l .left-sec .heading {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 55px;
}
.meet-hardy-con.float_l .left-sec .simple-text {
    padding: 22px 20px 0 0;
    line-height: 25px;
}
.meet-hardy-con.float_l .right-sec {
    float: left;
    width: 30%;
}
.meet-hardy-con.float_l .right-sec img {
    float: left;
    width: 100%;
    border: 7px solid #5f8294;
    border: none;
}
.meet-hardy-con.float_l .right-sec .hardy-text {
    margin: 10px 0 0 0;
    background-image: url("../images/white60.png");
    padding-bottom:10px;

    display: none;
}
.meet-hardy-con.float_l .right-sec .hardy-text .simple-text {
    font-size: 28px;
    color: #27596f;
    padding: 5px 30px 15px;
    line-height: 35px;

    display: none;
}
.meet-hardy-con.float_l .right-sec a.con-hardy {
    float: left;
    margin: 0 7% 10px;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    line-height: 34px;
    width: 86%;
    font-size: 24px;
    background-color: #477053;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.meet-hardy-con.float_l .right-sec a.con-hardy:hover {
    background-color: #6ca37d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.how-i-help.float_l {
    background-color: #fff;
    padding: 0 0 60px 0;
}
.how-i-help.float_l .left-text {
    float: left;
    width: 50%;
    padding: 60px 0 0 0;
}
.how-i-help.float_l .right-img {
    float: right;
    margin: 45px 0 0 0;
    width: 47%;
}
.how-i-help.float_l .left-text .heading {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 58px;
    color: #477053;

    color: var(--dark_blue);
    font-size: 1.75em;
    line-height: 1.2;
}
.how-i-help.float_l .left-text .simple-text {
    margin: 15px 0 0 0;
    line-height: 25px;
}
.how-i-help.float_l .left-img {
    float: left;
    width: 45%;
    margin: 40px 0 0 0;
}
.how-i-help.float_l .right-text {
    float: right;
    width: 53%;
    padding: 35px 0 0 0;
}
.how-i-help.float_l .right-text .help-points {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 35px 0 22px;
    line-height: 26px;
    margin: 0 0 23px 0;
}
.how-i-help.float_l .right-text .help-points:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #477053;
    border-radius: 50%;
}


@media screen and (max-width: 1200px) {
	.meet-hardy-con.float_l .left-sec {
	  padding: 0 0 0 40px;
	}
	.how-i-help.float_l .right-img {
	  margin: 100px 0 0;
	}
	.meet-hardy-con.float_l {
	    /*background-image: url("../images/main-bg.jpg");
	    background-size: cover;*/
	}
}
@media screen and (max-width: 990px) {
	
}
@media screen and (max-width: 768px) {
	.meet-hardy-con.float_l .left-sec, .meet-hardy-con.float_l .right-sec, .how-i-help.float_l .left-text, .how-i-help.float_l .right-text {
	  width: 100%;
	}
    .meet-hardy-con.float_l .left-sec {
        padding-left: 0;
    }
	.meet-hardy-con.float_l .right-sec {
	  float: left;
	  margin-top: 40px;
	  max-width: 300px;
	}
	.how-i-help.float_l .right-img, .how-i-help.float_l .left-img {
	  display: none;
	}
	.how-i-help.float_l .left-text {
	  float: left;
	  padding: 40px 0 0;
	}
	.how-i-help.float_l {
	  padding: 0 0 40px;
	}
	.page-title.float_l h2, .meet-hardy-con.float_l .left-sec .heading, .how-i-help.float_l .left-text .heading {
	    font-size: 36px;
	    line-height: 46px;
	}
	
	.page-title.float_l h2 {
	    padding: 70px 0 0;
	}
}