.bottom-menu {
  text-align: center;
}
.bottom-menu ul {
    display: inline-block;
    padding: 0 32px !important;
    margin: 0 0 30px;
}
.bottom-menu ul li {
  float: left;
}
.bottom-menu ul li a {
  text-transform: uppercase;
    padding: 20px 7px !important;
    display: block;
}
.bottom-menu ul.sub-menu {
    display: none;
}
.home-services h2 {
   text-shadow: 0 0 1px #ffffff;
}
.home-title h1 {
    color:black;
}
.home-resources h2 {
    font-family: 'Mada';
    font-size: 32px;
    color: #00ACF6;
    text-align: center;
    text-shadow: 0 0 1px #ffffff;
}
.home-resources h2:before, .home-resources h2:after {
    content: " ";
    display: inline-block;
    border-top: 2px solid #00ACF6;
    padding-bottom: 8px;
    width: 20%;
    margin: 0 30px;
}
.btn-learn-more {
    background: #00ACF6;
    color: white;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 30px;
    margin: 40px auto 0 auto !important;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.button-more-service {
    color: #00ACF6;
    text-decoration: none;
}
.button-learn-more-resources {
    color: #00ACF6;
    text-decoration: none;
}