.blog-card-xl {
    display: flex;
    flex-direction: row;
    padding: 24px;
    background-color: #fff;
    width: 746px;
    height: 320px;
    border-radius: 38px;
    filter: drop-shadow(0px 4px 12px #00000030);
}

.blog-card-title-xl {
    display: flex;
    flex: row;
}

.blog-card-l {
    padding-bottom: 36px;
    width: 536px;
    height: 240px;
    justify-content: space-between;
}

.blog-card-l,
.blog-card-m {
    border-radius: 16px;
    background-color: #ffff;
    cursor: pointer;
}

.blog-card-title-l,
.blog-card-title-m {
    display: flex;
}

.blog-card-title-l {
    height: 100%;
}

.blog-card__title {
    font-size: 16px;
    color: #040345;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: .3s;
}
.blog-card__title:hover{
    color: #1dbab5;
}

.m-card-title {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 8px;
}

.l-card-title {
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 8px;
}


/* -----Blog Card Large----- */

.l-card-title h2 {
    line-height: 1.6 !important;
}

.l-blog-image {
    width: 240px;
    height: 240px;
    border: none;
}

.card-title-mobile {
    display: none;
}


/* -----Blog Card medium */

.blog-card-m {
    width: 248px;
    height: 240px;
}

.m-card-title {
    gap: 8px;
}

.m-blog-image {
    width: 100%;
    height: 100%;
    border: none;
}

.go-to-detail {
    cursor: pointer;
}

.blog-card-l:hover .go-to-detail,
.blog-card-m:hover .go-to-detail {
    text-decoration: underline;
}

.blog-side__menu {
    padding: 34px;
    margin-right: 48px;
    background-color: #fff;
    width: 312px;
    border-radius: 38px;
    filter: drop-shadow(0px 4px 12px #00000030);
}

.blog-side__menu-items {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-side_menu-item-cover {
    display: flex;
    padding-bottom: 8px;
    cursor: pointer;
    border-bottom: 1px solid #00000030;
}

.blog-side_menu-item-cover:last-child {
    border-bottom: none;
}

.blog-side__menu-item {
    width: 100%;
    font-size: 15px;
    color: #a5a5a5;
    font-family: helvetica neue;
    font-weight: 500;
    color: rgba(4,3,69,.5);
    transition: .4s cubic-bezier(.29,.13,.27,.74);
}

.blog-side_menu-item-cover:hover .blog-side__menu-item {
    margin-left: 5px;
    color: #040345;
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.blog-side_menu-item-cover:hover > .blog-side__menu-item > span > .icon-blg-left-right-svg{
    display: inherit;
}
.blog-side_menu-item-cover:hover > .blog-side__menu-item > span > .icon-blg-left-def{
    display: none;
}

.blog-side__menu-total {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.xl-card-title {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.xl-blog-image {
    width: 274px;
    height: 274px;
    border-radius: 24px;
    margin-right: 32px;
    cursor: pointer;
}

.blog-card-xl__branch{
    margin-bottom: 16px;
    margin-top: 16px;
    

}

.blog-card-xl__branch > a {
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 13px;
    cursor: pointer;
    background-color: rgba(29,186,181,.1);
    color: #1dbab5;
    font-weight: 500;
    font-family: helvetica neue;
}
.blog-card-xl__branch > a:hover {
    background-color: rgba(29,186,181,.2);
}

.blog-card-xl__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.blog-card-xl__desc {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(4,3,69,.5);
    font-family: helvetica neue;
    font-style: normal;
}

.blog-card-xl__card-info {
    margin-top: 24px!important;
    gap: 16px;
}

.blog-card-xl__author {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.blog-card-xl__author-logo {
    width: 36px;
    height: 36px;
}
.blog-card-xl__author-logo > img {
    border-radius:50%;
}
.blog-card-xl__author > div {
    color: #040345!important;
    font-weight: 600;
    font-size: 15px;
    transition: .3s;
}
.blog-card-xl__author > div:hover {
    color: #1dbab5!important;
}

.blog-card-xl__author-h-3 {
    color: #040345!important;
    font-weight: 600;
    font-size: 15px;
    transition: .3s;
}
.blog-card-xl__author-h-3:hover {
    color: #1dbab5!important;
}

.blog-card-xl__date {
    font-family: helvetica neue;
    font-weight: 400;
    color: rgba(4,3,69,.35);
    font-size: 13px;
}


/* -----Blog Card Mobile----- */

@media (max-width: 1186px) {
    .blog-card-xl {
        padding: 24px;
        width: 690px;
        height: 308px;
    }
    .xl-blog-image {
        width: 230px;
        height: 238px;
    }
}

@media (max-width: 999px) {
    .blog-card-xl {
        padding: 24px;
        width: 690px;
        height: 328px;
    }
    .xl-blog-image {
        width: 230px;
        height: 232px;
    }
}

@media (max-width: 580px) {
    .blog-card-title-xl {
        display: column;
    }
    .xl-blog-image {
       /* width: 260px; */
        width: 100%;
        height: 100%;
        margin-left:0px!important ;
    }
    .blog-card-l,
    .blog-card-m {
        width: 100%;
        height: 100px;
    }
    .blog-card-l {
        justify-content: start;
    }
    .blog-card-m {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
    }
    .blog-card-title-l,
    .blog-card-title-m {
        display: none;
    }
    .l-blog-image,
    .m-blog-image {
        margin-top: 18px;
        margin-bottom: 18px;
        margin-left: 12px;
        width: 64px;
        height: 64px;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
    }
    .card-title-mobile {
        padding: 16px;
        padding-left: 12px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .blog-card-l {
        padding-bottom: 0px;
    }
    .blog-card__title {
        font-size: 16px;
        font-weight: 700;
    }
}

@media (max-width: 580px) {
    .blog-card-xl {
        width: 100%;
        height: 100%;
    }
    .blog-card-title-xl {
        flex-direction: column;
    }
}