    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background: #F8F8F8;
        font-size: 16px !important;
        line-height: 1.6em !important;
        font-family: 'Noto Sans', sans-serif !important;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.2em!important;
    }

    /* ==TopBar== */
    
    .top-bar { 
        height: 100%;
        min-height: 60px;
        background: #000;
        padding-top: 10px;
    }
    
    .top-bar .innerBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .topleft {
        width: 80%; 
        padding-left: 14rem;
    }
    
    .topleft .topLft-in {
        display: flex;
        justify-content: space-between; 
        height: 60px;
        align-items: center;
    }
    
    .topRight {
        width: 20%;
        background: #add136;
        clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
        height: 60px;
        padding-left: 3rem;
        display: flex;
    }
    
    .top-bar .innerBar .topMail {
        color: #fff;
        display: flex;
        align-items: center;
    }
    
    .top-bar .innerBar .topMail .top-icon {
        color: #add136;
        margin-right: 10px;
        font-size: 1.1rem;
    }
    
    .topPhone-icon {
        color: #fff;
        margin-right: 1rem;
    }
    
    .social-link>a {
        color: #fff;
        font-size: 1.1rem;
        margin-right: 20px;
        text-decoration: none;
        transition: all .5s;
    }
    
    .social-link>a:hover {
        color: #add136;
        text-shadow: 0px 0px 20px #add136;
    }
    /* --Header--- */
    
    header { 
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999;
        border-bottom: 1px solid #add136;
    }
    
    .logo img{
        width: 100%;
        max-width: 186px;
        max-height: 55px;
    }
    
    .header nav a.nav-link {
        font-size: 1rem;
        margin-right: 0;
        color: #000;
        padding-top:0;
        padding-bottom:0;
    }
.header li:last-child {
    margin-left:1rem
}
    .header nav a.nav-link:hover {
        color: #add136;
    }
    .header nav a.nav-link.active {
        color: #add136;
    }
    
    .header nav ul li .search {
        border-left: 1px solid gainsboro;
        padding-left: 2rem;
        font-size: 1.5rem;
    }
    /* --Banner-- */

