Custom

custom
Css
.big-accent {color: #f7931d; font-weight: 700; }

Custom image w-100

image-w-100
Css
.image-w-100 img {width:100%;}

Custom textandimage

custom-textandimage
Css
.custom-textandimage .item_swift_textandimage .gap-3.h-100 {
    gap: 0 !important;
    height: auto !important;
    margin-top: auto;
}

Custom gap-0

custom-gap-0
Css
.custom-gap-0 .gap-3 {
    gap: 0 !important;
}

Custom lead 50

custom-lead-50
Css
.custom-lead-50 .lead {
    width: 100%;
    @media (min-width: 992px) {
        width: 50%;
    }
    @media (min-width: 1200px) {
        width: 75%;
    }
}

Custom footer SOME

custom-footer-some
Css
.custom-footer-some .icon-3 svg {
    height: 3.5rem;
    width: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.custom-footer-some h3 {
    color: #111827;
}
.custom-footer-some h3.text-capitalize {
    text-transform: none !important;
}

Custom center text in container fluid - left

custom-center-text-in-fluid-left
Css
.custom-center-text-in-fluid-left {
/* -- SE STYLE SHEET -- */
}

Custom gradient

custom-gradient
Css
.custom-gradient figure + div {
background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 23%);
}