<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Place for Seventh AC page styles here.

MAIN


*/
 
/* MAIN */
.page-ac__seventh-screen {
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 130px;
    padding-bottom: 130px;
}


.block-eshield__fifth-screen__title {
    text-align: center;
}

.block-eshield__fifth-screen__title h2 {
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.block-eshield__fifth-screen__description {
    font-size: 28px;
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 2em;
}

.block-eshield__fifth-screen__description p {
    color: #2E6B85;
}

.block-eshield__fifth-screen__view &gt; div &gt; div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    justify-content: center;
    row-gap: 3em;
    column-gap: 3em;
}








/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
    .page-ac__seventh-screen {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
    .block-eshield__fifth-screen__view &gt; div &gt; div {
        grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
        row-gap: 5em;
    }
}

@media (max-width: 1150px) {
    .page-eshield__fifth-screen {
        padding-left: 30px;
        padding-right: 30px;
    }
    .block-eshield__fifth-screen__description {
        font-size: 28px;
        padding-left: 13%;
        padding-right: 13%;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .page-ac__seventh-screen {
        margin-bottom: 10em;
    }
    .block-eshield__fifth-screen__view &gt; div &gt; div {
        grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
        row-gap: 2em;
    }
}

@media (max-width: 834px) {
  
}

@media (max-width: 768px) {
    .view-employeer__profession {
        font-size: 22px;
    }
}

@media (max-width: 650px) {
    .block-eshield__fifth-screen__view &gt; div &gt; div {
        display: flex;
        flex-direction: column;
    }
    .page-ac__seventh-screen {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .block-eshield__fifth-screen__description {
        font-size: 24px;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 450px) {
    .block-eshield__fifth-screen__title h2 {
        font-size: 32px;
    }
}

@media (max-width: 380px) {
}







</pre></body></html>