.flex {
    display: flex;
}

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

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

.broncho-main-image {
    margin-top: -148px;
}

.w-full {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.mb-8 {
    margin-bottom: 2rem; /* 32px */
}

.mb-10 {
    margin-bottom: 2.5rem; /* 40px */
}

.mb-12 {
    margin-bottom: 3rem; /* 48px */
}

.border-b {
    border-bottom-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-gray-200 {
    border-color: rgb(229 231 235);
}

.border-gray-300 {
    border-color: rgb(209 213 219);
}

.w-11\/12 {
    width: 91.666667%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.absolute {
    position: absolute;
}

.top-1\/2 {
    top: 50%;
}

.left-1\/2 {
    left: 50%;
}

.border-4 {
    border-width: 4px;
}

.rounded-full {
    border-radius: 9999px;
}

.border-white {
    border-color: rgb(255 255 255);
}

.h-28 {
    height: 7rem; /* 176px */
}

.h-16 {
    height: 4rem; /* 40px */
}

.w-28 {
    width: 7rem; /* 176px */
}

.w-16 {
    width: 4rem; /* 40px */
}

.bg-white-alpha {
    background-color: rgba(255, 255, 255, 0.5);
}

.-translate-1\/2 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.drop-shadow-md {
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
        drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.drop-shadow-lg {
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
        drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.bottom-0 {
    bottom: 0px;
}

.m-16 {
    margin: 4rem; /* 64px */
}

@media (min-width: 640px) {
    .broncho-main-image {
        margin-top: -300px;
    }
}

/* md */
@media (min-width: 768px) {
    .md\:small-6 {
        width: 50% !important;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4 !important;
    }

    .md\:w-4\/12 {
        width: 33.333333%;
    }
}
