.img-degree
{
	float: left;
	
	/*width: 22%;*/
}
.pos-center
{
	position: absolute;
	width: 70%;
	left:15%;
	top: 10%;
	background-color: skyblue;
	padding: 30px;
	border-spacing:30px;

}
.textedespi
{
	margin-bottom:40px;
	
	
}

@media (max-width: 1200px) {
  .img-degree {
    float:left;
    width: 80%;
    margin-bottom: 15px;
    text-align: center;
  }
  h2
  {
  	text-align:left;

  }
  p
  {
  	margin-top: 10px;
  }
}