@media (max-width: 768px) {
    .m-block {
        display: block;
        margin-bottom: 15px;
    }
}

.whatsapp-phones {
    position: relative;
    width: 100%;
    background-color: #f0f0f0;
    overflow: visible;
    min-height: 90px;
    background-color: #202020;
    margin-top: 50px;
}

.whatsapp-phones::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 41px;
    background-color: #202020;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotate(180deg);
}

@media(max-width:768px){
    .whatsapp-phones::before {
        top: -30px;
        height: 31px;

    }

}

.whatsapp-phones.ram {
    background-color: rgba(176, 164, 119, 1);
}


.whatsapp-phones.fiat {
    background-color: #202020;
}
.whatsapp-phones.ram::before {
    background-color: rgba(176, 164, 119, 1);
}
