.about-wrap {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f3f5f2;
}

.techmanuji_in.about-page {
    padding: .24rem .22rem .36rem;
    background: #f3f5f2;
}

.about-page {
    color: #18201b;
    font-family: Arial, Helvetica, sans-serif;
}

.about-page p {
    margin: 0;
    font-size: .22rem;
    line-height: .36rem;
    color: #344039;
}

.about-hero {
    background: linear-gradient(135deg, #06120d 0%, #123822 100%);
    border: 1px solid rgba(219, 170, 68, .55);
    border-radius: .08rem;
    padding: .34rem .28rem;
    color: #fff;
    box-shadow: 0 .1rem .28rem rgba(12, 34, 21, .18);
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: .18rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: .12rem;
}

.about-hero h1 {
    margin: 0 0 .16rem;
    color: #fff;
    font-size: .42rem;
    line-height: .52rem;
    font-weight: 800;
}

.about-hero p {
    color: #e9f2eb;
    max-width: 6.4rem;
    font-size: .23rem;
    line-height: .38rem;
}

.about-section,
.about-contact {
    background: #fff;
    border: 1px solid #dbe4dc;
    border-radius: .08rem;
    margin-top: .22rem;
    padding: .26rem;
    box-shadow: 0 .05rem .16rem rgba(21, 38, 28, .08);
}

.section-heading,
.about-contact > div {
    display: flex;
    align-items: center;
    gap: .12rem;
    margin-bottom: .14rem;
}

.section-heading span,
.about-contact span,
.about-point span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: .2rem;
    flex: 0 0 auto;
}

.section-heading h2,
.about-contact h2 {
    margin: 0;
    color: #000;
    font-size: .3rem;
    line-height: .36rem;
    font-weight: 800;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .16rem;
    margin-top: .22rem;
}

.about-point {
    background: #fff;
    border: 1px solid #dbe4dc;
    border-radius: .08rem;
    padding: .22rem;
    box-shadow: 0 .05rem .16rem rgba(21, 38, 28, .08);
}

.about-point h3 {
    margin: .16rem 0 .08rem;
    color: #000;
    font-size: .24rem;
    line-height: .3rem;
    font-weight: 800;
}

.about-point p {
    font-size: .19rem;
    line-height: .32rem;
}

.about-contact {
    background: #0f2f1e;
    border-color: #cfa646;
}

.about-contact h2,
.about-contact p {
    color: #fff;
}

.about-contact a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.about-page .allrummydownloads_notice {
    border: 1px solid #d0a347;
    background: #102a1c;
    margin: .24rem 0 0;
    padding: .3rem .26rem;
    border-radius: .08rem;
    box-shadow: 0 .06rem .18rem rgba(10, 30, 18, .14);
}

.about-page .allrummydownloads_notice p {
    margin: 0;
    color: #edf5ef;
    font-size: .21rem;
    line-height: .36rem;
}

.about-page .allrummydownloads_notice b {
    color: #fff;
}

.about-page .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #102417;
    text-align: center;
    font-weight: 800;
    border-radius: .06rem;
    margin: 0 0 .16rem;
    min-height: .44rem;
    padding: .08rem .2rem;
    font-size: .2rem;
    line-height: .28rem;
}

@media (max-width: 640px) {
    .techmanuji_in.about-page {
        padding: .2rem .14rem .3rem;
    }

    .about-hero {
        padding: .28rem .2rem;
    }

    .about-hero h1 {
        font-size: .34rem;
        line-height: .43rem;
    }

    .about-page p,
    .about-hero p {
        font-size: .2rem;
        line-height: .34rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-section,
    .about-contact,
    .about-point,
    .about-page .allrummydownloads_notice {
        padding: .22rem .18rem;
    }
}
