.content_wrapper {
    padding: 70px 40px;
}

.content_wrapper ul li {
    list-style: circle;
    color: #fff;
    margin-bottom: 10px;
}

.Molecule_Today_img_wrapper {
    height: 500px;
    overflow: hidden;
    width: 100%;
    transition: .4s all;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.Molecule_Today_img_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.Molecule_Today_img_wrapper:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
}

/*----------------------------------------*/
/*  7.4 Counter Css
/*----------------------------------------*/


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.tp-counter-item {
    position: relative;
    background-color: rgb(252, 252, 252);
    padding: 40px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-counter-item:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 8, 21, 0.1);
}

.tp-counter-item-icon {
    margin-bottom: 15px;
    height: 100px;
    width: 100%;
}

.tp-counter-item-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.tp-counter-title {
    font-size: 25px;
    font-weight: 600;
    color: #0A3050;
    margin: 25px 0 20px 0;
}

.tp-counter-item-content p {
    font-size: 20px;
}

.tp-counter-title {
    color: #0A3050
}



.key_feature ul li {
    list-style: none;
}

.Why_Choose_Molecule_Exchange img {
    object-fit: cover;
    width: 100%;
    height: 530px;
}

@media screen and (max-width: 768px) {
    .content_wrapper {
        padding: 30px 20px !important;
    }

    .tp-counter-item {
        position: relative;
        background-color: rgb(252, 252, 252);
        padding: 10px;
    }

    .Molecule_Today_img_wrapper {
        height: auto;
    }

    .key_feature ul {
        padding: 20px 10px;
    }
    .Why_Choose_Molecule_Exchange img {
        object-fit: cover;
        width: 100%;
        height: auto !important;
    }

}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-item-content p {
        font-size: 15px;
    }
}




/* why choose us  */

.about-mission-bx {
    padding: 100px 50px !important;
    background-image: url(./assets/image/why-choose/Unparalleled-AI-Driven-Insights.webp);
}

.transparency {
    background: #0A3050;
    padding: 70px 0px;

}

.transparency-heading h2 {

    font-size: 52px;
    font-weight: 400;
    line-height: 55px;
    color: #fff;
}

.transparency p {
    color: #fff;
}

.transparency-img img {
    border-radius: 20px;
}

.why-choose-pg-sec {
    background-color: #F2F5FA;
}


@media screen and (max-width: 768px) {
    .about-mission-bx {
        padding: 40px 20px !important;
    }
    .about-mission-bx p {
        width: 100%;
        color: #fff;
        font-size: 16px !important;
    }
    .transparency-heading h2 {
        font-size: 34px;
        font-weight: 400;
        line-height: 1.2;
        color: #fff;
    }
}
