div.plate
{
background: #3C8F97;
color: #fff;
font-weight: 400;
border: none;
border-radius: 0.25rem;
padding: 1rem 1.5rem;
margin-bottom: 2rem;
text-align: justify;
}

div.plate a.button
{
display: block;
margin-top: 1rem;
height: 2.5rem;
line-height: 2.5rem;
width: 100%;
max-width: 24rem;
outline: solid 1px #fff;
border: none;
border-radius: 0.25rem;
text-align: center;
color: #3C8F97;
background: #fff;
overflow: hidden;
white-space: nowrap;
padding: 0 0.75rem;
text-overflow: ellipsis;
transition: all ease 0.25s;
}

div.plate a.button:hover
{
color: #fff;
background: #3C8F97;
}

@media (max-width: 480px)
{
}
