.other-infocards-section {
    margin-top: 48px;
    padding-top: 96px;
    padding-bottom: 96px;
}

.other-infocards-wraper {
    display: grid;
    gap: 48px;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 0px;
    align-items:flex-start;
}

.other-infocard {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.other-infocards-wraper > a {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 4px rgba(19, 30, 41, 0.08);
    border-radius: 5px;
    height: auto;
}
.other-infocards-wraper a, .other-infocards-wraper a:hover, .other-infocards-wraper a:focus {
    text-decoration: none;
}
.other-infocard-title {
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    color: #004F59 !important;
    margin-top: 0px;
    margin-bottom: 10px;
}

.other-infocard-desc {
    padding: 32px 32px 32px 32px;
    width: 100%;
    position: relative;
}

.other-infocard-detail {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    color: #131E29;
    margin-bottom: 12px;
}

.btn-card-deflt {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.1px;
    color: #004F59;
    border: 2px solid #004F59;
    border-radius: 5px;
    padding: 8px 2px;
    width: auto;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.other-infocard-desc > span {
    display: block;
    text-align: center;
    padding: 14px 22px;
    margin-top: 24px;
    max-width: 199px;
    position: relative;
}

.other-infocard-img {
    width: 40%;
    border-radius: 0px 5px 5px 0px;
    clip-path: polygon(100% -175%, 0% 100%, 100% 100%);
    object-fit: cover;
    position: relative;
    height: auto;
}

.other-infocard-img-overlay {
    display: none
}
.other-infocards-wraper a:hover {
    background: #E2F5E9;
    transition-delay: .05s;
}
    .other-infocards-wraper a:hover .other-infocard-img + .other-infocard-img-overlay {
        transition-delay: .05s;
        content: '';
        background: #131E29;
        opacity: .1;
        position: absolute;
        display: block;
        width: 40%;
        left: auto;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 0;
        overflow: hidden;
        border-radius: 0px 5px 5px 0px;
        clip-path: polygon(100% -175%, 0% 100%, 100% 100%);
    }
.cards-wraper-4 .other-infocards-wraper {
    grid-template-columns: repeat(4, 1fr);
}

.cards-wraper-4 .other-infocard-icon, .cards-wraper-4 .other-infocard-img {
    display: none;
}

.cards-wraper-4 a:hover .other-infocard-img + .other-infocard-img-overlay {
    display: none;
}

.cards-wraper-3 .other-infocards-wraper {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

.cards-wraper-3 .other-infocard-icon {
    width: 112px;
    height: auto;
}

#dvLayout2v2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.multiple-cards .row {
    padding: 0px 0px !important;
}

.multiple-cards {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .multiple-cards ~ .multiple-cards {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .multiple-cards .other-infocards-wraper {
        padding: 24px 0px;
    }

    .multiple-cards:last-of-type {
        padding-bottom: 48px;
    }

    .multiple-cards:first-of-type {
        padding-top: 48px;
    }
.otherinfo-card-lnk:focus-visible {
    border: 2px solid red;
}
@media screen and (max-width:1199px) {
    .cards-wraper-4 .other-infocards-wraper, .cards-wraper-3 .other-infocards-wraper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:1024px) {
    .other-infocards-wraper {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }

    .other-infocard-desc {
        padding: 20px 0px 20px 20px;
    }

    .other-infocard-title {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    .btn-card-deflt {
        margin-top: 15px !important;
        display: block;
    }

    .other-infocard {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .other-infocard-icon {
        width: 96px;
    }

    .cards-wraper-4 .other-infocards-wraper, .cards-wraper-3 .other-infocards-wraper {
        grid-template-columns: repeat(2, 1fr);
    }




    .other-infocard-desc > span {
        display: block;
        padding: 14px 22px;
    }

    .multiple-cards {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .multiple-cards ~ .multiple-cards {
            margin-top: 0px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .multiple-cards .other-infocards-wraper {
            padding: 12px 0px;
        }

        .multiple-cards:last-of-type {
            padding-bottom: 32px;
        }

        .multiple-cards:first-of-type {
            padding-top: 32px;
        }

}
@media screen and (max-width:576px) {
    .other-infocards-wraper {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }

    .cards-wraper-4 .other-infocards-wraper, .cards-wraper-3 .other-infocards-wraper {
        grid-template-columns: repeat(1, 1fr);
    }

}
@media screen and (max-width:360px) {
    .other-infocard-img, .other-infocard-icon {
        display: none;
    }

    .other-infocards-wraper a:hover .other-infocard-img + .other-infocard-img-overlay {
        display: none;
    }

    .other-infocard-desc {
        padding: 20px;
        width: 100%;
    }

    .other-infocards-wraper a:hover .other-infocard-img-overlay {
        display: none;
    }
}