.our-services {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    margin-top: 0px;
}

.seo {
    min-height: fit-content;
    gap: 0 !important;
}

.our-services .seo-bottom {
    width: 100% !important;
    background-color: #DB4C4C;
    top: 26px;
    z-index: 3;
    border-radius: 20px;
    max-height: 80px !important;
}

.our-services .seo-bottom .seo-right h2 {
    font-size: 24px;
    font-weight: 500;
    color: white;
}

.our-services .seo-top {
    width: 100%;
    border-radius: 10px;
    min-height: 200px;
}
.banner-btns button{
    background-color: #fa510e !important;
}
.our-services .bg-circle {
    background: linear-gradient( 1turn, #E0E0E1, #D2D3D6);
}
.our-services .bg-circle .top-svg path{
    fill: #D2D3D6;
}
.our-services .bg-circle .bottom-svg path {
    fill: #E0E0E1;
}

.service-bg {
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-bg-top {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 191px);
    top: -80px;
}

.service-bg-left {
    min-width: 100%;
    background-color: #DB4C4C;
    height: 90px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.service-bg-bottom {
    width: 100%;
    height: 481px;
    background-color: white;
}

.our-services-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 40px 10px 10px 10px;
    background-color: white;
    justify-content: space-between;
    width: 100%;
    border-radius: 6px;
}

.service-title {
    position: absolute;
    z-index: 5;
    color: white;
    top: -50px;
    left: 33px;
    font-size: 32px;
    font-weight: 500;
}

.services-content-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.services-content-item span {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}

.services-content-item a {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
    border: 1px solid white;
    border-radius: 4px;
    color: black;
}

.services-content-item a:hover {
    color: #FA510E;
    border: 1px solid #FA510E;
}
.services-content-item a.active {
    color: #FA510E;
    border: 1px solid #FA510E;
}

.complex-marketing {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
}

.complex-marketing-btn {
    display: flex;
    align-items: center;
    gap: 26px;
}

.complex-marketing-btn button {
    background-color: #FA510E;
    border-radius: 60px;
    color: white;
}

.complex-marketing-btn span {
    font-size: 15px;
}

.complex-marketing h2 {
    font-size: 48px;
    font-weight: 700;
}

.complex-marketing h2 span {
    color: #FA510E;
}

.task-creation {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 43px;
}

.task-creation-content {
    display: flex;
    justify-content: space-between;
}

.task-creation-item {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 85px;
    text-align: center;
}

.task-creation-item {
    border-left: 2px solid #56B0C4;
    border-right: 2px solid #56B0C4;
}

.work-plan-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.work-plan-content span {
    font-size: 24px;
    font-weight: 700;
}

.work-plan-content img:first-child {
    max-width: 50%;
    height: auto;
}

.work-plan-content img:last-child {
    max-width: 34%;
    height: auto;
}

@media (max-width: 1220px) {
    .our-services-content a {
        font-size: 14px;
        font-weight: 500
    }
}

@media (max-width: 1025px) {
    .task-creation-item {
        padding: 0px 27px;
    }
}

@media (max-width: 800px) {
    .complex-marketing {
        margin-top: 70px;
    }

    .complex-marketing h2 {
        font-size: 24px;
    }
}

@media (max-width: 640px) {

    .task-creation-item h2 {
        font-size: 14px;
    }

    .task-creation-item p {
        font-size: 10px;
    }

    .work-plan-content {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .work-plan-content img {
        max-width: 100% !important;
    }
    .our-services .bg-circle {
        background: linear-gradient( 1turn, #9EA2A9, #8A8F98  );
    }
    .our-services .bg-circle .top-svg path,
    .our-services .bg-circle .bottom-svg path {
        fill: #8A8F98;
    }
    .our-services .bg-circle .bottom-svg path {
        fill: #9EA2A9;
    }

}

@media (max-width: 505px) {

    .complex-marketing-btn button {
        font-size: 12px;
    }

    .task-creation-item h2 {
        font-size: 8px;
    }

    .task-creation-item p {
        font-size: 6px;
    }


}
