.lead {
    font-size: 16px;
	margin-bottom: 30px;
}
.benefits-box01 {
    position: relative;
	margin-bottom: 40px;
}

.benefits-box01  .photo {
    max-width: 683px;
	width: 80%;
    position: relative;
    top: 0px;
    left: 0px;
	z-index: 10;
}
.benefits-box01  .photo img{
	width: 100%;
	height: auto;
}
.benefits-box01  .textarea {
    width: 85%;
    position: relative;
    background-color: rgba(255,255,255,1.00);
    border-left-color: rgba(0,0,0,1.00);
    border-bottom-color: rgba(0,0,0,1.00);
    border-top-color: rgba(0,0,0,1.00);
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    margin-top: -20px;
    padding-left: 5%;
	padding-right: 5%;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-left: 10%;
}

.benefits-box02 {
    position: relative;
	margin-bottom: 80px;
}

.benefits-box02  .photo {
    max-width: 683px;
	width: 80%;
    position: relative;
    top: 0px;
    right: 0px;
	z-index: 10;
	margin-left: 25%;
	
}
.benefits-box02  .photo img{
	width: 100%;
	height: auto;
}
.benefits-box02 .textarea {
    width: 85%;
    position: relative;
    background-color: rgba(255,255,255,1.00);
    border-right-color: rgba(0,0,0,1.00);
    border-bottom-color: rgba(0,0,0,1.00);
    border-top-color: rgba(0,0,0,1.00);
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-top-width: 2px;
    margin-top: -20px;
    padding-left: 10%;
	padding-right: 5%;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-right: 20%;
}
.benefits-title{
	font-size:18px;
	line-height: 28px;
	font-weight: bold;
	border-left: 5px solid rgba(220,55,56,1.00);
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.textarea p {
    font-size:13px;
	line-height: 24px;
}
.benefits-list {
    margin-top: 20px;
}
.benefits-list li {
    background-image: url(../../img/benefits/icon-list.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: 8px auto;
    padding-left: 5%;
    display: block;
    width: 95%;
	vertical-align: top;
	margin-bottom: 0px;
    font-size:12px;
}
.benefits-list li.one{
	width: calc(90% - 20px);
}