body {

    background-color: #f9f9f9 !important; 

}



.a-content{

    position: relative;

    margin-top: -330px;

    z-index: 9;

}



.a-cardui-layout{

   /* position: absolute;

    top: -350px;

    z-index: 9;*/

    display: flex;

    gap: 20px;

    padding: 0 40px 0 20px;

}



.a-cardui {

    background: #fff;

   /* height: 100%;*/

    height: 425px;

    position: relative;

    margin-bottom: 0;

    margin-top: 0;

    overflow: hidden;

    padding-top: 20px;

    padding-bottom: 15px;

}



.a-cardui-body{

    padding: 0 10px;

}



.a-selection{

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    justify-content: center;

    text-align: center;



}



.a-cardui .a-cardui-header {

    padding: 0 20px;

    margin-bottom: 10px;

}



.a-cardui-header h2 {

    font-size: 18px;

    line-height: 27.3px;

}



.a-item{

    flex: 0 0 45%;

    box-sizing: border-box;

    max-width: 155px;
    padding-bottom: 5px;

}

.a-img-item .card-img-top{
    max-width: 142px;
}