ul.services-list {
    width: 1680px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    list-style: none;
}

ul.services-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    padding: 60px 0;
    border-bottom: 1px solid #cdcdcd;
    justify-content: center;
    box-sizing: border-box;
    min-height: 100vh;
}
ul.services-list li:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: left;
}

ul.services-list li .service-content {
    width: 40%;
    padding: 40px;
    box-sizing: border-box;
}
ul.services-list li .service-image {
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
}
ul.services-list li .service-image img {
    width: 100%;
}
ul.services-list li .service-content .btn-elegento {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: white;
    border: 1px solid #100d53;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 40px;
    background: #100d53;
}
ul.services-list li .service-image img {
    max-width: 100%;
}


.single-service {
    padding-top: 70px;
}
.single-service .container {
    width: 900px;
    max-width: 100%;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.single-service .container .left img {
    display: block;
    max-width: 100%;
}
.single-service h1 {
    font-size: 6rem;
    font-weight: 500;
    margin: 0;
}
.single-service .container img {
    width: 100%;
}
.single-service .container ul {
    font-size: 14px;
    line-height: 1.6;
}
.single-service .container p {
    margin-top: 10px;
}
.single-service .container p a {
    color: #43c1cb;
    font-weight: bold;
    text-decoration: none;
}
.single-service .container h2 {
    font-weight: 500;
    margin: 40px 0 0 0;
}

.services-c2a {
    background: linear-gradient(to right, #d1e3e8, #d5d5ff, #e2dfea, #bae2f9);
    padding: 40px;
    box-sizing: border-box;
}
.services-c2a .wrapper {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.services-c2a .wrapper h4 {
    font-size: 3rem;
    color: #131d55;
    margin: 0;
}
.services-c2a .double-btn {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.services-c2a .double-btn a:first-child {
    background: #2F4187;
    border-radius: 40px 0 0 40px;
    border: 2px solid #2F4187;
    font-weight: 500;
    padding: 16px 32px;
    color: white;
    text-decoration: none;
    transition: .3s all ease;
}

.services-c2a .double-btn a:last-child {
    border-radius: 0 40px 40px 0;
    border: 2px solid;
    color: #2F4187;
    font-weight: 500;
    padding: 16px 32px;
    text-decoration: none;
    transition: .3s all ease;
}
.services-c2a .double-btn a:hover {
    background-color: #100D53;
    border-color: #100D53;
    color: #fff;
}
.single-service-header {
    background: linear-gradient(to right, #d1e3e8, #d5d5ff, #e2dfea, #bae2f9);
    padding: 40px;
    box-sizing: border-box;
}
.single-service-header img {
    max-width: 100%;
}
.single-service-header .wrapper {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
}


.services-excerpt-magento {
    background: linear-gradient(to right, #d1e3e8, #d5d5ff, #e2dfea, #bae2f9);
    background-image: url('/img/MagentoDevelopment.jpg');
    background-size: cover;
}
.services-excerpt-applications {
    background: #ffffff;
}
.services-excerpt-design,
.services-excerpt-hosting {
    background: linear-gradient(45deg, #35247a 0%, #1d92a9 100%);
    color: #fff;
}
.services-excerpt-design .wrapper,
.services-excerpt-hosting .wrapper {
    padding: 0 40px;
}
.services-excerpt-design .wrapper span.hero,
.services-excerpt-hosting .wrapper span.hero {
    color: #fff;
}
section.services-excerpt.services-excerpt-erp {
    text-align: center;
}
section.services-excerpt.services-excerpt-erp .wrapper {
    flex-direction: column;
    gap: 40px;
}
section.services-excerpt.services-excerpt-erp .wrapper .service-content,
section.services-excerpt.services-excerpt-erp .wrapper a.more-service {
    justify-content: center;
}
section.services-excerpt.services-excerpt-erp .wrapper img {
    width: 90%;
    margin: 10px;
    opacity: 0.7;
}
.services-excerpt .wrapper {
    gap: 20px;
    box-sizing: border-box;
    width: 1680px;
    padding: 40px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.services-excerpt .wrapper .content-column {
    width: 75%;
}
.services-excerpt h2 {
    color: #43C1CB;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    width: 100%;
    margin: 0 0 20px 0;
}
.services-excerpt span.hero {
    font-size: 4.5rem;
    font-weight: 600;
    margin: 0;
    color: #100D53;
    width: 100%;
}
.services-excerpt span.hero strong {
    font-weight: 900;
}
.services-excerpt .service-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 20px 0px 60px 0;
}
.services-excerpt .service-content p {
    width: calc(100% / 3 - 10px);
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}
.services-excerpt a.more-service {
    font-weight: 600;
    color: #43C1CB;
    text-decoration: none;
    word-break: break-word;
    display: flex;
    align-items: center;
    gap: 20px;
}
.services-excerpt a.more-service:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-width: 2px 2px 0 0;
    border-color: #43C1CB;
    border-style: solid;
    transform: rotate(45deg);
}
.media-column {
    width: calc(25% - 20px);
}
.media-column img,
.media-column video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
ul.service-list {
    display: flex;
    gap: 20px;
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.service-list li img {
    border-radius: 20px;
}

nav.services-nav {
    position: fixed;
    top: 72px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    backdrop-filter: blur(9px);
    width: 100%;
    box-sizing: border-box;
}
nav.services-nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 600;
    list-style: none;
    width: 1680px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
}

nav.services-nav ul li {

}
nav.services-nav ul li a {
    color: #100D53;
    text-decoration: none;
}