 .content-banner {
     background: #353235;
 }

 .bread-crumbs a {
     display: flex;
     align-items: center;
     gap: 6px;
     margin-bottom: 100px;
     color: #BD837C;
 }

 .writer-share-con {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .share-link-con {
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .share-link {
     display: flex;
     gap: 10px;
 }

 p.writer {
     color: #BD837C;
     font-family: "Epilogue", sans-serif;
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 130%;
 }



 .title-share-btn {
     margin-bottom: 30px;
 }

 .title-share-btn h1 {
    margin-bottom: 60px;
 }

 .share-link-con p {
     color: #BD837C;
 }


 .you-may-also-link-blogs {
     background: url(../../assets/image/blogs/blogs-bg.jpg) center/cover no-repeat;
 }


 .you-may-also-link-blogs .card .btn-btn a,
 .you-may-also-link-blogs .card span {
     color: #BD837C;
 }


 .you-may-also-link-blogs .card h3,
 .you-may-also-link-blogs .card p {
     color: #121212;
 }

 .you-may-also-link-blogs .card .blog-title p {
     height: 100%;
     min-height: 75px;
 }

 .you-may-also-link-blogs .card {
     height: 100%;
     padding: 10px;
 }

 .you-may-also-link-blogs .card .image img {
     height: 100%;
     min-height: 287px;
     overflow: hidden;
 }

 .you-may-also-link-blogs .card .image img {
     transition: all ease .5s;
 }

 .you-may-also-link-blogs .card:hover .image img {
     transform: translate(1.2);
     transition: all ease .5s;
 }


 .you-may-also-link-blogs .card .content {
     padding: 10px;
 }

 .you-may-also-link-blogs .card .content .blog-title {
     border-bottom: 1px solid #acacac;
     padding-bottom: 15px;
 }

 .you-may-also-link-blogs .card .content .blog-title h3 {
     margin-bottom: 16px;
 }

 .you-may-also-link-blogs .card .btn-btn {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-top: 15px;
 }

 .you-may-also-link-blogs .card .btn-btn p {
     color: #2C3A4B;
     font-size: 12px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
 }

 .you-may-also-link-blogs h2 {
     text-align: center;
     margin-bottom: 60px;
 }


 .content-banner .content img {
     max-height: 800px;
 }


 .content-banner .content ol li,
 .content-banner .content ul li {
     color: #D7D4D7;
 }

 .content-banner .content ul:nth-of-type(1) li {
     list-style: auto;
 }

 .content-banner .content ol li,
 .content-banner blockquote ul li {
     list-style: disc;
 }

 blockquote{
     padding: 60px;
     background: url(../../assets/image/blogs/overview-bg.jpg) center/cover no-repeat;
     margin: 60px 0px;
 }

 blockquote h2 {
    margin: 0px 0px 15px 0px !important;
 }

 .content-banner .content ul {
     padding: 0px 20px;
 }

 .content-banner .content p {
     margin-bottom: 30px;
 }

 .content-banner .content h1,
 .content-banner .content h2 {
     margin: 60px 0px 30px 0px;
 }

 .content-banner .content h3 {
    margin-bottom: 15px;
    color: #fff;
 }
 .content-banner .content p a {
     color: #BD837C;
 }


 .share-link-con p {
     margin: 0px !important;
 }


 .share-link-con a img {
     width: 30px;
     height: 30px;
     margin: 0px !important;
     object-fit: contain;
 }

 .you-may-also-link-blogs .card .image img {
     transition: all ease .5s;
 }

 .you-may-also-link-blogs .card .image {
     overflow: hidden;
 }


 .you-may-also-link-blogs .card:hover .image img {
     transform: scale(1.2);
     transition: all ease .5s;
 }

 .you-may-also-link-blogs .card:hover .btn-btn a {
     color: #B34457;
     transition: all ease .5s;
 }


 .you-may-also-link-blogs .card:hover .btn-btn a svg path {
     fill: #B34457;
     transition: all ease .5s;

 }

 .you-may-also-link-blogs .card .btn-btn a svg {
     transition: all ease .5s;
 }

 .you-may-also-link-blogs .card:hover .btn-btn a svg {
     margin-left: 5px;
     transition: all ease .5s;
 }

 .you-may-also-link-blogs .card .blog-title .sub-title p {
     min-height: unset;
     font-size: 12px;
     opacity: 0.3;
 }

 .you-may-also-link-blogs .card .blog-title .sub-title {
     display: flex;
     align-items: center;
     gap: 4px;
     margin-bottom: 12px;
 }

 .you-may-also-link-blogs .card .blog-title .sub-title hr {
     width: 6px;
     height: 1px;
     background: #DEDEDE;
 }

 .you-may-also-link-blogs .card-con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
 }

 @media(max-width: 991px) {
        .you-may-also-link-blogs .row {
            row-gap: 30px;
        }

        .you-may-also-link-blogs .card-con {
            grid-template-columns: repeat(2, 1fr);
         }
 }

 @media(max-width: 767px) {
     .bread-crumbs a {
         margin-bottom: 50px;
     }

     .writer-share-con {
         gap: 30px;
         flex-wrap: wrap;
     }

     .content-banner  blockquote {
         padding: 30px;
     }

     .you-may-also-link-blogs .card-con {
        grid-template-columns: repeat(1, 1fr);
     }
 }