.partners {
    padding: 40px;
    text-align: center;
}

.partners h2 {
    margin-bottom: 20px;
}

.partners-container {
    position: relative;
}

.partners-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.partners-list li {
    margin: 0 20px 20px 20px;
}

.partners-list a {
    display: block;
    width: 200px;
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.partners-list img {
    max-width: 100%;
    height: 100%;
}

.scroll-button {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.part {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: green;
}
