.recall_test {
    background-color: white;
    border-radius: 20px 20px 24px 24px;
    display: flex;
    justify-content: center;
    height:150px;
    padding-bottom: 25px;
}
.recall_test:hover .content, .recall_test:hover h3 {
    color: white!important;
}

.recall_test:hover {
    background-color: goldenrod;
}

.recall_test img {
    border-radius: 10px 10px 10px 0;
    margin: auto;
    margin-left: 05px;
    margin-right: 08px;
    height: 80px;
    width: 100px;
}

.recall_test h3 {
    max-width: calc(100% - 30px);
    color: #232B63;
    font-family: "Montserrat", "Noto Sans", "Roboto", "Arial", sans-serif;
    font-size: 12px;
}
.recall_test .content {
    color: #707070;
    font-family: "Montserrat", "Noto Sans", "Roboto", "Arial", sans-serif;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}