.deos-infobox {
    background-color: white;
    box-shadow: 0 5px 10px rgba(64, 64, 64, 0.16);
    padding: 40px;
    border-radius: 10px;
    padding-left: 70px;
}
.deos-infobox ul li {
    list-style-type: square;
}
.deos-infobox ul li::marker {
    color: #DD2038;
}
.deos-infobox-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #DD2038;
}
.deos-infobox-icon {
    position: absolute;
    top: calc(50% - 30px);
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    background-color: #DD2038;
    padding: 20px;
}
.deos-infobox-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
