.brands .brand-list div {
    flex: 0 0 auto;
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.brands .brand-list div img {
    height: fit-content;
    max-height: 50px;
    max-width: 100px;
}
.text-6xl {
    color: #022c22;
}

  .speed-dual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: gold;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    z-index: 999;
    text-decoration: none;
}

.speed-dual svg {
  width:18px;
  height:18px;
}
.speed-dual svg path {
  fill:#f03454;
}