.banner-sec {
    /*background-image: url(../image/banner-bg.png);*/
    /*background-image: url(../image/banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 700px;*/
    min-height: 600px;
    background-image: url(../image/banner-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 20%;
    position:relative;
}

    
    .inner-banner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .content-left {
        width: 65%;
        padding: 0 11rem 0 0;
    }
    
    .content-left>h1 {
        color: #fff;
        font-size: 4rem;
        line-height: 5rem;
        margin-bottom: 3rem;
    }
    
    .content-left>p {
        color: #dbdbdb;
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: 300;
    }
    
    .banner-overlay {
        position: absolute;
        /*background: linear-gradient(30deg, #00000078, #0000003b);*/
        top: 0;
        height: 100%;
        width: 100%;
        display:flex;
        align-items:center;
    }
    
    .readMore {
        color: #fff;
        background: #3B3E45;
        border-radius: 0;
        padding: 10px 2rem;
        box-shadow: 0px 6px 20px black;
        margin-top: 3rem;
        font-weight: 500;
    }
    
    .content-left .readMore:hover {
        background: #add136 ;
        color: #000; 
    }
    
    /*.banner-overlay>.container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }*/
    
    .content-right {
        width: 35%; 
        background: #0f0e0da8;
    }
    
    .square-box {
        padding: 2rem;
        background: #000000eb;
        margin: 2rem;
        color: #fff;
    }
    
    .content-right .square-box>p {
        font-size: 1.5rem; 
    }
    
    .content-right .square-box>span {
        color: #7a7a7a;
        letter-spacing: 2px;
    }
    
    .content-right .square-box .coll {
        text-align: center;
    }
    
    .content-right .square-box .coll2 {
        border-right: 1px solid gainsboro;
        border-left: 1px solid gainsboro;
    }
    
    .content-right .square-box .coll>h3 {
        color: #add136;
        font-size: 2rem;
    }
    
    .content-right .square-box .contact-btn {
        background: #add136;
        border-radius: 0;
        color: #000;
        padding: 8px 1.5rem;
        font-weight: 500;
    }
    
    .checkList-sec {
        margin-top: 5rem;
        position: relative;
        margin-bottom: 9rem;
    }
    
    .checkList-sec .title-box {
        text-align: center;
    }
    
    .checkList-sec .title-box>h2 {
        font-size: 3.5rem;
        font-weight: bold;
    }
    
    .checkList-sec .title-box>.grn-clr {
        color: #add136;
        font-weight: 500;
        margin: 2rem 0;
        display: block;
        font-size: 20px;
    }
    
    .checkList-sec .title-box>p {
        color: #7a7a7a;
        line-height: 34px;
    }
    
    .list-sec {
        margin-top: 4rem;
    }
    
    .list-sec .list-card .listCard-img {
        border: 8px solid #fff;
        box-shadow: 0px 6px 20px #c6c6c6ad;
        overflow: hidden;
        outline: 1px solid #add136;
    }
    
    .list-sec .list-card .listCard-img img {
        transition: all .6s;
    }
    
    .listCard-img:hover img {
        transform: scale(1.1);
    }
    
    .list-sec .list-card .description {
        background: #fff;
        padding: 1rem;
        position: relative;
        top: -60px;
        z-index: 99;
        margin: 0 1rem;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        border-radius: 0 0 8px 7px;    
    }
    .list-sec .list-card .description h3 {
        font-size: 1.2rem;
    }
    .list-sec .list-card .description p {
        color: #7a7a7a;
        letter-spacing: 1px;
        font-size: .9rem;
    }
    
    .curve-shape {
        position: absolute;
        bottom: -143px;
        right: 0;
        width: 23%;
    }
    /* --Pricing-- */
    
    .pricing-sec {
        background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 82%)), url(../image/pricing-banner.png);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        min-height: 650px;
        background-attachment: fixed;
    }
    
    .pricing-sec .inner-pricing {
        width: 60%;
        border: 2px solid #add136;
        padding: 1rem;
    }
    
    .pricing-sec .inner-pricing .pricing-content {
        background: #000000c9;
        padding: 4rem 3rem;
        text-align: center;
    }
    
    .pricing-sec .inner-pricing .pricing-content h2 {
        font-size: 2.5rem;
        color: #add136;
        margin-bottom: 2rem;
    }
    
    .pricing-sec .inner-pricing .pricing-content p {
        color: #7a7a7a;
    }
    /* --FAQ-- */
    
    .faq-sec {
        margin-top: 6rem;
    }
    
    .faq-sec .faq-left {
        padding: 0 2rem;
        position: sticky;
        top: 100px;
        width: 100%;
    }
    
    .faq-sec .faq-right>h2 {
        font-size: 3rem;
        position: relative;
        display: inline-block;
    }
    
    .faq-sec .faq-right>h2:after {
        content: "";
        width: 42px;
        height: 4px;
        background: #000;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
    
    .faq-sec .faq-right>h2:before {
        content: "";
        width: 50px;
        height: 4px;
        background: #add136;
        position: absolute;
        bottom: -10px;
        right: 3px;
    }
    
    .faq-sec .faq-right .quiz-box {
        margin-top: 4rem;
    }
    
    .faq-sec .faq-right .quiz-box>h5 {
        font-size: 1.7rem;
        font-weight: 400;
        color: #000;
    }
    
    .faq-sec .faq-right .quiz-box>p {
        color: #7a7a7a;
        margin-bottom: 2rem;
    }
    
    .faq-sec .faq-right .quiz-box hr {
        margin: 2rem 0;
    }
    
    .faq-sec .faq-right .quiz-box .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        text-align: left;
        background-color: transparent !important;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        color: #000 !important;
        box-shadow: none !important;
        margin-bottom: 2px;
    }
    
    .faq-sec .faq-right .quiz-box .accordion-item {
        border: none;
        background: none;
    }
    
    .faq-sec .faq-right .quiz-box .accordion-body {
        padding: 0;
    }
    
    .faq-sec .faq-right .quiz-box .accordion .accordion-item .accordion-button h5 {
        font-size: 1.7rem;
        font-weight: 400;
        color: #000;
    }
    
    .faq-sec .faq-right .quiz-box .accordion .accordion-item .accordion-body p {
        color: #7a7a7a;
    }
    
    .faq-sec .faq-right .quiz-box .accordion .accordion-item .accordion-body ul {
        padding: 0;
        list-style: none;
        color: #7a7a7a;
    }
    
    .faq-sec .faq-right .quiz-box .accordion .accordion-item .accordion-body ul li {
        margin-bottom: 1rem;
        font-size: 18px;
    }
    /* --jointUnity-sec-- */
    
    .jointUnity-sec {
        margin-top: 6rem;
    }
    
    .unityRight {
        padding: 9rem 4rem;
        background: #000000eb;
        height: 100%;
    }
    
    .jointUnity-sec h2 {
        font-size: 3rem;
        position: relative;
        display: inline-block;
        color: #fff;
        margin-bottom: 6rem;
    }
    
    .jointUnity-sec h2::after {
        content: "";
        width: 14%;
        height: 7px;
        background: rgb(255, 255, 255);
        position: absolute;
        bottom: -20px;
        left: 0;
    }
    
    .jointUnity-sec h2::before {
        content: "";
        width: 14%;
        height: 7px;
        background: #add136;
        position: absolute;
        bottom: -20px;
        left: 82px;
    }
    
    .jointUnity-sec .unityRight p {
        line-height: 40px;
        color: #a8a8a8;
    }
    .unityLeft {
        height: 100%;
    }
    .unityLeft  img {
        height: 100%;
    }
    /* payemwent section */
    
    .paymetSection {
        padding: 5rem 0;
        text-align: center;
    }
    .paymetSection .paymentTitle{
        font-size: 2.1rem;
        position: relative;
        top: -140px;
    } 
    .paymetSection {
        background: url(../image/map.png);
        background-size: inherit;
        background-position-y: inherit;
        background-position-x: center;
        background-repeat: no-repeat;
        width: 100%;
        margin-top: 120px;
    }
    .paymetSection .payMentInner .methodWay {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }
    
    /* --Footer-- */
    
    .footer-sec {
        position: relative;
    }
    
    .footer-header {
        background: #add136;
        padding: 2rem;
    }
    
    .footer-header .footer-ul {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    
    .footer-header .footer-ul li a {
        color: #fff;
        font-size: 1.2rem;
    }
    
    .footer-body {
        background: #000;
        padding: 6rem 0;
    }
    
    .footer-sec .foot-col1 h4 {
        color: #9D9D9D;
    }
    
    .footer-body .foot-col1 .foot-list {
        padding: 0;
        list-style: none;
        font-size: 1.4rem;
    }
    
    .footer-body .foot-col1 .foot-list li {
        margin-top: 1rem; 
        font-size: 1.2rem;
    }
    
    .footer-body .foot-col1 .foot-list li:nth-child(1) {
        color: #9D9D9D;
    }
    
    .footer-body .foot-col1 .foot-list li:nth-child(2) {
        color: #add136;
    }
    
    .footer-body .foot-col2 .useful-links {
        padding: 0;
        list-style: none;
        font-size: 1.2rem;
    }
    
    .footer-body .foot-col2 .useful-links li {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    
    .footer-body .foot-col2 .useful-links li a {
        color: #9D9D9D;
    }
    
    .footer-body .foot-col2 .useful-links li a:hover {
        color: #add136;
    }
    
    .footer-body .foot-col1 {
        text-align: center;
    }
     
    
    .socialLink a {
        font-size: 1.4rem;
        color: #add136;
        transition: all .6s;
    }
    
    .socialLink a:hover {
        color: #fff;
        text-shadow: 0px 0px 20px #fff;
    }
    .footer-logo a img {
        width: 100%;
        max-width: 240px;
    }
    .socialLink a {
        margin-right: 20px;
    }

.logo-loader {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 999999;
    bottom: 0;
}

.logo-loader-pulse {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0px 0px 1px 1px #0000001a;
    box-shadow: 0px 0px 1px 1px #0000001a;
    background-color: #27292e;
}

.logo-loader .logo-loader-pulse img {
    width: 70%;
}

.pulse {
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
    }

    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
    }

    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

    /* loader */
    .loader {
        position: fixed;
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #00000091;
        z-index: 999999;
    }
    .spinner {
        position: relative;
        width: 20.2px;
        height: 20.2px;
     }
     
     .spinner div {
        animation: spinner-4t3wzl 1.5s infinite backwards;
        background-color: #add136;
        border-radius: 50%;
        height: 100%;
        position: absolute;
        width: 100%;
     }
     
     .spinner div:nth-child(1) {
        animation-delay: 0.12s;
        background-color: rgba(173,209,54,0.9);
     }
     
     .spinner div:nth-child(2) {
        animation-delay: 0.24s;
        background-color: rgba(173,209,54,0.8);
     }
     
     .spinner div:nth-child(3) {
        animation-delay: 0.36000000000000004s;
        background-color: rgba(173,209,54,0.7);
     }
     
     .spinner div:nth-child(4) {
        animation-delay: 0.48s;
        background-color: rgba(173,209,54,0.6);
     }
     
     .spinner div:nth-child(5) {
        animation-delay: 0.6000000000000001s;
        background-color: rgba(173,209,54,0.5);
     }
     .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
     }
     @keyframes spinner-4t3wzl {
        0% {
           transform: rotate(0deg) translateY(-200%);
        }
     
        60%, 100% {
           transform: rotate(360deg) translateY(-200%);
        }
     }
     @keyframes fadeOut {
        0% {opacity: 1;}
        100% {opacity: 0;} 
     }

