﻿::-webkit-scrollbar {
    width: 12px; 
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 6px; 
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }

::-webkit-scrollbar-corner {
    background: #f1f1f1;
}

.slider-container {
    margin: 40px 20px 0px 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #53565a;
}

.slider {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .slider::-webkit-scrollbar {
        display: none;
    }

.heading {
    margin-left: 30px;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 25.6px;
    color: var(--btn-bgcolor);
    border-bottom: 5px solid transparent;
    cursor: pointer;
}

    .heading.active {
        border-bottom-color: var(--caveat-color);
    }

.content-section {
    display: none;
}

    .content-section.active {
        display: block;
    }

.slider-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.scrollable-content {
    background-color: #f9f9f9;
}

.webdesign_parent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.webdesign-Dev {
    height: 490px;
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

    .webdesign-Dev h2 {
        width: 320px;
        color: var(--btn-bgcolor);
        font-size: 2rem;
        font-weight: 700;
        line-height: 32px;
    }

    .webdesign-Dev p {
        width: 320px;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
    }

.webdesign-Dev-Text {
    /* margin: 30px 0px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 243px;
    width: 320px;
}

#it-managed .webdesign-Dev-Text {
    justify-content: center;
}

    #it-managed .webdesign-Dev-Text h2 {
        margin-bottom: 10px;
    }
/*
#it-managed .webdesign-Dev-Text p{
font-size: 0.625rem;
font-weight: 400;
line-height: 15px;
}
#it-managed .webdesign-Dev{
  justify-content: center;
} */
.setus_apart {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 360px;
    height: 294px;
}

    .setus_apart h1 {
        height: 64px;
        width: 320px;
        color: var(--btn-bgcolor);
        font-size: 2rem;
        font-weight: 700;
        line-height: 32px;
    }

    .setus_apart p {
        height: 210px;
        width: 320px;
        font-size: 0.75rem;
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
    }

.services_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

    .services_info h2 {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 39px;
        color: var(--btn-bgcolor);
    }

    .services_info p {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 18px;
    }

    .services_info button {
        width: 230px;
        height: 50px;
        padding: 11px 8px 14px 8px;
        gap: 0px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 24.52px;
        letter-spacing: 2.25px;
        text-align: center;
        color: var(--basic_color);
        background-color: var(--caveat-color);
        border: none;
    }

.custom-web-design {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 472px;
}

.custom-webdesign-text {
    height: 219px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.responsive-design {
    height: 472px;
}

.responsive-design-text {
    height: 219px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.seo-optimization {
    height: 454px;
}

.seo-optimization-text {
    height: 201px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-management-System {
    height: 472px;
}

.content-management-text {
    height: 219px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.fast-and-secure-website {
    height: 472px;
}

.fast-and-secure-website-text {
    height: 219px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ongoing-support {
    height: 490px;
}

.ongoing-support-text {
    width: 320px;
    height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.user-centric-approach {
    height: 472px;
}

.user-centric-approach-text {
    height: 219px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.analytics-and-reporting {
    height: 472px;
}

.analytics-and-reporting-text {
    height: 219px;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ecom-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 3031px;
    margin-bottom: 70px;
}

    .ecom-services h2 {
        color: var(--btn-bgcolor);
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 18px;
    }

    .ecom-services p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 30px;
    }

.custom-ecom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 280px;
    height: 462px;
}

.custom-ecom-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 296px;
}

.responsiv-design {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 465px;
    width: 280px;
}

.responsiv-design-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 299px;
}

.ecom-seo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 435px;
    width: 280px;
}

.ecom-seo-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 269px;
}

.scalable-sloution {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 464px;
    width: 280px;
}

.scalable-sloution-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 299px;
}

.analytics {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 435px;
    width: 280px;
}

.analytics-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 269px;
}

.maintenance {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 444px;
    width: 280px;
}

.maintenance-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 278px;
}

    .maintenance-text h2 {
        line-height: 30px;
    }

.PgServices-application-development,
.PgServices-application-enhancement,
.PgServices-application-management {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
}

    .PgServices-application-development h1,
    .PgServices-application-enhancement h1,
    .PgServices-application-management h1 {
        width: 315px;
        height: 39px;
        display: flex;
        align-items: center;
        font-size: 1rem;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #013c78;
    }

    .PgServices-application-development p,
    .PgServices-application-enhancement p,
    .PgServices-application-management p {
        width: 315px;
        height: auto;
        font-size: 0.625rem;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        color: #2d2929;
        margin-bottom: 7px;
    }

    .PgServices-application-development ul,
    .PgServices-application-enhancement ul,
    .PgServices-application-management ul {
        display: flex;
        width: 315px;
        flex-direction: column;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .PgServices-application-development ul li,
        .PgServices-application-enhancement ul li,
        .PgServices-application-management ul li {
            font-size: 0.75rem;
            font-weight: 400;
            line-height: 13px;
            letter-spacing: 0.34px;
            text-align: left;
            color: #1f2223;
            list-style: none;
            padding-left: 30px;
            position: relative;
            margin-bottom: 10px;
            margin-left: 7%;
        }

            .PgServices-application-development ul li::before,
            .PgServices-application-enhancement ul li::before,
            .PgServices-application-management ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 21px;
                height: 15px;
                background-image: url("../images/application-enhance-listMark-360.svg");
                background-size: contain;
                background-repeat: no-repeat;
            }

.it-managed-serviecs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 409px;
}

