.gb__text-bluebg {
    padding: clamp(14px, calc(14px + (16 - 14) * (100cqw - 1280px) / (1600 - 1280)), 16px) clamp(20px, calc(20px + (24 - 20) * (100cqw - 1280px) / (1600 - 1280)), 24px);
    background-color: var(--blue-color);
    color: var(--white-color);
    border-radius: 16px;
}

.gb__text-bluebg b,
.gb__text-bluebg strong {
    font-weight: 700;
}

.gb__text-bluebg *:first-child {
    margin-top: 0;
}

.gb__text-bluebg *:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .gb__text-bluebg {
        padding: 10px 18px;
    }
}