.cydw {
    font-size: 20px;
    line-height: 48px !important;
    border-bottom: 1px solid #eee;
    padding: 0 15px !important;
    color: rgb(22, 37, 74);
    height: auto !important;

}

.imgBar {
    display: table-column;
    align-items: center;
}

.bar {
    margin: auto;
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 20px;
    object-fit: cover;
}


.imgList {
    border-radius: 8px;
    border: 1px solid #ccc9c9;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    background: linear-gradient(to right, #fff, #f9f9f9);
}

.imgList:hover {

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.imgLeft {
    width: 150px;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.imgLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.imgRight {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bolder;
    color: rgb(22, 37, 74);
    padding: 0 20px;
    text-align: center;
}

