.footer_text_rakeez {
    text-align: start !important;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 12px;
}
.footer__rakeez{
    max-width: 100%;
    background: transparent;
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__header{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.footer__title{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
.footer__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
@media (max-width: 1024px) {
    .footer__title{
        font-size: 16px ;
    }
    .footer__text{
        font-size: 12px ;
    }
}
/* @media (max-width: 600px) {
  body {
    background-color: lightgray;
  }
} */
.conflict-policy {
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 2rem;
    color: #0a0a0a;
    line-height: 1.8;
}

.policy-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}
.listed-inside{
    margin-inline-start: 12px;
}
.listed-inside p{
    margin-inline-start: 24px;
}
.listed-inside ul{
    margin-inline-start: 24px;
}
.company-name {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #006b5c;
}

.policy-section {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #004d40;
    margin-bottom: 0.5rem;
}

.policy-section p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.policy-section ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1.5rem;
}

.policy-section ul li {
    margin-bottom: 0.5rem;
    padding-inline-start: 0.5rem;
}
.policy-section h5 {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .conflict-policy {
        padding: 1rem;
    }
    .policy-title {
        font-size: 1.5rem;
    }
    .section-title {
        font-size: 1.1rem;
    }
}
.statistics__section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.statistics__content{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 24px;
}
.section__img{
    width: 350px;
    height: 350px;
}
.section__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.statistics__Title h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 44px;
    color: #0a2f6b;
}
.statistics__content-data{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
}
.statistics__content-card{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12px;
    max-width: 100%;
    border: 1px solid #0a2f6b;
    padding: 16px;
    border-radius: 8px;
    width: fit-content;
    max-width: fit-content;
    min-width: 250px;
}


.statistics__content-card h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0a2f6b;
}
.statistics__content-card p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0a2f6b;
}
@media (max-width: 1024px) {
    .statistics__section{
        flex-direction: column;
        gap: 24px;
    }
    .section__img{
        width: 100%;
        height: 100%;
    }
    .statistics__content-data{
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
}


