.prd-dc.int.fea .flex .fea-box{
max-width:310px;
}
.bannerflex.light.sdp, .bannerflex.light.sdpod{
    background-color: #C6E0FF !important;
    color: #000;
}
.int.fea .flex .fea-box .fea-box-icon {
    width: 100px;
    background-color: #C6E0FF !important;
}
.prd-dc.int.res .flex .res-box a img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 15px;
    padding: 20px;
    background-color: #C6E0FF !important;
}
@media(max-width:800px){
    .bannerflex{display:block;}
}
    .other-integrations {
        text-align: center;
        padding: 60px 0px;
    }

    .other-integrations h2 {
        font-size: 34px;
        text-align: center;
        margin: 0;
        font-weight: 600;
    }

    .other-integrations img {
        width: 100%;
        height: 70%;
    }

    .other-integrations .flex {
        display: flex;
        margin: 40px auto;
        max-width: 1000px;
        justify-content: center;
        grid-gap: 15px;
        flex-wrap: wrap;
    }

    .other-integrations .flex li a {
        background: aliceblue;
        border: solid #ddf2ff 1px;
        border-radius: 10px;
        width: 200px;
        height: 50px;
    }

    .other-integrations img.square-image {
        height: 100%;
    }

    .other-integrations p {
        font-size: 18px;
    }

    .other-integrations img.mini-image {
        height: 50%;
    }

    .other-integrations .flex li a {
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .other-integrations .flex li a:hover {
        box-shadow: 0px 0px 5px #ddf2ff;
        transform: scale(1.01);
    }

    .other-integrations a.cta {
        border: solid red 1px;
        color: #e9142b;
        font-size: 18px;
        line-height: 30px;
        padding: 4px 10px;
        display: inline-block;
        width: 225px;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
    }

    .other-integrations a.cta:hover {
        background: #e9142b;
        color: #fff;
    }