.our-clients {
    /* background: white; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.our-clients>h2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    color: #f5a425;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.our-clients>img {
    display: inline-block;
    width: 100px;
    margin: 5px;
}

.cookies-usage {
    position: fixed;
    width: 300px;
    height: 150px;
    z-index: 100;
    left: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.80);
    color: #f5a425;
    padding: 15px;
}

.cookies-usage>h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #f5a425;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.cookies-usage>p {
    width: 100%;
    text-align: justify;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 15px;
}

.cookies-usage>button {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #f5a425;
    padding: 5px;
    font-weight: 800;
    box-shadow: none;
    border: none;
}

.privacy-policy {
    color: #FFFFFF;
    padding: 10px;
    text-align: justify;
}

.whatsapp-button {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 100;
    right: 30px;
    bottom: 30px;
}

.whatsapp-button>img {
    width: 100%;
    height: 100%;
}