.flex {
    display: flex;
}

.aspect-\[33\/32\] {
    aspect-ratio: 33/32;
}

.aspect-\[295\/8\] {
    aspect-ratio: 295/8;
}

.h-\[8px\] {
    height: 8px;
}

.h-\[32px\] {
    height: 32px;
}

.h-\[100px\] {
    height: 100px;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.gap-\[6px\] {
    gap: 6px;
}

.gap-\[15px\] {
    gap: 15px;
}

.gap-\[16px\] {
    gap: 16px;
}

.gap-\[30px\] {
    gap: 30px;
}

.gap-\[34px\] {
    gap: 34px;
}

.gap-\[40px\] {
    gap: 40px;
}

.object-contain {
    object-fit: contain;
}

.px-\[16px\] {
    padding-inline: 16px;
}

.py-\[60px\] {
    padding-block: 60px;
}

.text-center {
    text-align: center;
}

@media (width >=48rem) {
    .md\:h-\[65\.921px\] {
        height: 65.921px;
    }

    .md\:h-\[180px\] {
        height: 180px;
    }

    .md\:h-\[195px\] {
        height: 195px;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }

    .md\:gap-\[27\.4px\] {
        gap: 27.4px;
    }

    .md\:gap-\[80px\] {
        gap: 80px;
    }

    .md\:gap-x-\[65px\] {
        column-gap: 65px;
    }

    .md\:px-\[60px\] {
        padding-inline: 60px;
    }
}

@media (width >=64rem) {
    .lg\:h-\[28px\] {
        height: 28px;
    }

    .lg\:h-\[103px\] {
        height: 103px;
    }

    .lg\:gap-\[32px\] {
        gap: 32px;
    }
}