.informations-box {
    font-size: 12px;
    font-weight: normal;
}
.informations-box > div > p:first-child {
    font-weight: bold;
}

.informations-box div {
    border: 1px solid black;
    height: 100px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #9FC6FF;
    border-radius: 10px 10px;
    padding: 12px;
    margin-bottom: 10px;
}

.informations-box img {
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.informations-box p {
    margin-block-start: 0;
    margin-block-end: 0;
}