del.py-10 {
    padding-right: 10px;
    color: #ff0000;
}

.button._whatsapp {
    background: #078134;
}

.sidebar-contact__buttons .btn._wp {
    background: #078134;
}

.col-md-6.about-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}