#insurers {
    position: relative;
}

#insurers button {
    position: absolute;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#insurers button svg{
    font-size: 40px;
}

#insurers button#btn-left-logos {
    left: 0;
    top: 120px;
}

#insurers button#btn-right-logos {
    right: 0;
    top: 120px;
}