.kapsayici{
display: flex;
align-items: center;
justify-content: center;
padding: 5px;
margin: 5px;
height: 100vh;
overflow: hidden;
}
.cp_cff_custom, .cp_cff_custom-card{
width: 50%;
border: solid 1px;
height: 500px;
background-color: rgb(255, 178, 127);
margin-right: 2px;
flex-wrap: wrap;
}
@media (max-width:1200px){
.kapsayici{
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.cp_cff_custom, .cp_cff_custom-card{
margin-bottom: 2px;
width: 100%;
}
}