.button-item {
    list-style-type: none;
    background-color: #0071B9;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 335px;
    min-height: 50px;
    box-sizing: border-box;
    flex-direction: row;
}

.button-item-container {
    width: 100%;
    max-width: 335px;
}

.button-item .button-icon i {
    font-size: 16px;
    color: white;
}

.button-item .button-icon-left {
    margin-right: 10px;
}

.button-item .button-icon-right {
    margin-left: 10px;
}

.button-item .text {
    font-size: 18px;
    color: white;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}.overviewpages-main .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 120px;
}

.overviewpages-main .overview-item {
    background: linear-gradient(0deg, rgba(0,155,217,1) 0%, rgba(0,56,123,1) 100%);
    width: 100%;
    max-width: 670px;
    min-width: 100px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
}

.overviewpages-main .overview-item .image-container {
    padding: 30px 30px 0 30px;
    max-width: 590px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}

.overviewpages-main .overview-item img {
    padding: 20px;
    width: 100% !important;
    height: auto;
}

.overviewpages-main .text-container span {
    color: white;
    text-align: center;
    line-height: 40px;
    word-break: break-word;
    font-size: 27px;
    font-weight: 700;
    display: flex;
    padding-bottom: 10px;
}

.overviewpages-main .text-container span:before{
    content: '\f061';
    font-family: 'Font Awesome 6 Sharp';
    font-size: 37px;
    margin-right: 15px;
    font-weight: 700;
}

.overviewpages-main .text-addition {
    text-align: start;
}

.overviewpages-main .text-addition span {
    font-size: 18px;
    font-weight: 400;
    padding-left: 48px;
}


.overviewpages-main .has-image a h2 {
    font-size: 30px;
}

.overviewpages-main .no-image a h2 {
    font-size: 40px;
}

.overviewpages-main .text-container {
    display: flex !important;
}

.overviewpages-main .overview-item.no-image a h2 {
    margin: 0;
    padding: 0;
}

.overviewpages-main .overview-item a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    text-decoration: none;
    padding: 50px;
    justify-content: center;
}

@media only screen and (max-width: 1250px){
    .overviewpages-main .content-container {
        gap: 30px 30px;
    }

    .overviewpages-main .text-container span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px){
    .overviewpages-main .overview-item a {
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 900px) {
    .overviewpages-main .content-container {
        grid-template-columns: 1fr;
    }
    .overviewpages-main .overview-item {
        max-width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 520px){
    .overviewpages-main .text-container span {
        line-height: 20px;
    }

    .overviewpages-main .text-container span:before {
        font-size: 30px;
    }

    .overviewpages-main .overview-item {
        min-height: 130px;
    }
}

@media  screen and (max-width: 200px) {
    .overviewpages-main .image-container img {
        display: none;
    }
}


.overviewpages-main .ai-mark {
    position: absolute;
    bottom: 40px;
    right: 45px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.overviewpages-main .ai-mark:before {
    content: '';
    background: url(/_images/ai-mark.svg) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    opacity: 0.4;
}

.overviewpages-main .image-container span {
    position: absolute;
    bottom: 20px;
    right: 55px;
    font-size: 12px;
}