#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 > p {
    width: 100%;
    font-size: 20px;
    line-height: 1;
    color: #252263;
    margin-bottom: 25px;
    text-align: center;
}
#hizmet > nav {
    margin: 0px auto;
    height: 40px;
    width: 220px;
    border-radius: 50px;
    overflow: hidden;
}
#hizmet > nav > a {
    color: white;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
#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;
    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;
}
