.lead {
    font-size: 20px;
	margin-bottom: 60px;
}
.benefits-box01 {
    position: relative;
	margin-bottom: 80px;
}

.benefits-box01  .photo {
    max-width: 683px;
	width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 2;
}
.benefits-box01  .photo img{
	width: 100%;
	height: auto;
}
.benefits-box01  .textarea {
    width: calc(45%);
    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-left: auto;
    margin-top: 80px;
    padding-left: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.benefits-box02  .photo {
    max-width: 683px;
	width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
	z-index: 2;
}
.benefits-box02  .photo img{
	width: 100%;
	height: auto;
}
.benefits-box02 .textarea {
    width: 30%;
    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-right: auto;
    margin-top: 80px;
	padding-left: 15%;
    padding-right: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.benefits-title{
	font-size:24px;
	line-height: 42px;
	font-weight: bold;
	border-left: 7px solid rgba(220,55,56,1.00);
	padding-left: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.textarea p {
    font-size:15px;
	line-height: 36px;
}
.benefits-list {
    margin-top: 40px;
}
.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: 15px;
    display: inline-block;
    width: 40%;
	vertical-align: top;
	margin-bottom: 20px;
}
.benefits-list li.one{
	width: calc(90% - 20px);
}