#hizmets {
    width: 100%;
    background-color: white;
}
#hizmets > nav#n1 {
    width: 100%;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    height: 200px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
#hizmets > nav#n1 > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#hizmets > nav#n1 > p > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#hizmets > nav#n1 > h1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#hizmets > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px auto;
}
@media screen and (min-width: 1341px) {
    #hizmets > div {
        width: 1320px;
        justify-content: start;
    }
}
@media screen and (max-width: 1340px) and (min-width: 661px) {
    #hizmets > div {
        width: 640px;
        justify-content: start;
    }
}
@media screen and (max-width: 660px) {
    #hizmets > div {
        width: 90%;
        justify-content: center;
    }
}
#hizmets > 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;
}
#hizmets > div > nav > h1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #252263;
    font-weight: bold;
    text-align: center;
}
#hizmets > nav#n2 {
    width: 100%;
    text-align: center;
}
#hizmets > nav#n2 > h1 {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    color: #252263;
}
#hizmets > nav#n2 > div {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (min-width: 1341px) {
    #hizmets > nav#n2 > div {
        width: 1320px;
    }
}
@media screen and (max-width: 1340px) and (min-width: 661px) {
    #hizmets > nav#n2 > div {
        width: 640px;
        justify-content: center;
    }
}
#hizmets > nav#n2 > div > nav {
    width: 400px;
    box-shadow: 0px 0px 5px #e1edfc;
    border-radius: 15px;
    overflow: hidden;
}
@media screen and (max-width: 660px) {
    #hizmets > nav#n2 > div {
        width: 90%;
        justify-content: center;
    }
    #hizmets > nav#n2 > div > nav {
        width: 100%;
    }
}
#hizmets > nav#n2 > div > nav > div {
    width: 100%;
    height: 225px;
    position: relative;
    z-index: 0;
}
#hizmets > nav#n2 > div > nav > div > h1 {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    font-weight: bold;
    color: #252263;
}
#hizmets > nav#n2 > div > nav > div > div {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#hizmets > nav#n2 > div > nav > div > nav {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    border-radius: 0px 0px 170px 170px;
    background-color: #F0F4F9;
}
#hizmets > nav#n2 > div > nav > nav {
    width: 100%;
    overflow: hidden;
    padding: 30px;
}
#hizmets > nav#n2 > div > nav > nav > p {
    width: 100%;
    line-height: 3;
    color: #252263;
    font-size: 20px;
    text-align: right;
    border-bottom: 1px solid #e1edfc;
}
#hizmets > nav#n2 > div > nav > nav > p:nth-last-child(1) {
    border-bottom: none;
}