p b {
    font-family: "Graphik Bold", sans-serif;
}

.accordion-button.collapsed {
    opacity: 0.3;
}


.accordion-button.collapsed:hover {
    opacity: 1;
}

li {
    font-size: 18px;
    line-height: 28px;
}

.accordionFaq .accordion-item {
    margin-bottom: 4px;
}

#title-section {
    background: #6459b0;
    padding-block: 2.5em;
}

#title-section h1 {
    font-family: "GT-Sectra-Fine", serif;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    color: white;
}

.bigger-header {
    font-size: 3rem;
}

.bullet-point {
    margin-left: 1.5em;
    margin-bottom: 0;
}

.bullet-point-2 {
    margin-left: 2.5em;
    margin-top: -1rem;
}

.unset-margin-top {
    margin-top: unset; !important;
}

.step-image {
    border-radius: 10px;
    width: 30%;
    height: min-content;
    height: min-intrinsic; /*For Safari*/
    box-shadow:
            10px 10px 20px rgb(0 0 0 / 4%),
            -10px 10px 20px rgb(0 0 0 / 4%),
            10px -10px 20px rgb(0 0 0 / 4%),
            -10px -10px 20px rgb(0 0 0 / 4%);
    margin-bottom: 2em;
}

.step-text {
    width: 70%;
    padding-right: 2em;
}

@media  (max-width: 991px) {
    .step-image {
        height: unset;
        width: 100%;
        margin-bottom: 1em;
    }
    .step-text {
        width: auto;
    }
    .step {
        flex-direction: column;
    }
}

@media  (max-width: 420px) {
    #demo-section .row>* {
        padding-right: 0;
        padding-left: 0;
    }

    body{
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        background: inherit;
        box-shadow: none;
        margin-top: 48px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .nav li {
        margin-right: 30px !important;
    }
}

