.integration-list {
    list-style: none;
    margin: 0 -8 px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.integration-card {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 270px;
    flex: 0 270px;
    height: 184px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 24px rgb(51 51 51 / 7%);
    box-shadow: 0px 8px 24px rgb(51 51 51 / 7%);
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    margin: 0 8px 24px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.integration-card-add {
    color: #1A83C7;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    padding: 33px;
    text-align: center;
}

.icon-add {
    width: 3.5rem;
}

.position-toggle {
    position: absolute;
    left: 210px;
    top: 7px;
}