.box{
    border: 1px solid #e2e2e2;
    border-radius: 32px 32px 32px 32px;
    -webkit-border-radius: 32px 32px 32px 32px;
    -moz-border-radius: 32px 32px 32px 32px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;   
}
.box>h2{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #717978;
}
i:hover{
    color: #38ad53;
}