.bg-quoc-huy {
    background-color: rgba(247, 244, 242, 1);
}

.bg-quoc-huy .quoc-huy {
    padding: 20px;
}

.bg-quoc-huy .quoc-huy h2 {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.bg-quoc-huy .quoc-huy .header h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 32px;
}

.bg-quoc-huy .quoc-huy .items {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
}

.bg-quoc-huy .quoc-huy .items .header {
    padding: 20px;
}

.bg-quoc-huy .quoc-huy .items .header span {
    font-size: 20px;
    font-weight: 400;
}

.bg-quoc-huy .quoc-huy .items .header span:first-child {
    border-left: 4px solid var(--primary-color);
    padding-left: 12px;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    display: block;
}

.bg-quoc-huy .quoc-huy .items .header span:last-child {
    color: rgba(78, 92, 113, 1);
    font-size: 16px;
    margin-top: 8px;
    padding-left: 12px;

    display: block;
}

.bg-quoc-huy .quoc-huy .items img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1));
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    mask-repeat: no-repeat;
    mask-size: cover;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .bg-quoc-huy .quoc-huy .header h3 {
        font-size: 36px;
    }
}

@media (min-width: 991px) {

    .list {
        flex-direction: row;
    }

    .bg-quoc-huy .quoc-huy .items .header span:last-child {
        max-height: 120px;
    }

    .bg-quoc-huy .quoc-huy .list .items {
        width: 412px;
        max-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bg-quoc-huy .quoc-huy .items img {
        object-fit: cover;
        min-height: 160px;
        max-height: 160px;
    }
}

@media (min-width: 1400px) {
    .bg-quoc-huy .quoc-huy {
        max-width: 1276px;
        margin: 0 auto;
        padding: 68px 0;
    }
}