.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.rounded {
    border-radius: 12px !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.lh-30 {
    line-height: 30px !important;
}
@media (max-width: 767px) {
    .text-xs-center {
        text-align: center !important;
    }
    .my-xs-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 575px) {
    .flex-column {
        flex-direction: column !important;
        gap: 20px;
    }
}