.details {
    padding: 20px 26px;
    border-radius: 11px;
}

.details h4 {
    color: #fff;
    text-align: center;
    border-bottom: 2px solid;
}

.details p {
    color: #fff;
}

.details ul {
    margin: 0;
    padding-bottom: 5px;
}

.details ul li {
    color: #fff;
}

.details ul li span {
    font-weight: 900;
}







