﻿.pricing-bg {
    background: url(../images/pricing1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: 170px 0;
}

.bg-overlay {
    background-color: #2c2927;
    opacity: 0.75;
    transition: 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pricing-bg .container {
    position: relative;
    min-height: 1px;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .pricing-bg .container .row .line {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        display: flex; /* Make the span element display as a block-level element */
        direction: ltr;
        width: 64px; /* Set the width of the line */
        height: 5px; /* Set the height of the line */
        background-color: #fbe8a6; /* Set the background color of the line */
        margin-bottom: 20px;
        margin: 0 auto;
        margin-left: 0;
    }

    .pricing-bg .container .row h1 {
        color: #fff;
        font-size: 5.5882352941176rem;
        font-family: 'DM Serif Display', serif;
        font-weight: 600;
        line-height: 1.2;
    }

.pricing .container .row h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.pricing .container .row h3 {
    font-size: 30px;
    font-weight: 700;
}

.pricing .container .row li {
    font-size: 20px;
}



.pricing .container .row .image {
    text-align: center;
}

    .pricing .container .row .image img {
        width: 100%;
        height: 100%;
    }
