h1 {
    font-size: 72px;
    font-weight: 700;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #d2451e;
    font-family: 'GillSansMTPro-BoldCondensed', sans-serif;
}

.mb-4 {
    margin-bottom: 40px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pt-0 {
    padding-top: 0px !important;
}

/* section {
    margin-bottom: 100px;
} */

.blog-card {
    max-width: 400px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    position: relative;
    z-index: 2;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 8px 8px 7px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 8px 8px 7px -2px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;


}

.blog-card>* {
    z-index: 2;


}

.card-item-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
}

.swiper {
    padding-bottom: 10px;
}


.blog-card::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    background-image: url(../_imgs/_Group_.bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.img-wraper {
    display: flex;
    justify-content: center;
    max-width: 210px;
    max-height: 210px;
    width: 210px;
    height: 210px;
    margin-bottom: 20px;
    border: 5px solid #ffff;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;



}



.head-blog-title {
    color: #ffff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
    width: 100%;
    padding: 0px 40px;
}

.sublink {
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #808080;
    background-color: #f2f2f2;
    border-radius: 24px;
    padding: 5px 15px;
    margin-bottom: 10px;
    max-width: fit-content;


}

.card-item-content a.sublink:last-of-type {
    margin-bottom: 25px;
}

.card-item-content:last-of-type {
    margin-bottom: 40px;

}

.head-blog-title {
    text-align: center;
}

/* 
.sublink:hover,
.more-content-link:hover {
    /* color: #000000 */


.blog-title {
    padding-bottom: 40px;
}

.more-content-link {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: underline;
    color: #ffffff;
    text-decoration: none;
    margin-top: 15px;
}

.btn-wrap {
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #808080;
    border-radius: 24px;
    padding: 5px 15px;
    align-items: center
}

.more-content-wraper {
    display: flex;
    justify-content: end;
}

.heading-h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #d2451e;
}

.wraper-heading {
    padding-top: 50px;
}

.head-blog {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #d2451e;
    width: 100%;
    padding: 0px 40px;
    text-align: center;
}

.head-blog a {
    color: #d2451e;
}

.data-item {

    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #63666a;
    margin-bottom: 25px;
}

.data-item a {
    color: #63666a;
    font-size: 18px;
    font-family: 'GillSansMTPro-Book', sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.data-item a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

.about-data {
    padding-right: 6px;
    margin-right: 3px;
    border-right: 1px solid #63666a;
}

.swiper {
    overflow: visible !important;
}

.read-more-btn {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    color: #009abf;
    text-decoration: none;
    border: 2px solid #49b0cc;
    padding: 10px 30px;
    border-radius: 16px;
    display: flex;
    width: fit-content;
    justify-content: center;
}

.more-content-wraper-mobile {
    display: none;
}

.head-blog {
    margin-bottom: 25px;
}

.card-img-top {
    width: 100%;
    min-height: 250px;
}

.swiper-cat-first .card-img-top{
    min-height: auto;
}

@media screen and (max-width:992px) {
    .more-content-wraper {
        display: none;
    }

    .more-content-wraper-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .heading-h3 {
        text-align: center;
    }
}

a.sublink:hover {
    color: #169bbf;
    text-decoration-color: #169bbf;
}