.flex-center {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.rounded-8 {
    border-radius: 0.5rem !important;
}
.border-gray-100 {
    border-color: var(--gray-100) !important;
}
.transition-2 {
    transition: 0.2s linear;
}
.mb-2 {
    margin-block-end: var(--size-2) !important;
}
.w-310 {
    width: 310px;
}
img {
    max-width: 100%;
    height: auto;
}
.container-lg {
    max-width: 1680px;
}
