.easyuse-container{
    padding: 20px;
    background-image: url('../images/btp_chiptuningfiles_page_banner_bg.png');
    background-size: cover; /* Resmi container'a sığacak şekilde boyutlandırır */
    background-repeat: no-repeat; /* Tekrarlamayı engeller */
    background-position: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.4);
    margin:20px;
}
.easyuse-header {
    padding-top:30px;
    text-align: center;
}
.easyuse-register {
    text-align: center;
    padding:30px;
}
.easyuse-header-h1 p{
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.easyuse-header-note p{
    font-size: 18px;
    color: white;
}
.easyuse-boxes {
    width: 100%; /* Sayfa genişliğinin tamamını kaplar */
    text-align: center; /* İçindekileri ortalamak için */
    font-size: 12px;
    padding: 20px;
}

.easyuse-boxes > div {
    display: inline-block; /* Divleri yanyana sıralar */
    margin: 0 10px; /* Divler arasında boşluk bırakır (isteğe bağlı) */
    
}
.easyuse-first-container{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.6);
    text-align: center;
    width: 250px;
    height: 250px;
    
}
#easyuse-icons{
    margin-top: 10px;
    font-size: 60px;
    color: red;
}

.easyuse-note,.easyuse-note2,.easyuse-note3,.easyuse-note4{
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.easyuse-note p,.easyuse-note2 p,.easyuse-note3 p,.easyuse-note4 p{
    font-size:12px;
}
.easyuse-number2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.easyuse-number{
    display: flex;
    justify-content: center; /* Yatayda ortalamak için */
    align-items: center; /* Dikeyde ortalamak için */
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    font-size:30px;
    color: white;
}



.easyuse-second-container{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.6);
    width: 250px;
    height: 250px;
}
.easyuse-third-container{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.6);
    width: 250px;
    height: 250px;
}
.easyuse-fourth-container{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.6);
    width: 250px;
    height: 250px;
}

.cmc-baslik h1,.cmc-baslik2 h1,.cmc-baslik3 h1,.cmc-baslik4 h1{
    font-size:22px;
}
/* 1100px ekran genişliği ve altındaysa containerları yatayda sırala */
@media (max-width: 1250px) {
    .easyuse-first-container,
    .easyuse-second-container,
    .easyuse-third-container,
    .easyuse-fourth-container {
        flex-direction: row; /* Yatayda sırala */
        width: 40%; /* İki container'ı yanyana sırala */
    }
    .easyuse-boxes > div {
        margin: 10px 10px; /* Divler arasında boşluk bırakır (isteğe bağlı) */
        
    }
}
/* 1100px ekran genişliği ve altındaysa containerları yatayda sırala */
@media (max-width: 750px) {
    .easyuse-first-container,
    .easyuse-second-container,
    .easyuse-third-container,
    .easyuse-fourth-container {
        flex-direction: row; /* Yatayda sırala */
        width: 60%; /* İki container'ı yanyana sırala */
    }
    

}