.section-page-img-title {
    background-image: url("/wp-content/uploads/2023/10/section-graphics-design-title.svg");
}
.section-purpose-w-audit-wp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 70px;
}
.section-purpose-w-audit-wp .section-purpose-w-audit-item {
    width: 23%;
    margin: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 55px 15px 15px 15px;
    position: relative;
}
.section-purpose-w-audit-wp .section-purpose-w-audit-item:before {
    content: '';
    border: 1px solid #000;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -17.5px;
}
.section-purpose-w-audit-item-title,
.section-purpose-w-audit-item-text {
    width: 100%;
}
.section-purpose-w-audit-item-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-bottom: 20px;
}
.section-purpose-w-audit-item-text {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-steps-w-d-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 70px;
}
.section-steps-w-d-item {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-steps-w-d-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-steps-w-d-item .section-steps-w-d-num {
    color: rgba(108, 132, 107, 0.10);
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 150px;
    width: 70px;
}
.section-steps-w-d-item .section-steps-w-d-text {
    width: calc(100% - 80px);
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-left: 20px;
}
.section-steps-w-d-item .section-steps-w-d-text span {
    font-weight: bold;
    margin-right: 10px;
}
.section-info-box-item-2 {
    background: linear-gradient(360deg, #0B4509 0%, #FFF 95.1%);
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 140px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
}
.section-portfolio-slider {
    padding-top: 60px;
    padding-bottom: 80px;
}
.section-portfolio-slider-item {
    width: 350px;
    height: 250px;
    border-radius: 10px;
    margin: 0 30px;
}
.section-portfolio-slider-item img {
    width: 100%;
}
.section-prices-item-table {
    min-height: 230px;
}
@media only screen and (max-width: 768px) {
    .section-steps-w-d-item {
        width: 100%;
    }
    .section-purpose-w-audit-wp .section-purpose-w-audit-item {
        width: 47%;
    }
    .section-info-text {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section-purpose-w-audit-wp .section-purpose-w-audit-item {
        width: 100%;
    }
}