.del__projects {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;

}

.del__projects .del__s_header {
    text-align: center;
    font-size: var(--size-text-xxl);
    font-weight: 300;
}

.del__projects .del__s_more {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--size-text-m-3);
    border: 1px solid whitesmoke;
    margin-top: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);

}

.del__projects .del__s_more a {
    color: black;
    width: 100%;
    text-align: center;
}

.del__projects .del__s_more:hover {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.del__projects .del__s_more a:hover {
    color: var(--color-green);
}

@media (max-width: 960px) {
    .del__projects {
        display: flex;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 2rem;
    }
}
