.t3-content
{
  padding-top: 180px;
}

.squarep
{
  display: inline-block; 
  width: 50%; 
  text-align: center;
}

.squarep2
{
  display: inline-block; 
  width: 50%; 
  text-align: center;

}

.abs
{
  position: absolute;
}

.squarep span
{
  background: #e67a00; 
  color: white; 
  padding:5px;
  font-size: 20px;
}

.squarep h1
{
	color: #008b8b;
}

@media screen and (max-width: 600px) {
  	.squarep
	{
        display: initial; 
  		width: 100%; 
      	position: static;
        text-align: center;
	}
  
    .squarep2
	{
        display: initial; 
  		width: 100%; 
        position: static;
	}
}