.with-transparent-bg {
    background: url(/img/layouts/bg.jpg);
    background-size: cover;
}

.ladder-underline {
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.ladder-underline:after {
    content: "";
    border-bottom-width: 8px;
    margin-right: 50%;
    display: block;
    padding-bottom: 16px;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}