.cadreSVS {
    display:flex;
    justify-content:space-between;
    align-items:stretch;
}
.cadreSVS_1 {
    width:43%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    border:solid  9px white;
    border-radius:9px;
    overflow:hidden;
}
.cadreSVS_1 img {
    width:100%;
    height:300px;
    display:flex;
}
.cadreSVS_2 {
    padding:15px 20px;
    width:51%;
    background-image:
        linear-gradient(to left, rgba(255, 255, 255, 0), rgb(242 242 242) 62.5%);
}
.cadreSVS_2 p {
    font-size:16.5px;
    line-height:2;
    font-weight:400;
    color:#6f6f6f;
}
.cadreSVS_2 p strong {
    font-weight:700;
    color:#333;
    font-size:inherit;
    line-height:inherit;
}
.cadreSVS_2 p span {
    font-weight:700;
    color:#fca311;
    font-size:inherit;
    line-height:inherit;
}
.cadreSVS_2 ul {
    margin-top:20px;
}
.cadreSVS_2 ul li {
    line-height:2.5;
    font-size:15px;
    color:#6f6f6f;
}
.cadreSVS_2 ul li i {
    color:#2d4275ab;
    box-shadow: #fca311 0px 2px 8px 0px;
    margin-right:10px;
    font-size:16px;
    border-radius:50%;
}