.header nav a.nav-link{
    cursor:pointer;
    user-select:none;
}
.navigation li.nav-item.dropdown:hover .dropdown-menu{
    display:block;
}

.hierarchy-sec{
    padding:70px 0 100px;
    float:left;
    width:100%;
}
.hirachyitems{
    width:800px;
    margin:0 auto;
}
.hierachy-item {
    width: 200px;
    height: 200px;
    background: #ff0000;
    border-radius: 50%;
    margin: 100px auto 0;
    position: relative;
    transition:all .3s ease;
    border:5px solid transparent;
}
.hierachy-item:hover{
    border-color: #add136;
    border-width: 0.8rem;
}
    .hierachy-item.item1 {
        margin-top: 0;
        background: url(../image/IndependentContractorHomePage.jpg) no-repeat center center;
        background-size: cover;
    }
    .hierachy-item.item2 {
        background: url(../image/HomeOwnerHomePage.jpg) no-repeat center center;
        background-size: cover;
    }
    .hierachy-item.item3  {
        background: url(../image/SubContarctorHomePage.jpg) no-repeat center center;
        background-size: cover;
    }
    .hierachy-item.item4 {
        background: url(../image/ContractorImageHomePage.jpg) no-repeat center center;
        background-size: cover;
    }
    .hierachy-item p {
        position: absolute;
        font-size: 20px;
        margin: 0;
        text-align: center;
    }
