.soma-dp {
    box-sizing: border-box;
    background-color: #F6F6F6;
    width: 100vw;
    margin: auto;
    padding: 60px;
    text-align: left;
    line-height: 150%;
}

.dp-label {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -2.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #131527;
}

.dp-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #131527;
}

.dp-image-wrapper{
width: 100%;
height: 300px;
overflow: hidden;
margin: 36px 0;
}

.dp-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-bottom: 20px;
}

.dp-text {
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.022em;
    line-height: 150%;
    margin-bottom: 15px;
    font-weight: 500;
}

.dp-proof {
    margin-top: 70px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    /* --------Standard section----- */
    .dp-title {
        font-size: 26px;
    }

}

@media (max-width: 425px) {
    .soma-dp {
        padding: 20px;
    }
}