main section h1,
main section h2,
main section h3,
main section .h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main section h1,
main section h2,
main section h3 {
    margin-bottom: 30px;
}

main section h1 {
    color: #04B03C;
}

main section h2,
main section h3 {
    color: #00833E;
}

main section .h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #D9D9D9;
}

main section a,
main section li,
main section p {
    font-size: 18px;
    font-family: 'Open Sans';
    font-style: normal;
    line-height: 31px;
    color: #fff;
}

main section p.black {
    color: #191718;
}

main section a {
    display: flex;
    padding: 15px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #009B2E;
    background: #009B2E;
    width: max-content;
    transition: .5s;
}

main section a:hover {
    color: #009B2E;
    background: #fff;
}

main section .d-flex-custom {
    display: flex;
}

main section .d-flex-custom>div {
    width: 100%;
}

main section ul {
    margin: 0 0 0 32px;
}

main section .w-100 {
    width: 100%;
}

main section .m-0 {
    margin: 0;
}

main section .mt-40 {
    margin-top: 40px;
}

main section.banner {
    background: url('../images/brands/section.jpg') no-repeat center center;
    background-size: cover;
}

main section.banner img:not(.w-100) {
    margin-bottom: 30px;
}

main section.v_applications {
    background: #191718;
}

main section.v_applications .h4+p {
    margin-bottom: 30px;
}

main section.why_flooring .header_content p {
    max-width: 1185px;
    margin: auto auto 0 !important;
}

main section.why_flooring .d-grid {
    display: grid;
    gap: 30px;
    text-align: center;
}

main section.why_flooring .flooring_card {
    padding: 60px;
    background: #191718;
}

main section.why_flooring .flooring_card svg {
    margin-bottom: 40px;
}

main section.footer_sec {
    background: url('../images/brands/footer.jpg') no-repeat center center;
    background-size: cover;
}

main section.footer_sec .content_box {
    max-width: 1266px;
    margin: auto;
    text-align: center;
}

main section.footer_sec h2 {
    max-width: 879px;
    margin: auto auto 30px;
    color: #fff;
}

main section.footer_sec a {
    color: #009B2E;
    background: #fff;
    margin: 30px auto 0;
}

main section.footer_sec a:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

@media (min-width:1200px) {
    main section {
        padding: 100px 0;
    }

    .wrapper {
        max-width: 1545px;
        margin: auto;
        padding: 0 15px;
    }

    main section h1 {
        font-size: 55px;
    }

    main section h2 {
        font-size: 45px;
    }

    main section h3 {
        font-size: 35px;
    }

    main section a {
        margin: 30px 0 0;
    }

    main section:not(.why_flooring) .text-center {
        text-align: start !important;
    }

    main section .d-flex-custom {
        align-items: center;
        gap: 55px;
    }

    main section .d-flex-custom:not(:last-of-type):not(.ins_list) {
        margin-bottom: 100px;
    }

    main section .d-flex-custom.ins_list {
        margin-bottom: 80px;
    }

    main section .d-flex-custom .image {
        height: 100%;
        object-fit: cover;
    }

    main section .d-flex-custom .image.mobile {
        display: none;
    }

    main section.why_flooring .header_content {
        margin-bottom: 90px;
    }
}


@media only screen and (max-width: 1200px) and (min-width: 768px) {
    main section {
        padding: 70px 30px;
    }

    main section h1 {
        font-size: 50px;
        line-height: 55px;
    }

    main section h2 {
        font-size: 40px;
        line-height: 45px;
    }

    main section h3 {
        font-size: 30px;
        line-height: 35px;
    }

    main section .d-flex-custom:not(:last-of-type) {
        margin-bottom: 75px;
    }

    main section .d-flex-custom.ins_list {
        margin-bottom: 60px;
    }

    main section.why_flooring .header_content {
        margin-bottom: 70px;
    }
}

@media (max-width:1199px) {

    main section h2,
    main section h3 {
        text-align: center;
    }

    main section a {
        margin: 30px auto 0;
    }

    main section .d-flex-custom {
        gap: 30px;
        flex-direction: column;
    }

    main section .d-flex-custom .image:not(.mobile) {
        display: none;
    }

    main section .d-flex-custom .image img {
        margin-bottom: 30px;
    }

    main section.banner {
        text-align: center;
    }
}

@media (min-width:992px) {
    main section.why_flooring .d-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {
    main section {
        padding: 50px 8px;
    }

    main section h1 {
        font-size: 40px;
        line-height: 45px;
    }

    main section h2 {
        font-size: 35px;
        line-height: 40px;
    }

    main section h3 {
        font-size: 25px;
        line-height: 30px;
    }

    main section p a,
    main section p {
        line-height: 24px;
    }

    main section br {
        display: none;
    }

    main section .d-flex-custom:not(:last-of-type) {
        margin-bottom: 50px;
    }

    main section .d-flex-custom.ins_list {
        margin-bottom: 35px;
    }

    main section.why_flooring .header_content {
        margin-bottom: 50px;
    }

    main section.why_flooring .flooring_card {
        padding: 50px 30px;
    }
}