.card-body2 {
    border-radius: 50px;
    box-shadow: 1px 1px 10px rgba(62, 62, 62, 0.23);
    height: 150px;
}
.text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    color: rgba(0, 0, 0, 0.52);
}
.card-text {
    font-size: 70px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.35);
}
.custom-btn {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
