div#advanced_cms_wrapper_9 {
    max-width: min(90%, 1350px);
    margin: 0 auto;
}
div#advanced_cms_wrapper_9 img {
    max-width: 100%;
    height: auto;
}
div#advanced_cms_wrapper_9 .magipa-logo {
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}
div#advanced_cms_wrapper_9 .magipa-logo .heading-h1 {
    margin-bottom: 30px;
}
div#advanced_cms_wrapper_9 > .row:nth-child(2) {
    align-items: center;
    margin-bottom: 5em;
}
div#advanced_cms_wrapper_9 > .row:nth-child(2) > div:nth-child(1) ul {
    display: flex;
    flex-direction: column;
}
div#advanced_cms_wrapper_9 > .row:nth-child(2) > div:nth-child(1) ul li {
    display: grid;
    grid-template-columns: 81px calc(100% - 81px);
    gap: 15px;
    margin-bottom: 35px;
}
div#advanced_cms_wrapper_9 > .row:nth-child(2) > div:nth-child(1) ul li h4 {
    margin: 0;
    text-align: left;
    font-size: 25px;
    margin-bottom: 15px;
}
div#advanced_cms_wrapper_9 > .row:nth-child(2) .cta-btn a {
    max-width: 394px;
    border: 0;
    background-color: #16431C;
    padding: 14px;
    color: #fff !important;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}
div#advanced_cms_wrapper_9 > .row:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 40px));
    gap: 80px;
}
div#advanced_cms_wrapper_9 > .row:nth-child(3) > div {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
div#advanced_cms_wrapper_9 > .row:nth-child(3) img {
    max-width: 100%;
    height: auto;
}
div#advanced_cms_wrapper_9 > .row:nth-child(3) .magipa-info p {
    font-size: 16px;
}
div#advanced_cms_wrapper_9 > .row:nth-child(3) .magipa-info p:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    gap: 10px;
}

div#advanced_cms_wrapper_9 > .row.privacy > div {
    padding: 0;
}

@media screen and (max-width: 1100px) {
    div#advanced_cms_wrapper_9 > .row:nth-child(2) {
        flex-direction: column;
        margin-top: 5em;
    }
    div#advanced_cms_wrapper_9 > .row:nth-child(2) > div {
        max-width: 100%;
        width: 100%;
    }
    div#advanced_cms_wrapper_9 > .row:nth-child(2) > div:nth-child(2) {
        text-align: center;
    }
    div#advanced_cms_wrapper_9 > .row:nth-child(3) {
        grid-template-columns: 100%;
        gap: 30px;
    }
    div#advanced_cms_wrapper_9 > .row:nth-child(3) img {
        width: 700px;
        margin: 0 auto !important;
        display: block;
    }
}
@media screen and (max-width: 550px) {
    div#advanced_cms_wrapper_9 > .row:nth-child(3) .magipa-info p:nth-child(1) {
        flex-direction: column;
    }
    div#advanced_cms_wrapper_9 > .row:nth-child(3)  .magipa-info img {
        width: 200px;
    }
}