@media (min-width: 1365px) {
    .container {
        width: 1340px;
    }
}

@media (min-width: 1590px) {
    .container.wide {
        width: 1560px;
    }
}

.container::before, .container::after {
    display: none;
    /*margin: 0 auto;*/
}

.banner {
    /*height: 700px;*/
    position: relative;
    background: rgb(242, 243, 255);
}

.banner .container {
    /*position: relative;*/
    /*top: 100px;*/
    display: flex;
    padding: 100px 0;
    /*justify-content: space-around;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*left: 252px;*/
}

.consult-service .banner .container,
.cloud-service .banner .container {
    padding: 120px 0 0;
}

.banner .text {
    flex: 0 1 370px;
    /*text-align: center;*/
    /*position: relative;*/
    /*top: 287px;*/
}

.banner .text h1 {
    font-weight: bold;
    font-size: 3.6rem;
}

.banner .text h2 {
    font-size: 2.4rem;
    padding-top: 4rem;
}

.banner img {
    width: 100%;
    max-width: max-content;
    /*position: relative;*/
    /*top: 5rem;*/
    /*left: 5rem;*/
}

section {
    margin-top: 12rem;
}


section h1 {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 5rem;
}

section img {
    width: 100%;
    max-width: max-content;
}

section.intro li::marker {
    content: '●  ';
    color: #5378F7;
}

.flex {
    display: flex;
}

.grid-center {
    display: grid;
    place-items: center;
}

.wrap-content {
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.wrap-content:first-child {
    flex: 0 1 500px;
}

section.intro {
    font-size: 1.8rem;
    line-height: 2.7;
}


section.intro ul, section.intro p {
    list-style: disc;
    max-width: 500px;
    width: 95%;
}

section.intro.service ul {
    max-width: 600px;
}

/*section.intro li {*/
/*   margin-bottom: 1rem;*/
/*}*/

section.intro li::before {
    /*content: '• ';*/
    /*color: #5378F7*/
}

section.advantage .flex {
    gap: 5rem;
}

section.advantage .img {
    position: relative;
    margin-bottom: 3rem;
}

/*section.advantage span {*/
/*   max-width: 215px;*/
/*}*/

section.advantage img:not(.adv-bg) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*translate: -50% -50%;*/
    transition: .2s all;
}

section.advantage img:not(.adv-bg):hover {
    transform: scale(1.1) translate(-45%, -45%);
    /*scale: 1.1;*/
}

section.advantage .item {
    text-align: center;
    font-size: 1.8rem;
}

section.partner > div {
    gap: 3rem;
}

section.partner img {
    padding: 2rem 4rem;
    box-shadow: 0 4px 6px lightgrey;
    max-width: initial;
    width: 328px;
}


main:not(.consult-service) {
    margin-bottom: 14rem;
}

h2.sub, caption {
    font-size: 1.8rem;
    font-weight: bold;
    color: rgb(3, 78, 161);
}

caption {
    text-align: center;
}

section.standard .levels li {
    color: white;
    padding: 1rem 0 1rem 2rem;
    margin: 1rem 0;
    border-radius: 5px;
    width: 80%;
    background: linear-gradient(to right, rgb(50, 132, 244), rgb(49, 177, 250));
    /*background-image: linear-gradient(90deg, skyblue 50%, transparent 50%);*/
}

/* Table styles for maintenance page */
.consult-service table {
    max-width: 1200px;
    font-size: 1.6rem;
}

.consult-service table ol {
    list-style: lower-alpha;
    transform: translate(15px);
    margin: 0;
    /*padding: 1rem 0;*/
}

.consult-service table thead {
    font-size: 1.6rem;
    font-weight: bold;
}

.consult-service table td,
.consult-service table th {
    border: 1px solid rgb(3, 102, 245, 0.7);
    vertical-align: middle;
}

.consult-service section.standard table:first-of-type td,
.consult-service section.standard table:first-of-type th {
    padding: .5rem 2rem;
    /*text-align: center;*/
}

.consult-service section.standard table:first-of-type td,
.consult-service section.standard table:first-of-type th {
    padding: 1rem 2rem;
    /*text-align: center;*/
}

.consult-service .importance table td,
.consult-service .importance table th {
    padding: 2rem;
}

.consult-service table.stripe :not(thead) tr:nth-child(odd) {
    background: rgb(207, 227, 254, 0.7);
}

.consult-service table th {
    text-align: center;
}

.consult-service table td {
    max-width: 60rem;
}

.consult-service table tbody th {
    min-width: 12rem;
    /*max-width: 20rem;*/
}

/*section.process img {*/
/*    max-width: 1150px;*/
/*}*/

section.plan {
    background-color: rgb(251, 250, 255);
}

section.plan {
    padding: 3rem 0 15rem;
}

section.plan .grid {
    display: grid;
    /*grid-template-rows: 1fr 1fr;*/
    grid-template-columns: 1fr;
    place-items: center;
    gap: 2rem;
}

section.plan .grid img {
    transform: rotate(90deg)
}

@media (min-width: 1365px) {
    section.plan .grid {
        grid-template-columns: 2fr 1fr 2fr 1fr 2fr 1fr 2fr 1fr;
        /*grid-template-rows: 2fr 1fr 2fr;*/
    }

    /*section.plan .grid img:nth-of-type(4) {*/
    /*    grid-row: 2*/
    /*}*/
    section.plan .grid img {
        transform: initial
    }
}

section.plan .tile {
    height: 210px;
    width: 250px;
    background-color: white;
    border-radius: 27px;
    box-shadow: 5px 3px 11px rgb(3, 103, 243, 0.6);
}

section.plan .tile span {
    color: rgb(3, 103, 243);
    font-weight: bold;
    font-size: 2.8rem;
}

/*section.plan .tile::after {*/
/*    background: url('/wp-content/themes/zCloud/img/service/consult/arrow.png');*/
/*    content: ' ';*/
/*}*/

section.plan .details {
    display: none;
    font-size: 1.8rem;
    color: #333;
    padding: 2rem;
}

section.plan .details ol {
    list-style: decimal;
    transform: translate(10px);
}
