.our-achievments {
    padding: 64px 20px;
    color: white;
    text-align: center;
    gap: 32px;
    background: linear-gradient(0deg, #197d7a 0%, #1c6c69 100%);
}

.our-achievments .acheive h2 {
    font-family: Roboto, "Cairo" !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    padding-bottom: 25px;
}

.number-image {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 90px;
}

.state {
    padding-top: 8px;
    padding-bottom: 8px;
    border-right-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex: 1;
    text-align: center;
}

.state p {
    font-family: Roboto, "Cairo" !important;
    font-weight: 350;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.state h3 {
    font-family: Righteous !important;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .our-achievments {
        padding: 30px 80px;
    }

    .our-achievments .acheive h2 {
        font-size: 22px;
    }

    .number-image {
        gap: 28px;
    }

    .state img.arrow {
        width: 80px;
    }

    .state img.box {
        width: 160px
    }

    .state p {
        font-size: 16px;
    }

    .state h3 {
        font-size: 32px;
        line-height: 32px;
    }
}
