.flexx {
    display: flex;
}
.al-center {
    align-items: center;
}
.al-end {
    align-items: end;
}
.jus-end{
    justify-content: end;
}
.jus-center {
    justify-content: center;
}
.jus-between {
    justify-content: space-between;
}
.flex-col {
    flex-direction: column;
}
.for-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover {
    transition: all 0.3s ease-in;
}

.back-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gap-big {
    gap: 1.88rem;
}
.gap1{
    gap: 1rem;
}
.gap-lil {
    gap: 0.62rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
}
.mid-size-text {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
}
.just-txts{
    font-size: .9rem;
}

.btn-style{
    font-size: .9rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.mb-1-25{
    margin-bottom: 1.25rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.content-text ol,
.content-text ul{
    padding-left: .9rem;
}

.content-text li{
    font-size: .9rem;
    margin-bottom: 1rem;
}

.for-opacity{
    opacity: 0;
    pointer-events: none;
}

.bigg-gap{
    gap: 10rem;
}

.mb-1{
    margin-bottom: 1rem;
}

.gap1-5{
    gap: 1.25rem;
}