

#box article{
padding: 10px;
background: rgba(255,255,255,.2);
}

#box article p{
font-size: 18px;
line-height: 150%;
margin-bottom: 20px;
}

#box article strong{
font-weight: bold;
color: #e35487;
font-size: 1.05em;
}


#box .girl{
background: rgba(255,255,255,.6);
border-radius: 5px;
margin: 10px;
margin-top: 0;
}

#box .girl h4{
font-weight: bold;
font-size: 20px;
line-height: 150%;
padding-right: 30px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom:solid 1px;
position: relative;
}

#box .girl h4 i{
position: absolute;
top:10px;
right: -15px;
font-size: 48px;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}

#box .girl .img{
float: right;
margin: 0 0 20px 20px;
}

#box .girl:nth-of-type(2) h4{color: #7e86ad; border-bottom-color:#7e86ad}
#box .girl:nth-of-type(2) strong{color: #7e86ad; }

#box .girl:nth-of-type(3) h4{color: #098839; border-bottom-color:#098839}
#box .girl:nth-of-type(3) strong{color: #098839;}