/********** Template CSS **********/
.about-start,
.about-end {
    /*background: url(../img/about-bg.jpg) center center no-repeat;*/
    background-size: contain;
}

.container,
.container-fluid {
    width: 95%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
    
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}


@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

@media (min-width: 576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {

    .container {
        max-width: 1320px
    }
}

.gx-0 {
    --bs-gutter-x: 0
}

.mb-3 {
    margin-bottom: 1rem !important
}

@media (min-width: 992px) {

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

}

.bg-primary {
    background-color: #ffedb4 !important
}

.p-5 {
    padding: 3rem !important
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.position-relative {
    position: relative !important
}

.h-100 {
    height: 100% !important
}

.position-absolute {
    position: absolute !important
}

.w-100 {
    width: 100% !important
}