@font-face {
    font-family: hussarbold;
    src: url(../Fonts/HUSSARBOLDWEBEDITION-XQ5O.OTF);
  }
  @font-face {
    font-family: swiss;
    src: url(../Fonts/SWISS.TTF);
  }
  .col{
    justify-content: center;
}
.ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
.li{
    display: flex;
    justify-content: center;
    border-radius: 50%;
    list-style-type: none; 
    background-color: #ffff;
    width: 35px;
}   
i{

    padding: 10px;
    color:#5C5C5C;
}
b{
    color: #feb449;
}
p{
    font-family: swiss;
    color: #ffff;
}
.h3{
    font-family: hussarbold;
    color: #feb449;
}
.footer:hover,.footer:hover{
    text-decoration: underline;
    cursor: pointer;
}
.brand{
    height: auto; width: 100%;
}
@media (max-width: 768px) { 
    .brand{
        height: 100px;
        width: auto;
    }
 }