.fireprod-header-text {
    text-align: center;
    margin-bottom: 3rem
}

#services,
.fireprod-header {
    padding-block: 3rem
}

.services-header {
    text-align: center;
    margin-bottom: 3rem
}

.services-header h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #0f2b4c;
    margin: 0
}

@media (min-width: 768px) {
    #services,
    .fireprod-header {
        padding-block: 4rem
    }
}

.fireprod-heading,.fireprod-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f2b4c
}

.fireprod-container,.fireprod-header {
    background-color: #f0f4f8
}

.fireprod-container {
    margin: 0 auto
}

.fireprod-section-title {
    line-height: 1.3;
    margin: 0
}

.fireprod-heading {
    margin-bottom: 10px;
    line-height: 1.2;
    padding: 0 10px
}

.fireprod-divider {
    width: 100px;
    height: 4px;
    background-color: #086f6e;
    margin-bottom: 20px;
    display: block
}

.fireprod-description {
    color: #212529;
    margin-bottom: 30px;
    max-width: 600px;
    line-height: 1.6;
    padding: 10px
}

.fireprod-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    padding: 10px
}

.fireprod-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #086f6e;
    color: #fff;
    transition: .3s;
    flex-shrink: 0
}

.fireprod-icon svg {
    stroke: white;
    width: 30px;
    height: 30px
}

.fireprod-icon:hover {
    background-color: #086f6e;
    transform: translateY(-3px)
}

.fireprod-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    gap: 20px;
    margin-bottom: 1rem
}

.fireprod-card,.fireprod-intro {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    border-radius: 4px;
    display: flex
}

.fireprod-intro {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    justify-content: center
}

.fireprod-card {
    position: relative;
    overflow: hidden;
    color: #333;
    flex-direction: column
}

.fireprod-card::before {
    display: none
}

.fireprod-card img {
    width: 100%;
    aspect-ratio: 430 / 350;
    object-fit: cover;
    display: block;
    margin-bottom: 15px
}

.fireprod-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.fireprod-shop-btn {
    align-self: flex-start;
    margin: auto 10px 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background-color: #086f6e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color .3s
}

.fireprod-shop-btn:hover {
    background-color: #043938
}

.fireprod-shop-btn .btn-arrow {
    transition: transform .3s
}

.fireprod-shop-btn:hover .btn-arrow {
    transform: translateX(3px)
}

.fireprod-text {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0 0 15px;
    font-weight: 600;
    color: #2c3e50;
    padding: 0 10px
}

.product-services-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.product-services-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 120px
}

.product-services-container li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #212529;
    position: relative;
    padding: 0 10px
}

@media (min-width: 1025px) {
    .fireprod-grid {
        grid-template-columns:repeat(3,1fr);
        gap: 15px
    }
}

@media (max-width: 992px) {
    .fireprod-container {
        padding:15px
    }

    .fireprod-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 15px
    }

    .fireprod-intro {
        grid-column: 1/-1;
        text-align: center;
        padding: 30px 20px
    }

    .fireprod-heading {
        font-size: 1.3rem
    }

    .fireprod-description {
        max-width: 100%
    }

    .fireprod-icons {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .fireprod-section-title {
        font-size:1.3rem;
        margin-bottom: 40px;
        padding-top: 30px
    }

    .fireprod-container {
        padding: 10px
    }

    .fireprod-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .fireprod-intro {
        grid-column: 1;
        padding: 25px 15px
    }

    .fireprod-heading {
        font-size: 1.2rem
    }

    .fireprod-description {
        font-size: 1rem;
        margin-bottom: 20px
    }

    .fireprod-icons {
        gap: 10px
    }

    .fireprod-icon {
        width: 45px;
        height: 45px
    }

    .fireprod-icon svg {
        width: 25px;
        height: 25px
    }

    .product-services-container {
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width: 480px) {
    .fireprod-container {
        padding:8px
    }

    .fireprod-section-title {
        font-size: 1.2rem;
        margin-bottom: 30px;
        padding-top: 20px
    }

    .fireprod-grid {
        gap: 12px
    }

    .fireprod-intro {
        padding: 20px 15px
    }

    .fireprod-heading {
        font-size: 1.1rem
    }

    .fireprod-description {
        font-size: .9rem
    }

    .fireprod-text {
        font-size: 20px
    }

    .fireprod-card {
        padding: 15px
    }
}
