.section-tp {
    margin: 0 0 7rem;
}

.tp-col {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.trustpilot-widget {
    width: 100%;
}

/*
.tp-btn {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    background-color: #f5f5f5;
    padding: 20px;
    border: 0.5px solid #e4e4e4;
    height: 250px;
    margin-right: 10px;
    margin-top: 25px;
}

.tp-btn img {
    height: 20px;
    width: 130px !important;
}

.tp-title, .tp-subtitle {
    margin-bottom: 27px;
    line-height: 20px;
}

.tp-title {
    font-size: 19px;
    font-weight: 700;
    margin-top: 5px;
}

.tp {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}

.tp-data {
    text-transform: uppercase;
    color: #a9a9a9;
    font-weight: 200;
    justify-self: flex-end;
    margin: 0;
    margin-top: auto;
}

.modal-card {
    position: relative;
}

.modal-card-head {
    display: inline-block;
    border-radius: 0;
}

.modal-close {
    background-color: gray;
    position: absolute;
}

.modal-card-title {
    margin-top: 15px;
    margin-bottom: 0;
}

.tp-div {
    margin: 20px 0;
    display: inline-flex;
}

.tp-caratteristica {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}

.tp-div .tp {
    font-size: 25px;
    font-weight: 900;
}

 */