.section-page-img-title {
    background-image: url("/wp-content/uploads/2023/10/monthly-seo-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: 48%;
    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: 15px;
    left: 15px;
}
.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-our-expertise {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
}
.section-our-expertise-item {
    width: 30%;
    margin: 30px 15px;
}
.section-our-expertise-item-title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
}
.section-our-expertise-item-text {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-prices-item-table {
    min-height: 200px;
}
@media only screen and (max-width: 768px) {
    .section-our-expertise-item {
        width: 100%;
    }
    .section-steps-w-d-item {
        width: 100%;
    }
    .section-purpose-w-audit-wp .section-purpose-w-audit-item {
        width: 100%;
    }
}