.article-wrapper {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.article-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.article-category,
.article-date,
.blog-meta {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #FFFFFF;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.meta-divider {
    width: 1px;
    height: 16px;
    background-color: #FFFFFF;
}

.article-image-wrapper {
    padding: 40px 0;
}

.article-header img {
    border-radius: 20px;
}

.article-content {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.blog-image img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.team-media img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

.blog-section {
    padding: 40px 0px;
    background-color: #101010;
}

.blog-post {
    align-items: center;
}

/* .blog-post{
    margin: 0 0 60px 0;
} */
.blog-posts-header {
    border-bottom: 0.5px solid #FFFFFF;
    padding: 40px 0;
    /* 60 to 40 */
}


.blog-posts-header:last-child {
    border-bottom: none;
}

.blog-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 30px 0;
    max-width: 520px;
}

.blog-description {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.blog-post-content table p em{color:#101010 !important;}
.blog-post-content table em, .blog-post-content table span{color:#A6718A;}
.blog-sub-text {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1%;
    color: #FFFFFF;
    text-transform: none;
}

.privacy-description p,
.privacy-description a {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.blog-meta {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.blog-link {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.1px;
    letter-spacing: 4.4px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.blog-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    /* slightly below text */
    width: 0;
    height: 2px;
    background: #A6718A;
    transition: width 0.6s ease-in-out;
}

.blog-default-content a{color: #A6718A !important;}
.blog-link{
    color: #A6718A;
    transform: none;
}
.blog-link:hover {
    color: #A6718A;
    transform: none;

}

.blog-link:hover::after {
    width: 100%;
}

.offer-link {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 15.1px;
    letter-spacing: 4.4px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.offer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    /* slightly below text */
    width: 0;
    height: 2px;
    background: #A6718A;
    transition: width 0.6s ease-in-out;
}

.offer-link:hover {
    color: #A6718A;
    transform: none;
}

.offer-link:hover::after {
    width: 100%;
}

.blog-view-more-wrapper {
    text-align: center;
    padding: 80px 0;
}

.blog-view-more-btn {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 15.1px;
    letter-spacing: 4.4px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    border: 0.5px solid #FFFFFF;
    padding: 14px 36px;
    display: inline-block;
    transition: all 0.4s ease;
}

.blog-view-more-btn:hover {
    background-color: #6E3F58;
    color: #FFFFFF;
}

.blog-view-more-btn:hover::after {
    transform: translateX(6px);
}

/* Blog Inner Page styles */
.Blog-inner-wrapper {
    padding: 60px 0;
}

.blog-list-points {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #FFFFFF;
}

.service-list-info {
    padding: 0 0 20px 0;
}

.blog-list-title {
    max-width: 100%;
    min-height: 70px;
}

.article-list-title {
    padding: 0 0 30px 0;
}

.blog-faq-title {
    max-width: 100%;
}

.repeater-qa-wrapper {
    padding: 30px;
}

.blog-faq {
    margin: 0 0 40px 0;
}

.blog-list-meta {
    margin: 20px 0;
}

.inner-banner-blog ::before {
    background: none;
}

.blog-banner-img {
    display: block;
}

.featured-img {
    display: none;
}


@media (max-width:767px) {

    /* ARTICLE SECTION */

    .article-section {
        padding: 25px 0 0;
    }

    .article-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .article-meta {
        gap: 10px;
        margin-bottom: 15px;
    }

    .article-category,
    .article-date {
        font-size: 14px;
        line-height: 22px;
    }

    .meta-divider {
        height: 14px;
    }

    .article-image-wrapper {
        padding: 20px 0;
    }

    .article-content {
        font-size: 15px;
        margin-bottom: 20px;
    }

    /* BLOG SECTION */

    .blog-section {
        padding: 25px 0;
    }

    .blog-posts-header {
        padding: 25px 0;
    }

    .blog-post {
        display: block;
    }

    .blog-image {
        margin-bottom: 15px;
    }

    /* .blog-image img {
        width: 300px;
        height: 236px;
    } */

    .blog-meta {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .blog-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .blog-description {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .blog-sub-text {
        font-size: 15px;
        line-height: 24px;
    }

    .privacy-description p,
    .privacy-description a {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .blog-link {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .blog-view-more-wrapper {
        padding: 40px 0;
    }

    .blog-view-more-btn {
        font-size: 12px;
        line-height: 14px;
        padding: 8px 16px;
        letter-spacing: 3px;
    }

    /* Blog Inner Page styles */
    .Blog-inner-wrapper {
        padding: 30px 0;
    }

    .blog-list-points {
        font-size: 14px;
        line-height: 22px;
    }

    .meta-inner-page {
        /* padding: 0 0 15px 0; */
        margin-bottom: 0;
    }

    .service-list-info {
        padding: 0 0 15px 0;
    }

    .blog-list-title {
        min-height: auto;
    }

    .article-list-title {
        padding: 0 20px 20px;
        margin: 0;
    }

    .blog-faq-title {
        max-width: 100%;
    }


    .repeater-qa-wrapper {
        padding: 20px;
    }

    .blog-faq {
        margin: 0 0 20px 0;
    }

    .team-member-info {
        padding: 0 0 30px 0;
    }

    .blog-posts-containers .col-md-4:last-child .team-member-info {
        padding-bottom: 0;
    }

    .inner-banner-blog {
        min-height: 0;
    }

    .blog-banner-img {
        display: none;
    }

    .featured-img {
        display: block;
    }
}

@media (min-width:768px) and (max-width:1599px) {

    /* ARTICLE SECTION */

    .article-section {
        padding: 2.43vw 0 0;
    }

    .article-title {
        font-size: 2.08vw;
        margin-bottom: 1.25vw;
    }

    .article-meta {
        gap: 0.97vw;
        margin-bottom: 1.25vw;
    }

    .article-category,
    .article-date {
        font-size: 1.11vw;
        line-height: 1.81vw;
    }

    .article-image-wrapper {
        padding: 1.39vw 0;
    }

    .article-content {
        font-size: 1.1vw;
        line-height: 1.81vw;
        margin-bottom: 1.25vw;
        /* 1.74vw to 0 */
    }

    /* BLOG SECTION */

    .blog-section {
        padding: 2.43vw 0;
    }

    .blog-post {
        align-items: center;
    }

    .blog-posts-header {
        padding: 2.13vw 0;
    }

    /* .blog-image img {
       width: 179px;
       height: 141px;
    } */

    .blog-meta {
        font-size: 1vw;
        line-height: 1.81vw;
        margin-bottom: 1.04vw;
    }

    .blog-title {
        font-size: 1.1vw;
        line-height: 1.6vw;
        margin-bottom: 1.25vw;
    }

    .blog-description {
        font-size: 1.1vw;
        line-height: 1.81vw;
        margin-bottom: 1.25vw;
    }

    .blog-sub-text {
        font-size: 1.1vw;
        line-height: 1.81vw;
    }

    .privacy-description p,
    .privacy-description a {
        font-size: 1.1vw;
        line-height: 1.81vw;
        margin-bottom: 1.25vw;
    }

    .blog-link {
        font-size: 0.891vw;
        letter-spacing: 0.24vw;
    }

    .blog-view-more-wrapper {
        padding: 4.17vw 0;
    }

    .blog-view-more-btn {
        font-size: 0.891vw;
        line-height: 1.11vw;
        padding: 0.63vw 1.25vw;
        letter-spacing: 0.28vw;
    }

    .article-content-wrapper {
        padding: 1.39vw 0;
    }


    /* Blog Inner Page styles */
    .Blog-inner-wrapper {
        padding: 2.78vw 0;
    }

    .blog-list-points {
        font-size: 1.1vw;
        line-height: 1.81vw;
    }

    .meta-inner-page {
        /* padding: 0 0 1.25vw 0; */
        margin-bottom: 0;
    }

    .service-list-info {
        padding: 0 0 1.1vw 0;
    }

    .blog-list-title {
        min-height: 3.25vw;
    }

    .article-list-title {
        padding: 0 0 1.74vw 0;
    }

    .blog-faq-title {
        max-width: 100%;
    }


    .repeater-qa-wrapper {
        padding: 2.08vw;
    }

    .blog-faq {
        margin: 0 0 3.08vw 0;
    }

    .team-member-info {
        padding: 0 0 2.08vw 0;
    }

    .blog-posts-containers .col-md-4.team-member-info {
        padding: 0 20px 0 0;
    }

}

/* Blog Default Content Responsive Styles */
.blog-post-content {
    color: #FFFFFF;
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1%;
}

.blog-post-content img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 20px;
}

.blog-post-content .alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.blog-post-content .alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

.blog-post-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 40px 0 20px 0;
    max-width: 100%;
}

.blog-post-content h1 {
    font-size: 36px;
}

.blog-post-content h2 {
    font-size: 27px;
}

.blog-post-content h3 {
    font-size: 21px;
}

.blog-post-content h4 {
    font-size: 18px;
}

.blog-post-content h5 {
    font-size: 15px;
}

.blog-post-content h6 {
    font-size: 12px;
}

.blog-post-content b,
.blog-post-content strong {
    font-weight: 400 !important;
}

.blog-post-content span {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    background-color: transparent !important;
}

.blog-post-content p {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.blog-post-content iframe,
.blog-post-content object,
.blog-post-content embed {
    max-width: 100%;
    width: 100%;
}

.blog-post-content ul,
.blog-post-content ol {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog-post-content li {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    margin-bottom: 10px;
}

.blog-post-content a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-content a:hover {
    color: #A6718A;
}

.blog-post-content table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.blog-post-content th,
.blog-post-content td {
    padding: 15px 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-post-content th {
    background-color: rgba(166, 113, 138, 0.4);
    font-family: Open Sans;
    font-weight: 400;
    color: #FFFFFF;
}

.blog-post-content td {
    font-family: Open Sans;
    font-weight: 300;
    color: #FFFFFF;
}

.blog-post-content tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {

    .blog-post-content,
    .blog-post-content p,
    .blog-post-content a {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .blog-post-content h1,
    .blog-post-content h2,
    .blog-post-content h3,
    .blog-post-content h4,
    .blog-post-content h5,
    .blog-post-content h6 {
        line-height: 28px;
    }

    .blog-post-content h1 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .blog-post-content h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .blog-post-content h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .blog-post-content h4 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .blog-post-content h5 {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .blog-post-content h6 {
        font-size: 10px;
        margin-bottom: 12px;
    }

    .blog-post-content li {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-post-content .alignleft,
    .blog-post-content .alignright {
        float: none;
        margin: 10px 0;
    }

    .blog-post-content img {
        width: 100%;
    }

    .blog-post-content table {
        display: block;
        overflow-x: auto;
    }

    .blog-post-content th,
    .blog-post-content td {
        font-size: 14px;
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .blog-post-content {
        font-size: 1.1vw;
        line-height: 1.81vw;
    }

    .blog-post-content p {
        margin-bottom: 1.25vw;
        font-size: 1.1vw;
        line-height: 1.81vw;
    }

    .blog-post-content h1,
    .blog-post-content h2,
    .blog-post-content h3,
    .blog-post-content h4,
    .blog-post-content h5,
    .blog-post-content h6 {
        line-height: 1.6vw;
        margin-bottom: 1.25vw;
    }

    .blog-post-content h1 {
        font-size: 2.2vw;
    }

    .blog-post-content h2 {
        font-size: 1.65vw;
    }

    .blog-post-content h3 {
        font-size: 1.29vw;
    }

    .blog-post-content h4 {
        font-size: 1.1vw;
    }

    .blog-post-content h5 {
        font-size: 0.91vw;
    }

    .blog-post-content h6 {
        font-size: 0.74vw;
    }

    .blog-post-content li {
        font-size: 1.1vw;
        line-height: 1.41vw;
    }

    .blog-post-content th,
    .blog-post-content td {
        font-size: 1.1vw;
        padding: 0.83vw 1.04vw;
    }
}