.title {
    margin-top: 50px;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    padding-right: 10px;
}
.title img {
    width: 40px;
    height: 36px;
    border-radius: 10px;

}
.title span {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: right;
    color: #2c7be5;
    margin-right: 4px;
}


.department-items {
    border: 1px solid #2c7be5;
    border-radius: 18px;
    padding: 8px 16px;
    width: 356px;
    margin-top: 10px;
}
.row-items-department {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.img-content {
    background-color: #2c7be5;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-content img {
    width: 42px;
    height: 42px;
    border-radius: 10px;

}
.department-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
}
.department-item span {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    color: #2c7be5;
    text-align: center;
}
