.about-part{
    padding: 130px 0 180px;
    background: url('../images/about-banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.blog-banner{
    background: #fde054;
}
.blog-details-width {
    max-width: 799px;
    padding-bottom: 70px;
    margin: 0 auto;
    text-align: center;
}

.blog-details-text {
    display: inline-block !important;
    margin-top: 44px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 10px 16px;
    border-radius: 30px;
}

.blog-details-width h1 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: none
}


.blog-details-content {
    position: relative;
    margin-top: -72px;
    z-index: 1
}

.blog-details-content span {
    font-family: inherit !important
}

/* .blog-details-main {
    max-width: 800px;
    margin: 0 auto
} */

.blog-details-img {
    width: 100%;
    max-width: 800px;
    background: #ccc
}
.blog-sidebar .class-sidebar-block h6{
    color: inherit;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 15px;
    padding-right: 0;
}
.blog-sidebar .class-sidebar-block figure img {
    flex: 0 0 60px;
    height: 50px;
    width: 60px;
    border-radius: 5px;
    margin-right: 12px;
}

.bg-sky {
    background: rgba(0, 177, 255, .12)
}

.bg-blue {
    background: rgb(178, 214, 236)
}

.blog-details-post {
    padding-top: 54px
}
.blog-details-post ul{
    padding-left: 25px;
    list-style: disc;
    margin-bottom: 30px;
}
.blog-details-post ol{
    padding-left: 25px;
    margin-bottom: 30px;
}
.blog-details-post p {
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 28px;
}

.blog-details-post p a {
    color: #00a2ef
}

.blog-details-post img {
    margin: 30px 0 10px;
    max-width: 100%;
    height: auto !important
}

.blog-details-post h3 {
    color: #595959;
    font-weight: 700;
    text-transform: none;
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 24px
}
.explore {
    margin-bottom: 35px
}
.explore-main {
    background-color: #3777ff;
    padding: 30px;
    border-radius: 10px;
    display: block;
    margin: 0 auto
}
.explore-main-text {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}
.blog-author{
    background: #f4f7ff;
    border-radius: 12px;
    padding: 30px;
}
.blog-author figure img{
    max-width: 100%;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 5px solid #3777ff;
    object-fit: cover;
}
.linkedin-icon{
    background: #0e76a8;
    color: #fff;
    height: 26px;
    width: 26px;
    flex: 0 0 26px;
    border-radius: 4px;
    border: 2px solid #fff;
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 768px){
    .blog-author figure img {
        height: 90px;
        width: 90px;
        border: 3px solid #3777ff;
    }
}
@media (max-width: 576px){
    .blog-details-width h1 {
        font-size: 24px;
        line-height: 1.3;
    }
    .blog-details-text {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .explore-main {
        padding: 28px 30px 28px 30px;
        width: 100%;
        border-radius: 13px;
    }
}
/* @media (max-width: 480px){
    .about-personalize {
        padding: 70px 0;
    }
    .team-member-text{
        padding: 15px 13px;
    }
    .team-member-text h4 {
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .team-member-text p {
        font-size: 13px;
    }
    .team {
        padding: 65px 0 0px;
    }
} */