Hi to move the whole block edit the class “featured-text”:
.featured-text {
position: absolute;
bottom: 55px;
right: 30px;
text-align: right;
color: #FFF;
}
To move the title edit “featured-title”, to move content edit “featured-content”.
.featured-title {
font: 24px/30px “Philosopher”,sans-serif;
padding: 10px 20px;
background: none repeat scroll 0% 0% rgba(5, 169, 197, 0.9);
float: right;
max-width: 525px;
}
featured-content {
padding: 20px;
background: none repeat scroll 0% 0% rgba(85, 85, 85, 0.9);
margin-top: 4px;
float: right;
clear: right;
max-width: 355px;
}