.it-manged-services-container {
    width: 320px;
}

.it-managed-serviecs-content {
    width: 320px;
    height: auto;
}

    .it-managed-serviecs-content h1 {
        color: var(--btn-bgcolor);
        width: 322px;
        height: 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }

    .it-managed-serviecs-content p {
        margin-top: 11px;
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
    }

.it-managed-serviecs-img,
.it-managed-serviecs-img img {
    margin-top: 18px;
    width: 320px;
    height: 187px;
}

#it_managed_hero h2 {
    width: 300px;
}

#it_managed_hero p span {
    display: block;
}

.aside_p {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 1440px;
}

    .aside_p aside {
        height: 80px;
        width: 340px;
        color: var(--btn-bgcolor);
        border: 3px solid rgb(119, 115, 115);
        border-radius: 5px;
        padding: 10px;
        background-color: #E5E3E3;
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2), 
        0px 0px 12px rgba(0, 0, 255, 0.2); 
    }

        .aside_p aside:hover {
            box-shadow: 0px 6px 8px #5d96cf;
        }

    .aside_p h2 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 19.36px;
    }

    .aside_p p {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 14.52px;
    }

    .aside_p section {
        height: 186px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

@media (min-width: 576px) {
    #it-managed .webdesign-Dev-Text {
        justify-content: center;
    }

    .webdesign-Dev {
        align-items: center;
        width: 540px;
        height: 663px;
        margin-bottom: 30px;
    }

    .webdesign-Dev-Text {
        height: 288px;
        width: 462px;
    }

        .webdesign-Dev-Text h2 {
            height: 96px;
            width: 388px;
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 48px;
        }

        .webdesign-Dev-Text p {
            height: 150px;
            width: 388px;
            font-size: 1rem;
        }

    .setus_apart {
        justify-content: space-between;
        height: 281px;
        width: 576px;
    }

        .setus_apart h1 {
            height: 39px;
            width: 475px;
            font-size: 2.375rem;
        }

        .setus_apart p {
            width: 475px;
            font-size: 1rem;
        }

    .services_info h2 {
        font-size: 2rem;
    }

    .services_info p {
        font-size: 1rem;
        line-height: 30px;
    }

    .services_info button {
        width: 279.91px;
        height: 60px;
        padding: 18px 33.8px 21px 34px;
        gap: 0px;
        font-size: 1.125rem;
    }

    .custom-web-design {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .custom-webdesign-text {
        height: 315px;
        width: 449px;
    }

    .responsive-design {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .responsive-design-text {
        height: 315px;
        width: 449px;
        margin: 0;
    }

    .seo-optimization {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .seo-optimization-text {
        height: 315px;
        width: 449px;
        margin: 0px;
    }

    .content-management-System {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .content-management-text {
        height: 315px;
        width: 449px;
    }

        .content-management-text h2 {
            width: 400px;
        }

    .fast-and-secure-website {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .fast-and-secure-website-text {
        width: 449px;
        height: 315px;
    }

    .ongoing-support {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .ongoing-support-text {
        height: 330px;
        width: 449px;
    }

    .user-centric-approach {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .user-centric-approach-text {
        height: 315px;
        width: 449px;
    }

    .analytics-and-reporting {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: 707px;
    }

    .analytics-and-reporting-text {
        height: 315px;
        width: 449px;
    }

    .ecom-services {
        height: 3223px;
    }

        .ecom-services h2 {
            font-size: 1.375rem;
            line-height: 39px;
        }

    .custom-ecom {
        height: 519px;
        width: 369px;
    }

    .custom-ecom-text {
        height: 278px;
    }

    .responsiv-design {
        height: 480px;
        width: 369px;
    }

    .responsiv-design-text {
        height: 239px;
    }

    .ecom-seo {
        height: 480px;
        width: 369px;
    }

    .ecom-seo-text {
        height: 239px;
    }

    .scalable-sloution {
        height: 480px;
        width: 369px;
    }

    .scalable-sloution-text {
        height: 239px;
    }

    .analytics {
        height: 450px;
        width: 369px;
    }

    .analytics-text {
        height: 209px;
    }

    .maintenance {
        height: 489px;
        width: 369px;
    }

    .maintenance-text {
        height: 248px;
    }

    .PgServices-application-development h1,
    .PgServices-application-enhancement h1,
    .PgServices-application-management h1 {
        width: 485px;
        font-size: 1.375rem;
    }

    .PgServices-application-development p,
    .PgServices-application-enhancement p,
    .PgServices-application-management p {
        width: 485px;
        font-size: 0.875rem;
        margin-bottom: 7px;
        margin-top: 5px;
    }

    .PgServices-application-development ul,
    .PgServices-application-enhancement ul,
    .PgServices-application-management ul {
        width: 485px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .PgServices-application-development ul li,
        .PgServices-application-enhancement ul li,
        .PgServices-application-management ul li {
            font-size: 0.875rem;
            line-height: 20px;
            padding-left: 50px;
            margin-bottom: 15px;
        }

            .PgServices-application-development ul li::before,
            .PgServices-application-enhancement ul li::before,
            .PgServices-application-management ul li::before {
                width: 31px;
                height: 23px;
                background-image: url("../images/application-enhance-listMark-576.svg");
            }

    .it-managed-serviecs {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 580px;
    }

    .it-manged-services-container {
        width: 540px;
    }

    .it-managed-serviecs-content {
        width: 540px;
    }

        .it-managed-serviecs-content h1 {
            font-size: 22px;
        }

        .it-managed-serviecs-content p {
            width: 388px;
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
        }

    .it-managed-serviecs-img,
    .it-managed-serviecs-img img {
        margin-top: 18px;
        width: 500px;
        height: 315px;
    }

    .aside_p {
        height: 1700px;
    }

        .aside_p aside {
            height: 100px;
            width: 500px;
            padding: 0;
            padding-left: 14px;
            padding-top: 10px;
        }

        .aside_p section {
            height: 226px;
        }

        .aside_p h2 {
            font-size: 1.375rem;
            font-weight: 700;
            line-height: 26.63px;
        }

        .aside_p p {
            font-size: 1rem;
            font-weight: 400;
            line-height: 19.36px;
        }
}

@media (min-width: 992px) {
    #it-managed .webdesign-Dev-Text {
        justify-content: center;
    }

    .heading {
        margin-top: 20px;
    }

    .slider-arrow {
        display: none;
    }

    .slider {
        overflow-x: visible;
        justify-content: space-evenly;
    }

    .slider-container {
        border: none;
    }

    .heading {
        margin-right: 20px;
    }

    .webdesign-Dev {
        width: 992px;
        height: 454px;
        flex-direction: row;
    }

    .webdesign-Dev-Text {
        width: 403px;
    }

        .webdesign-Dev-Text h1 {
            height: 96px;
            width: 388px;
        }

        .webdesign-Dev-Text p {
            height: 180px;
            font-size: 1.125rem;
        }

    .showMore {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .setus_apart {
        width: 992px;
        height: 179px;
    }

        .setus_apart h1 {
            height: 39px;
        }

        .setus_apart p {
            font-size: 1.125rem;
            width: 890px;
            height: 120px;
        }

    .services_info {
        margin-top: 100px;
    }

    .custom-web-design {
        flex-direction: row-reverse;
        height: 476px;
        align-items: center;
    }

    .responsive-design {
        flex-direction: row;
        height: 476px;
        align-items: center;
    }

    .responsive-design-text {
        margin-left: 10px;
    }

    .seo-optimization {
        flex-direction: row-reverse;
        height: 476px;
        align-items: center;
    }

    .content-management-System {
        flex-direction: row;
        height: 476px;
        align-items: center;
    }

    .content-management-text {
        justify-content: space-evenly;
        margin-left: 10px;
    }

    .fast-and-secure-website {
        flex-direction: row-reverse;
        height: 476px;
        align-items: center;
    }

    .fast-and-secure-website-text {
        margin-right: 10px;
    }

    .ongoing-support {
        flex-direction: row;
        height: 476px;
        align-items: center;
    }

    .ongoing-support-text {
        justify-content: space-evenly;
        margin-left: 10px;
    }

    .user-centric-approach {
        flex-direction: row-reverse;
        height: 476px;
        align-items: center;
    }

    .user-centric-approach-text {
        justify-content: space-evenly;
        margin-right: 10px;
    }

    .analytics-and-reporting {
        flex-direction: row;
        height: 476px;
        align-items: center;
    }

    .analytics-and-reporting-text {
        margin-left: 10px;
        justify-content: space-evenly;
    }

    .ecom-services {
        height: 2351px;
    }

    .custom-ecom,
    .responsiv-design,
    .ecom-seo,
    .scalable-sloution,
    .analytics
     {
        width: 888px;
        height: 221px;
        flex-direction: row-reverse;
    }

    .ecom-services p {
        font-size: 1.125rem;
    }

    .responsiv-design,
    .scalable-sloution,
    .maintenance
    {
        flex-direction: row;
    }

    .ecom-seo-text,
    .custom-ecom-text,
    .responsiv-design-text,
    .scalable-sloution-text,
    .analytics-text,
    .maintenance-text {
        height: 209px;
        width: 499px;
    }

    .PgServices-application-development h1,
    .PgServices-application-enhancement h1,
    .PgServices-application-management h1 {
        width: 863px;
        font-size: 1.875rem;
    }

    .PgServices-application-development p,
    .PgServices-application-enhancement p,
    .PgServices-application-management p {
        width: 863px;
        font-size: 1.375rem;
        line-height: 30px;
    }

    .PgServices-application-development ul,
    .PgServices-application-enhancement ul,
    .PgServices-application-management ul {
        width: 863px;
        margin: 35px 0px;
    }

        .PgServices-application-development ul li,
        .PgServices-application-enhancement ul li,
        .PgServices-application-management ul li {
            font-size: 1.375rem;
            line-height: 28.9px;
        }

    .it-managed-serviecs {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 454px;
    }

    .it-managed-services-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 28px;
        height: 540px;
        width: 660px;
    }

    .it-managed-serviecs-content {
        width: 388px;
        height: 325px;
        margin-top: 60px;
    }

        .it-managed-serviecs-content h1 {
            width: 388px;
            height: 25px;
            font-size: 32px;
            font-weight: 700;
            line-height: 45px;
        }

        .it-managed-serviecs-content p {
            margin-top: 24px;
            width: 388px;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
        }

    .it-managed-serviecs-img,
    .it-managed-serviecs-img img {
        margin-top: 18px;
        width: 500px;
        height: 315px;
    }

    #toggle-button {
        margin-top: 50px;
        width: 156px;
        height: 52px;
        padding: 16px 32px 16px 32px;
        gap: 0px;
        background-color: var(--caveat-color);
        color: var(--basic_color);
        border: none;
        font-size: 1rem;
        font-weight: 700;
        line-height: 20px;
    }

    #it_managed_her {
        height: 350px;
    }

    #it_managed_hero p {
        min-height: 180px;
    }

    .aside_p {
        height: 1612px;
    }

        .aside_p p {
            width: 463px;
        }

        .aside_p aside {
            padding-left: 20px;
            padding-top: 15px;
            width: 637px;
        }

        .aside_p section {
            width: 888px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .aside_p section aside:nth-child(1) {
                align-self: start;
            }

            .aside_p section aside:nth-child(2) {
                align-self: end;
            }
}

@media (min-width: 1200px) {
    #it-managed .webdesign-Dev-Text {
        justify-content: center;
    }

    .heading {
        width: 315px;
        height: 74px;
    }

    .webdesign-Dev {
        width: 1200px;
        height: 503px;
    }

    .webdesign-Dev-Text {
        height: 366px;
        width: 488px;
    }

        .webdesign-Dev-Text h2 {
            width: 373px;
        }

        .webdesign-Dev-Text p {
            width: 473px;
            height: 150px;
        }

    .setus_apart {
        width: 1200px;
        height: 149px;
    }

        .setus_apart p {
            height: 90px;
            width: 1100px;
            font-size: 1.125rem;
        }

    .services_info p {
        font-size: 1.125rem;
    }

    .custom-webdesign-text {
        width: 488px;
        margin-right: 10px;
    }

    .responsive-design-text {
        width: 488px;
    }

    .seo-optimization-text {
        width: 488px;
        margin-right: 10px;
    }

    .content-management-text h2 {
        width: 488px;
    }

    .content-management-text {
        width: 488px;
    }

    .fast-and-secure-website-text {
        width: 488px;
    }

    .ongoing-support-text {
        width: 488px;
        margin-left: 20px;
    }

    .user-centric-approach-text {
        justify-content: space-between;
        width: 488px;
    }

    .analytics-and-reporting-text {
        width: 488px;
        justify-content: space-between;
    }

    .custom-ecom,
    .responsiv-design,
    .ecom-seo,
    .scalable-sloution,
    .analytics,
    .maintenance {
        width: 964px;
    }

    .PgServices-application-development h1,
    .PgServices-application-enhancement h1,
    .PgServices-application-management h1 {
        width: 1100px;
    }

    .PgServices-application-development p,
    .PgServices-application-enhancement p,
    .PgServices-application-management p {
        width: 1100px;
    }

    .PgServices-application-development ul,
    .PgServices-application-enhancement ul,
    .PgServices-application-management ul {
        width: 1100px;
    }

    .it-managed-services-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 28px;
        height: 503px;
        width: 1061px;
    }

    .it-managed-serviecs-content {
        width: 487px;
        height: 359px;
        margin-top: 90px;
    }

        .it-managed-serviecs-content h1 {
            width: 487px;
            font-size: 40px;
            line-height: 39px;
        }

        .it-managed-serviecs-content p {
            margin-top: 34px;
            width: 487px;
            font-size: 22px;
            line-height: 30px;
        }

    .it-managed-serviecs-img,
    .it-managed-serviecs-img img {
        margin-top: 18px;
        width: 554px;
        height: 350px;
    }

    .aside_p {
        height: 886px;
        align-items: center;
    }

        .aside_p aside {
            width: 500px;
        }

        .aside_p section {
            flex-direction: row;
            width: 1030px;
            height: 100px;
            justify-content: space-between;
        }
            .aside_p section aside:nth-child(1) {
                align-self: center;
            }

            .aside_p section aside:nth-child(2) {
                align-self: center;
            }

    #it_managed_hero {
        margin-top: 30px;
    }
}

@media (min-width: 2000px) {
   

    .slider-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider {
        width: 1499px;
    }

    .heading {
        width: 470px;
        height: 82px;
    }

    .webdesign-Dev {
        justify-content: center;
        height: 614px;
        width: 2000px;
    }

    .webdesign-Dev-Text {
        width: 750px;
        height: 239px;
        margin-bottom: 200px;
    }

        .webdesign-Dev-Text h2 {
            font-size: 3rem;
            width: 719px;
        }

        .webdesign-Dev-Text p {
            margin-top: 20px;
            width: 500px;
            height: 180px;
            font-size: 1.5rem;
        }

    .setus_apart {
        margin-top: 30px;
        margin-left: 140px;
        margin-bottom: 130px;
        height: 179px;
        width: 1683px;
    }

        .setus_apart h1 {
            width: 500px;
            font-size: 2.5rem;
        }

        .setus_apart p {
            width: 1200px;
            height: 120px;
            font-size: 1.375rem;
        }

    .services_info p {
        font-size: 1.375rem;
        height: 180px;
        width: 500px;
    }

    .custom-webdesign-text {
        width: 585px;
    }

    .responsive-design-text {
        width: 585px;
        margin-left: 30px;
    }

    .seo-optimization-text {
        width: 585px;
    }

    .content-management-text {
        justify-content: space-between;
        width: 585px;
        margin-left: 30px;
    }

    .fast-and-secure-website-text {
        width: 585px;
    }

    .ongoing-support-text {
        width: 585px;
        height: 349px;
        margin-left: 30px;
    }

        .ongoing-support-text p {
            height: 211px;
        }

    .user-centric-approach-text {
        width: 585px;
    }

    .analytics-and-reporting-text {
        width: 585px;
    }

    .ecom-services {
        height: 2911px;
    }

    .custom-ecom,
    .responsiv-design,
    .ecom-seo,
    .scalable-sloution,
    .analytics,
    .maintenance {
        height: 476px;
        width: 1440px;
        align-items: center;
    }

    .ecom-services p {
        font-size: 1.375rem;
        height: 180;
        width: 500px;
    }

    .ecom-services h2 {
        font-size: 2rem;
    }

    .ecom-seo-text,
    .custom-ecom-text,
    .responsiv-design-text,
    .scalable-sloution-text,
    .analytics-text,
    .maintenance-text {
        justify-content: space-evenly;
        height: 341px;
        width: 720px;
    }

    .PgServices-application-development h1,
    .PgServices-application-enhancement h1,
    .PgServices-application-management h1 {
        width: 1800px;
        font-size: 2rem;
        font-size: 33px;
    }

    .PgServices-application-development p,
    .PgServices-application-enhancement p,
    .PgServices-application-management p {
        width: 1800px;
        font-size: 1.875rem;
        line-height: 45px;
    }

    .PgServices-application-development ul,
    .PgServices-application-enhancement ul,
    .PgServices-application-management ul {
        width: 1800px;
        margin: 45px 0px;
    }

        .PgServices-application-development ul li,
        .PgServices-application-enhancement ul li,
        .PgServices-application-management ul li {
            font-size: 1.5625rem;
            padding-left: 80px;
            margin-left: 8%;
        }

    .it-managed-serviecs {
        height: 717px;
    }

    .it-managed-services-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 28px;
        height: 717px;
        width: 1720px;
    }

    .it-managed-serviecs-content {
        width: 706px;
        height: 308px;
        margin-top: 90px;
    }

        .it-managed-serviecs-content h1 {
            width: 706px;
            height: 60px;
            font-size: 48px;
            font-weight: 700;
            line-height: 60px;
        }

        .it-managed-serviecs-content p {
            margin-top: 34px;
            font-size: 24px;
            line-height: 30px;
            width: 706px;
            height: 300px;
        }

    .it-managed-serviecs-img,
    .it-managed-serviecs-img img {
        margin-top: 18px;
        width: 1006px;
        height: 531px;
    }

    #it_managed_hero h2 {
        width: 712px;
    }

    #it_managed_hero p {
        min-height: 120px;
    }

    .aside_p {
        height: 1385px;
    }

        .aside_p section {
            height: 155px;
            width: 1743px;
        }

        .aside_p aside {
            height: 155px;
            width: 842px;
        }

        .aside_p h2 {
            font-size: 2rem;
            line-height: 38.73px;
        }

        .aside_p p {
            font-size: 1.375rem;
            font-weight: 400;
            line-height: 26.63px;
            width: 798px;
        }

    #it_managed_hero {
        margin-bottom: 160px;
    }

        #it_managed_hero button {
            margin-top: 120px;
        }
    #it-managed .webdesign-Dev-Text {
        justify-content: center;
        margin-bottom: 96px;
    }
}
