/* Text Content Sections */

.text-part {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .text-part {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.text-part h1 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-medium);
    color: var(--color-dark);
    margin-bottom: 1.2rem;
    line-height: var(--line-height-sm);
}

.text-part p {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--text-color);
    margin-bottom: 1rem;
}

.text-part .col-lg-8 {
    max-width: 100%;
}

/* Main content wrapper */
main {
    flex-grow: 1;
}

main > * {
    margin-bottom: 60px;
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    main > * {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

main .filling:first-child {
    margin-top: 0 !important;
}

main .filling {
    margin-bottom: 0 !important;
}

main .filling + .filling {
    margin-top: 0 !important;
}
