/*
===================
INTRO SECTION
===================
 */
.intro-section p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

/*
===================
VENTILATION
==================
 */
.ventilation-text-wrapper {
    margin: 10px auto;
}

.vetilation-text p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

/*
===================
TECHNOLOGY
==================
 */
.technology-column {
    margin-top: 20px;
    margin-bottom: 20px;
}

.technology-column-inner {
    border-right: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
    padding: 0 30px;
}

.technology-column:last-of-type .technology-column-inner {
    border-right: none;
}

.technology-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    min-height: 170px;
}

.technology-text h5 {
    margin-bottom: 20px;
}

/*
=============================
COMBUSTIBLE
===========================
 */
#combustible {
    padding-bottom: 0;
}

#comb-text p {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

#comb-list {
    margin-left: auto;
    margin-right: auto;
}

#comb-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /*display: grid;*/
    /*grid-template-columns: 35% 20% 45%; !*columns widths*!*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#comb-list ul li {
    font-size: 16px;
    line-height: 18px;
    color: #555555;
    font-weight: 300;
    position: relative;

    max-width: 100%;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 15px;
    width: 33.33%;
    flex-basis: 33.33%;

}

#comb-list ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 15px;
    background-image: url("/wp-content/uploads/2023/02/checkmark.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#technology-row-2 {
    justify-content: center;
}

#technology-row-2 .technology-column {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

#technology-row-2 .technology-column:last-of-type {
    border: none;
}

#technology-row-2 .technology-column-inner {
    padding: 0 50px;
    width: 370px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

#technology-row-2 .technology-image {
    min-height: 200px;
}

.technology-text p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

.text-after {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

#text-section-2,
#text-section-3 {
    padding-top: 0;
}

.title-text p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 300;
}

#text-section-2 p {
    width: 670px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.8px) {
    .technology-column {
        margin-bottom: 0;
    }

    .technology-column-inner {
        border: none;
        padding: 0 15px;
    }

    #technology-row-2 .technology-column-inner {
        padding: 0 15px;
    }

    #technology-row-2 .technology-column {
        border: none;
    }

    .technology-image,
    .technology-text h5 {
        margin-bottom: 15px;
    }

    #comb-text p {
        text-align: center;
        margin-bottom: 20px;
    }

    #comb-list ul {
        /*grid-template-columns: 50% 50%;*/
    }

    #comb-list ul li {
        width: 50%;
        flex-basis: 50%;
        max-width: 100%;
    }

}

@media (max-width: 767.8px) {
    .text-after {
        margin-top: 20px;
    }
}

@media (max-width: 575.8px) {
    #comb-list ul {
        /*grid-template-columns: 100%;*/
    }

    #comb-list ul li {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}