.project-step-wrapper {
    background-image: url("../assets//image/about-shap.svg");
    background-position: top 97px center;
    background-repeat: no-repeat;
}
.about-img {
    text-align: center;
    margin: 0 0 60px;
}

.about-disc {
    text-align: center;
    margin: 0 auto;
    max-width: 1121px;
}
.about-disc h2 {
    font-size: var(--font-36);
    line-height: normal;
    margin: 0 0 16px;
}
.about-disc p{
    max-width: 1105px;
}
.about-con{
    width: 100%;
    text-align: center;
}
.about-con img {
    height: 231px;
    object-fit: contain;
}
.about-text {
    padding: 40px 20px 20px;
    text-align: center;
}
.about-text h3 {
    font-size: var(--font-24);
    line-height: 33px;
    margin: 0 0 10px;

}
.about-text p{
 font-size: var(--font-regular);
 line-height: 24px;
}

.hiring-wrapper.about .hiring-inner {
    padding: 40px;
    border-radius: 10px;
    background: #FDF8F7;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.hiring-inner .content {
    width: 40%;
}
.hiring-inner .content h3 {
    margin-bottom: 10px;
}
.hiring-inner .content p {
    font-size: var(--font-regular);
    font-weight: 400;
    margin-bottom: 28px;
}