.section-why-choose-us-wp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 70px;
}
.section-why-choose-us-item {
    max-width: 300px;
    width: 100%;
    height: 300px;
    border-radius: 300px;
    padding: 66px 20px 20px 20px;
    margin: 10px;
}
.section-why-choose-us-item-title {
    max-width: 100%;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-why-choose-us-item-text {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-why-choose-us-item .section-why-choose-us-item-title {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}
.section-why-choose-us-item {
    background-repeat: no-repeat;
}
.section-why-choose-us-item-0 {
    background-image: url("/wp-content/uploads/2023/10/section-why-choose-us-item-1.svg");
}
.section-why-choose-us-item-1 {
    background-image: url("/wp-content/uploads/2023/10/section-why-choose-us-item-2.svg");
}
.section-why-choose-us-item-2 {
    background-image: url("/wp-content/uploads/2023/10/section-why-choose-us-item-3.svg");
}
.section-why-choose-us-item-3 {
    background-image: url("/wp-content/uploads/2023/10/section-why-choose-us-item-4.svg");
}
.section-website-design-title {
    background-image: url("/wp-content/uploads/2023/10/section-website-design-title.svg");
}
.section-steps-w-d-wp {
    padding-top: 70px;
}
.section-steps-w-d-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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-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;
    min-height: 140px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .section-info-text {
        padding-bottom: 30px;
    }
    .section-why-choose-us-item {

    }
}