@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.list-none{
  list-style: none;
}

.bg-e8e8e8{
    background: #e8e8e8;
    color: #000;
}
footer ul{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
footer ul li{
    list-style: none;
    margin: 0 10px;
}
footer ul li a{
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
@media(max-width:992px){
    footer ul{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    footer ul li{
        text-align: center;
        margin-bottom: 10px;
    }
}
@media(min-width:992px){
    .w-md-30{
        width:30% !important;
    }
}

.bg-dark {
    background-color: #1d2856 !important;
}
.btn-primary {
    color: #fff;
    background-color: #1d2856;
    border-color: #1d2856;
}
a {
    color: #1d2856;
    text-decoration: none;
}
a:hover {
    color: #e76a35;
}