.dirco-contacts {
    background:#4c4c4c;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.dirco-contacts p {
  padding: 15px;
  font-size: 17px;
    letter-spacing: 1px;
}

.text-blue {
    background: #fff;
    color: #003875;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 0px 10px;
}
.text-gray {
    color: #343a40;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 2px 5px;
}

  .link-5 {
     width: 30%;
    text-align: center;
    background: #FE5F55;
    font-family: 'Poppins', sans-serif;
    color: #ffff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

.oh-text .link-5:hover {
  background: #333333;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.link-4 {
    width: 30%;
    text-align: center;
    background: #FE5F55;
    font-family: 'Poppins', sans-serif;
    color: #ffff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    
}

.oh-text .link-4:hover {
    background: #333333;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