.hierachy-item.item1 p{
    top:-30px;
    left:0;
    right:0;
}

.hierachy-item.item2 p, .hierachy-item.item3 p, .hierachy-item.item4 p{
    bottom:-30px;
    left:0;
    right:0;
}
.hierachy-item.item4 p{
    bottom:-70px;
}
.hierachy-item.item1 .arrow1{
    position:absolute;
    width:1px;
    height:80px;
    bottom:-95px;
    left:50%;
    background:#5c5c5c;
}
.hierachy-item .arrowfont:before{
    position:absolute;
    content: '\f106';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: -10px;
    left: -6.5px;
    color: #5c5c5c;
}
.hierachy-item .arrowfont:after{
    position:absolute;
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    bottom: -10px;
    left: -6.5px;
    color: #5c5c5c;
}
.hierachy-item.item1 .arrow2{
    position: absolute;
    width: 1px;
    height: 290px;
    bottom: -246px;
    transform: rotate(-45deg);
    right: -60px;
    background: #5c5c5c;
}
.hierachy-item.item1 .arrow3{
    position: absolute;
    width: 1px;
    height: 290px;
    bottom: -246px;
    transform: rotate(45deg);
    left: -60px;
    background: #5c5c5c;
}
.hierachy-item.item3{
    float:left;
    margin-top:-100px;
}
.hierachy-item.item2 .arrow2{
    position: absolute;
    width: 1px;
    height: 95px;
    bottom: 0px;
    transform: rotate(-65deg) translateY(-4px);
    right: -60px;
    background: #5c5c5c;
}
.hierachy-item.item2 .arrow3{
    position: absolute;
    width: 1px;
    height: 95px;
    bottom: 0px;
    transform: rotate(65deg) translateY(-4px);
    left: -60px;
    background: #5c5c5c;
}
.hierachy-item.item4 {
    float: right;
    margin-top:-100px;
}
.hierachy-item.item3 .arrow1{
    position:absolute;
    width:390px;
    height:1px;
    right:-400px;
    top:70%;
    background:#5c5c5c;
}
.hierachy-item .arrowfont2:before{
    position:absolute;
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 0px;
    left: -1px;
    color: #5c5c5c;
    transform: translateY(-11.5px);
}
.hierachy-item .arrowfont2:after{
    position:absolute;
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 0px;
    right:-1px;
    color: #5c5c5c;
    transform: translateY(-11.5px);
}

