﻿.product .title {
    color: #38b18a!important;
}
.green-bold {
    color: #38b18a;
    font-weight: 600;
}

.border-2 {
    border: 2px solid #dee2e6 !important
}

.journey {
    border-width: 5px;
    border-color: #38b18a;
}

.blog-title {
    text-align: center;
}

    .blog-title a {
        color: #38b18a;
        font-size:30px;
    }
.read-more{
    align-self:center;
}
.read-more:hover {
    color: #fff !important;
}

.blog-body {
    text-align: center;
    min-height: 250px;
}
.blog-body-full {
    text-align: center;
    min-height: 380px;
}
.owner-about {
    min-height: 500px;
}
.brekerSection {
    border-top:0;
}
    .brekerSection .container{
    max-width:100%;

    }
    .brekerSection .row > * {
        padding-right: 0;
        padding-left: 0;
    }

.process-line {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    position: relative;
}

.process-content {
    margin-left: 20px;
}

    .process-content h5 {
        margin-bottom: 8px;
        font-weight: 600;
        color: #38b18a;
    }

    .process-content p {
        margin-bottom: 0;
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

.step-number {
    min-width: 40px;
    height: 40px;
    background: #38b18a;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}




    @media (max-width: 991px) {
        .blog-body {
        min-height: 220px;
    }

    .blog-body-full {
        min-height: 220px;
    }
}

@media (max-width: 576px) {
    .blog-body {
        min-height: auto;
        padding-bottom: 20px;
    }

    .blog-body-full {
        min-height: auto;
        padding-bottom: 20px;
    }
}


