@charset "utf-8";
.menu_box ul li:nth-child(3) a::after{
    transform: scale(1, 1);
}
.allservices ul li:nth-child(2) a {
    background:#fff;
}
.allservices ul li:nth-child(2) a p{
    color: #1d1d1d;
}
.allservices ul li:nth-child(2) a p::before {
    background-color: #1d1d1d;
}