body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    color: white;
    text-decoration: none;
}

/* width classes */
.w-70 {
    width: 70%;
}

.w-10 {
    width: 10%;
}

/* background-color classes */
.bg-25376B {
    background-color: #25376B;
}

.bg-repeat-no-repeat {
    background-repeat: no-repeat;
}

.bg-size-cover {
    background-size: cover;
}

.bg-position-center {
    background-position: center;
}

/* padding classes */
.pb-30 {
    padding-bottom: 30%;
}

.pt-10rem {
    padding-top: 10rem;
}

.pb-5rem {
    padding-bottom: 5rem;
}

/* utilities classes */
.on-li-list-style-none {
    list-style: none;
}

.hero-section-title-clamp {
    font-size: clamp(2rem, 4.75vw, 8rem);
}

/* media queries */
@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1650px;
    }
}