.box-container {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ddd;
}

.box-container h5, .box-container p {
    text-align: center;
}