section.services-details {
    background: black;
}
.content-2 {
    background: black;
}
tbody > tr > td {
    color: white;
}
tbody > tr > td > a  {
    color: white;
}
h2.mt-4 {
    color: #f5d34d;
}
section.contact-details {
    background: black;
}
.v11 {
    display: contents;
}


@media(max-width:992px){
    h2.mt-4 {
        font-size: 22.85px;
    }
}