/*
    Other works
*/


.works__title {
    margin-top: 50px;
    margin-bottom: 50px; 
    
    text-align: center;
    
    border-radius: 5px;
}

.works__description {
    margin-bottom: 30px;
    
    font-size: 18px;
    text-align: center;
}

.works__ref {
    color: #55b;
}

.works__list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    
    padding: 10px;
}

.works__list > ul > li > a {
    padding: 30px;
    
    margin: 0;
    
    font-size: 18px;
    text-align: center;
    
    background-color: #ccc;
    border-radius: 10px;
}

.works__list > ul > li > a:hover {
    color: #fff;
    
    background-color: #ff7f27;
    
    box-shadow: 0px 0px 10px 1px #333;
    
    transform: scale(1.15);
    
    z-index: 99;
}

.work-title {
    margin-bottom: 50px;
    
    font-weight: 700;
    text-align: center;
    
    border-radius: 5px;
}

.work-title > h1 {
    font-weight: 700;
}

.work-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    margin-top: 30px;
    margin-bottom: 50px;
    
    font-size: 16px;
}

