.padding6em {
background: #333;
padding: 6em;
}
.big_text {
background: #fff;
border: 1px solid #e0e0e0;
padding: 3em 4em;
position: relative;
overflow: hidden;
z-index: 9;
box-shadow: 10px -10px 3px 3px rgba(0, 0, 0, 0.25);
}
.big_text h3 {
font-size: 2em;
color: #FCB941;
margin-bottom: .5em;
}
.big_text h5 {
font-size: 1.5em;
color: #000;
line-height: 1.8;
}
.big_text:before {
content: '';
background: #00b5b5;
background: linear-gradient(to right, rgba(0, 128, 0, 0.7),rgba(0, 0, 255, 0.6),rgba(75, 0, 130, 0.6),rgba(238, 130, 238, 0.6),rgba(255, 0, 0, 0.6),rgba(255, 165, 0, 0.6),rgba(255, 255, 0, 0.6));
position: absolute;
width: 100%;
height: 2%;
left: 0;
bottom: 0;
z-index: -1;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;