﻿.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;
}
@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;
    }
}