.single-blog {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.preview-blog.right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
}

.preview-blog .breadcrumb-wrap {
    margin-bottom: 30px;
}

.preview-blog .breadcrumb-wrap .breadcrumb {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
}

aside.right-side-bar, .widget-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
    padding: 1rem;
    width: 300px;
}

aside .title, .widget-area .wp-block-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
}

aside .article-wrapper, .widget-area section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
}

aside .article, .widget-area ul {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.widget-area ul li {
    margin-bottom: 20px;
}

aside .article > .img-wrapper, .widget-area .wp-block-latest-posts__featured-image {
    display: flex;
    justify-content: center;
    align-self: center;
    height: auto;
    border-radius: 10px;
    margin-right: 1rem;
}
.widget-area ul li img{
    border-radius: 10px;
}
h1.article-title, .widget-area .wp-block-latest-posts__post-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

span.published-date, .widget-area time {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}

.tag-wrapper, .widget_tag_cloud {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: center;
    width: 100%;
}

.tag-wrapper .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.tag-wrapper a, .widget_tag_cloud a {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px;
    color: #fff;
    margin: 0 auto;
}

.tag-button-wrap, .widget_tag_cloud {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
}

.tag-button-wrap, .widget_tag_cloud p {
    display: flex;
}

.tag-button-wrap .card-row {
    margin: 0;
}

.tag-button, .widget_tag_cloud a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #AE4F7F;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 5px;
}

a {
    padding: 0;
}

a:active,
a:focus {
    color: #AE4F7F;
}

.our-blog .section-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
}

.our-blog .section-heading .title {
    font-weight: 800;
    font-size: 40.5255px;
    line-height: 49px;
    text-align: center;
    text-transform: capitalize;
    color: #AE4F7F;
}

.our-blog .section-heading .subtitle {
    font-weight: 400;
    font-size: 14.7365px;
    line-height: 32px;
    text-align: center;
    color: #5A5A5A;
}

.img-wrapper {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
}

.meta-wrap {
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    margin-bottom: 20px;
}

.meta-wrap .category {
    font-weight: 700;
    font-size: 9.59415px;
    line-height: 150%;
    text-transform: uppercase;
    color: #AE4F7F;
    margin-right: .5rem;
    margin-bottom: 0;
}

.meta-wrap .published-date {
    font-weight: 400;
    font-size: 9.59415px;
    line-height: 150%;
    color: #77808B;
}

.preview-blog .img-wrapper img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.contain-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.img-wrapper.right-side {
    margin-right: 2.5rem;
}

.call-to-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 35px;
}

.blog-section .left-side {
    margin-left: 3rem;
}

.call-to-action h1.title {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #AE4F7F;
    margin-bottom: 20px;
}

.call-to-action .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.call-to-action .subtitle.name {
    font-weight: 600;
    font-size: 17.2073px;
    line-height: 21px;
    color: #AE4F7F;
}

.subtitle.name strong {
    font-weight: 900;
}

.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin-bottom: 40px;
}

.description p {
    margin: 5px auto 35px auto;
    line-height: 28px;
}


/* 
*-------------------
* pagination Style
*------------------
*/
.nav-md {
    justify-content: start;
}

/*
*-------------------
* /pagination Style
*------------------
*/


@media all and (max-width: 800px) {

    .contain-wrapper {
        flex-direction: column;
    }

    .img-wrapper img {
        width: 100%;
        height: auto;
    }

    .blog-section .left-side {
        margin-top: 2rem;
        margin-left: 0;
    }

    .call-to-action .readmore {
        margin-top: 0;
    }

}

@media all and (max-width: 460px) {
    .singleblog-section {
        padding-bottom: 10px;
    }

    .single-blog {
        flex-direction: column;
    }

    aside.right-side-bar {
        padding: 0;
    }

    .card-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .disability-service-section .contain-wrapper {
        flex-direction: column-reverse;
    }

    .team-card,
    .card {
        margin-bottom: 30px;
    }

    .message-section .img-wrapper,
    .about-section .call-to-action {
        margin-bottom: 30px;
    }

    .skill {
        flex-direction: column;
    }
}