.solutionPage .solution-card {
    transition: outline-color 0.4s ease;
    outline-offset: -3px;
    outline: 3px solid transparent;
}

.solutionPage .a-service:hover .solution-card {
    outline-color: #E9B245;
}

.solutionPage .a-service {
    outline: none !important;
}

.solutionItemPage .solution-banner {
    padding: 77px 0 60px;
    height: auto;
}

.solutionItemPage .solution-banner-content {
    /*max-width: unset;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

.solutionItemPage .solution-banner-texts {
    width: 44%;
}

.solutionItemPage .image-block {
    position: unset;
    width: 27.6%;
    padding-top: 27.6%;
}

.section-1 {
    text-align: left;
    font-size: 16px !important;
}

.pdfContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pdfItem {
    padding: 1.3% 1.4% 1.4% 6.2%;
    border: 1px solid #E9B245;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-family: 'Montserrat Regular', sans-serif;
    margin-right: 1.7rem;
    margin-bottom: 1.7rem;
    position: relative;
}

.pdfItem:last-of-type {
    margin-right: 0;
}

.pdfItem::before {
    content: '';
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: center no-repeat url("../images/file-pdf.svg");
    background-size: contain;
    width: 1.4rem;
    height: 1rem;
}

.smallMBhr {
    margin-bottom: 44px;
}

.smallMThr {
    margin-top: calc(44px - 1.7rem);
}

@media (max-width: 900px){
    .pdfItem {
        padding: 1.7% 1.8% 1.8% 9%;
    }
}

@media (max-width: 768px) {
    .solutionItemPage .solution-banner-texts {
        width: 100%;
    }

    .solutionItemPage .image-block {
        width: 60% !important;
        padding-top: 57%;
        height: unset !important;
        margin-left: auto;
    }

    .solutionItemPage .solution-banner-content {
        flex-direction: column;
    }

    .pdfItem {
        padding: 2% 2% 2% 12%;
    }
}

@media (max-width: 480px) {
    .solutionItemPage .solution-banner-title {
        margin-bottom: 17px;
    }

    .solutionItemPage .solution-banner-description {
        margin-bottom: 23px;
    }

    .solutionItemPage .solution-banner {
        padding: 50px 20px 60px !important;
    }

    .pdfItem {
        text-align: center;
        margin-right: 0;
        width: 100%;
        padding: 4.5% 3% 4.5% 12%;
        margin-bottom: 20px;
    }

    .pdfItem::before {
        width: 1.6rem;
        height: 1rem;
    }
}
