.settlement-item {
    display: flex;
    border-radius: 20px;
    width: 500px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
}

a {
    text-decoration: none;
}

.item-title {
    text-indent: 30px;
    /* display: flex; */
    background-color: rgba(70, 131, 180, 0.5);
    height: 50px;
}

.settlement-item:hover {

    box-shadow: 0px 0px 20px 5px black;
    background-blend-mode: multiply;
    transition: all 0.4s;
}

.settlement-item:hover div {
    /* display: flex; */
    padding-top: 30%;
    padding-bottom: 20%;
    transition: all 0.4s;
}