.educationcenter {
background-image: ;
background-size: 100% 100%;
min-width: 300px;
min-height: 300px;
width: 100%;
height: auto;
padding: 20px;
cursor: pointer;
}
.educationcenter:hover {
box-shadow: 0 0 2px 0 #1f9373;
transition: all 0.5s;
}
.educationcenter p {
margin: 0;
padding: 0;
color: #ffffff;
}
.educationcenter p.title {
font-size: 18px;
}
.educationcenter p.title img {
width: 25px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.educationcenter p.title span {
vertical-align: middle;
margin-left: 10px;
display: inline-block;
}
.educationcenter p.subtitle {
font-size: 14px;
margin-left: 35px;
margin-top: 15px;
}
.educationcenter p.number {
font-size: 28px;
margin-left: 30px;
margin-top: 10px;
}
.educationcenter p.gotolink {
background: #ffffff;
border-radius: 15.5px 15.5px 0 15.5px;
width: 98px;
height: 31px;
margin-left: 30px;
margin-top: 10px;
border-radius: 15.5, 15.5, 0, 15.5px;
color: #1f9373;
font-weight: bold;
text-align: center;
line-height: 31px;
position: relative;
}
.educationcenter p.gotolink a {
color: #1f9373;
}
.educationcenter p.gotolink::after {
position: absolute;
top: 50%;
right: 6px;
content: '';
width: 0;
height: 0;
border-width: 0 4px 4px;
margin-top: -1px;
border-style: solid;
border-color: transparent transparent #1f9373;
transform: rotate(90deg);
cursor: pointer;
}