body{
    background-image: url('../images/bcClientsSection.jpg');
    background-size: contain;
}
.works{
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.works-sub-container{
    display: flex;
    flex-direction: column;
    background-color: #2D7696;
    margin-top: 20vh;
    width: 40%;
    height: 60%;
    align-self: center;
    border-radius: 5px;
}

.tittle{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.tittle i{
    color: white;
    font-size: 50px;
}

.tittle h2{
    color: #D9D9D9;
    font-weight: bolder;
}

.works-list{
    background-color: #01002A;
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.works-list p{
    color: #D9D9D9;
    font-weight: 100;
}