#hizmet {
    width: 100%;
    background-color: white;
}
#hizmet > h1 {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    color: #252263;
    text-align: center;
}
#hizmet > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px auto;
}
@media screen and (min-width: 1341px) {
    #hizmet > div {
        width: 1320px;
        justify-content: start;
    }
}
@media screen and (max-width: 1340px) and (min-width: 661px) {
    #hizmet > div {
        width: 640px;
        justify-content: start;
    }
}
@media screen and (max-width: 660px) {
    #hizmet > div {
        width: 90%;
        justify-content: center;
    }
}
#hizmet > div > nav {
    width: 300px;
    height: 280px;
    background-color: #F0F4F9;
    box-shadow: 0px 0px 5px #F0F4F9;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items:last baseline;*/
    align-items:center;
    padding: 20px 0px 50px 0px;
}
#hizmet > div > nav > h1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #252263;
    font-weight: bold;
    text-align: center;
}