.HomeContentsRead {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    
}

.unityLeft #showcase-video-1{
    margin-bottom:-8px;
}
.unityRight {
    padding: 20px;
}
.unityRight h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
}
.jointUnity-sec .unityRight h2::before, .jointUnity-sec .unityRight h2::after {
    height: 5px;
    bottom: -12px;
}
.jointUnity-sec .unityRight p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.jointUnity-sec{
    margin-top:0;
}
.mainbodysec{
    padding:30px 0;
    min-height: calc(100vh - 428px);
}
/*
    new css
*/

.navcstm h2 {
    width: auto;
    text-align: right;
}

section {
    padding: 50px 15px;
}

section .row {
    padding: 30px 0px;
}

section .row:last-child .col:last-child {
    margin-bottom: 0px;
}

.icon {
    font-size: 28px;
    background: #b8e71f;
    width: 64px;
    height: 64px;
    display: grid;
    place-content: center;
    border-radius: 500px;
    color: initial;
}

ol, ul {
    padding-left: 1.2em;
}

ul.icon-list li {
    margin-bottom: 0.6em;
}

ul.icon-list li:last-child {
    margin-bottom: 0px;
}

.no-list-style {
    list-style: none;
    padding-left: 0px;
}

.icon-list .sm-icon {
    display: flex;
    gap: 0.7em;
}

.sm-icon i {
    width: 36px;
    height: 36px;
    display: grid;
    place-content: center;
    border-radius: 500px;
    color: #2f2f2f;
}

.grn i {
    background-color: #B8F706;
}

.ylw i {
    background-color: #E7E343;
}

.red i {
    background-color: #EB2222;
}

.icon-list span {
    margin-top: 0.3em;
}

.desktop-only {
    display: block!important;
}

.mobile-only {
    display: none!important;
}

#cards .blurb {
    text-align: center;
}

#cards i {
    font-size: 36px;
    color: #1681e5;
}

.blue-list {
    padding: 50px;
    color: #ffffff;
}

#blue-list ul {
    column-count: 2;
    gap: 50px;
    margin: 0px;
}

button {
    padding: 0.4em 1.6em;
    border: none;
    background-color: #b8e71f;
    color: #2f2f2f;
    transition: 250ms;
    border-radius: 5px;
}

button:hover {
    background-color: #91bd00;
}

.card-wrapper {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 7px;
    border: 1px solid #000000;
    height: 100%;
}

.card-wrapper h3 {
    margin-top: 0px;
}

.card-wrapper ul {
    margin-bottom: 0px;
}

.card-meta {
    margin-top: 1em;
}

.promo-price {
    font-weight: bold;
    font-size: 52px;
    margin: 0px;
}

.disclaimer {
    font-size: 14px;
    font-style: italic;
}

span.best {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    background-color: #b8e71f;
    padding: 0px 0.7em;
    border-radius: 0.2em;
    vertical-align: top;
    margin-right: 1em;
    box-shadow: 0px 0px 1em #b8e71f;
    position: relative;
    top: 0.3em;
}


@media only screen and (max-width: 1024px) {
    section .row {
        flex-direction: column;
        padding: 0px;
    }

    section .col {
        margin-bottom: 1.6em;
    }

    #about h2 {
        text-align: center;
    }

    #about .img-wrapper {
        text-align: center;
    }

    #about img {
        width: 200px;
    }

    .desktop-only {
        display: none!important;
    }

    .mobile-only {
        display: block!important;
    }

    .blue-list {
        padding: 25px;
    }

    #blue-list ul {
        column-count: initial;
        gap: initial;
    }

    #blue-list img {
        width: 100%;
    }

    .card-meta {
        font-size: 14px;
    }
}