.single-tools {
    padding: 30px 50px 50px 50px;
    border-radius: 110px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    text-align: center;
}
.single-tools p {
    margin-bottom: 0;
    color: #c4c4c4;
    font-size: 16px;
}
.tools-icon {
    margin-bottom: 15px;
}
.tools-icon img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.tools-number {
    margin-bottom: 80px;
    font-size: 16px;
    color: #c4c4c4;
}
@media (max-width: 575px) {
    .tools-number {
        margin-bottom: 30px;
    }
}
.tools-slider {
    margin-left: 0;
}

.navigation__wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.navigation__wrapper button {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    z-index: 1;
    border: 0;
}
@media only screen and (min-width: 576px) {
    .navigation__wrapper button {
        height: 45px;
        width: 45px;
    }
}
.navigation__wrapper button:hover {
    background-color: #7fe85a;
}
.navigation__wrapper button i {
    font-weight: 600;
}
