.img-cntt-col-5 img {
    width: 90%;
    margin-bottom: 30px;
 }

 #footer{
    padding-top: 40px;
 }
 .img-cntt-col-5{
    width: 50%;
 }
 .img-cntt-col-10 {
    margin: auto;
    margin-bottom: 40px;
 }
 .image-container02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 40px;
    padding-top: 40px;
    border-radius: 3px;
 }
 .img-cntt-col-10 img {
    width: 100%;
 }
 .image-container02 img {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
 }
 #header02{
    background-color: #ece8e0;
 }
 #header02 img{
    width: 65%;
    margin: auto;
 }

 .image-container {
       display: flex;
       flex-wrap: wrap;
       margin-top: 35px;
       margin-bottom: 40px;
       background-color: #1b9f9c1f;
       padding-top: 40px;
       border-radius: 3px;
    }
    .journalist-reports span {
       color: #1b9f9c;
       font-weight: 500;
    }
    .head-reports {
       color: #333333 !important;
       text-align: left;
       margin-bottom: 31px;
       font-weight: 500;
    }
    .journalist-reports {
    margin-top: 14px;
    margin-bottom: 55px;
    font-size: 18px;
    font-weight: 500 !important;
    color: #747474;
    text-align: left;
 }
 h3{
    font-size: 23px;
    font-weight: 600;
    color: #49443e;
    margin-bottom: 35px;
    margin-top: 60px;
    text-align: left;
 }

 .cards-container {
    /* background: linear-gradient(to right, #8e9eab, #eef2f3); */
    height: auto;
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
}

a:not(.btn) {
    color: #1b9f9c;
    font-weight: 500;
}

.card-col {
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: var(--color-text);
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    width: 30%;
}
.card-head-image {
    position: relative;
}
.card-col img {
    width: 100%;
}

.catog {
    background-color: #61ce70;
    color: white;
    position: absolute;
    border-radius: 11px;
    top: 12px;
    right: 10px;
    padding: 4px 17px;
}

.card-cont {
    min-height: 150px;
}
.card-cont h3 {
    margin-top: 25px;
    font-size: 23px;
    line-height: 31px;
    font-weight: 500;
    padding: 15px 10px;
    color: #616161;
}
.card-cont p {
    color: #61ce70;
    padding-right: 10px;
}
.card-date {
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    color: #adadad;
    font-size: 14px;
    text-align: left;
}






@media (max-width: 520px) {
    .img-cntt-col-5{
        width: 100%;
    }
}