.guides_wrapper{
float:right;
width:100%
}
.guides_wrapper > .title{
float:right;
width:100%;
text-align:center;
margin-bottom:20px;
color:#151447ff;
background:url(../../../design/default/css/../images/title_border.png) bottom center no-repeat;
background-size:54% auto
}
.guides_wrapper > .title h1{
font-size:36px;
font-weight:bold;
margin:0
}
.guide{
float:right;
width:100%;
margin:0 0 20px 0;
background-repeat:no-repeat;
background-size:cover;
box-sizing:content-box
}
.guide a{
float:right;
width:70%;
padding:110px 15%;
box-sizing:content-box
}
.guide a .title{
float:right;
width:100%;
text-align:center;
color:#fff;
font-weight:bold;
font-size:26px
}
