#ozeler {
    width: 100%;
    background-color: white;
}
#ozeler > nav#n1 {
    width: 100%;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
#ozeler > nav#n1 > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#ozeler > nav#n1 > p > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#ozeler > nav#n1 > h1 {
    width: 100%;
    line-height: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#ozeler > div#d1 {
    margin: 40px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#ozeler > div#d1 > nav#n2 {
    box-shadow: 0px 0px 5px #F0F4F9;
    border: 1px solid #F0F4F9;
}
@media screen and (min-width: 1341px) {
    #ozeler > div#d1 {
        width: 1320px;
        justify-content: start;
        align-items: start;
    }
    #ozeler > div#d1 > nav#n1 {
        width: 260px;
    }
    #ozeler > div#d1 > nav#n2 {
        width: 1020px;
        padding: 50px;
    }
}
@media screen and (max-width: 1340px) and (min-width: 661px) {
    #ozeler > div#d1 {
        width: 640px;
        justify-content: center;
        align-items: center;
    }
    #ozeler > div#d1 > nav#n1 {
        width: 100%;
    }
    #ozeler > div#d1 > nav#n2 {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 660px) {
    #ozeler > div#d1 {
        width: 90%;
        justify-content: center;
        align-items: center;
    }
    #ozeler > div#d1 > nav#n1 {
        width: 100%;
    }
    #ozeler > div#d1 > nav#n2 {
        width: 100%;
        padding: 30px;
    }
}
#ozeler > div#d1 > nav#n1 > div {
    width: 100%;
    height: 160px;
    text-align: center;
    overflow: hidden;
}
#ozeler > div#d1 > nav#n1 > div > img {
    height: 160px;
}
#ozeler > div#d1 > nav#n1 > h1 {
    width: 100%;
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    color: #252263;
    text-align: center;
    margin-top: 25px;
}
#ozeler > div#d1 > nav#n1 > h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}
#ozeler > div#d1 > nav#n1 > nav#n1 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
#ozeler > div#d1 > nav#n1 > nav#n1 > h3 {
    width: 75px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #252263;
}
#ozeler > div#d1 > nav#n1 > nav#n2 {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#ozeler > div#d1 > nav#n1 > nav#n2 > h4 {
    width: 75px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #999999;
}
#ozeler > div#d1 > nav#n1 > p {
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: black;
    text-align: center;
}
#ozeler > div#d1 > nav#n1 > nav#n3 {
    height: 40px;
    width: 150px;
    overflow: hidden;
    border-radius: 25px;
    margin: 25px auto 0px auto;
}
#ozeler > div#d1 > nav#n1 > nav#n3 > a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    text-align: center;
}
#ozeler > h1 {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    color: #252263;
    text-align: center;
}
#ozeler > nav#n2 {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px auto;
}
@media screen and (min-width: 1341px) {
    #ozeler > nav#n2 {
        width: 1320px;
        justify-content: start;
    }
}
@media screen and (max-width: 1340px) and (min-width: 661px) {
    #ozeler > nav#n2 {
        width: 640px;
        justify-content: start;
    }
}
@media screen and (max-width: 660px) {
    #ozeler > nav#n2 {
        width: 90%;
        justify-content: center;
    }
}
#ozeler > nav#n2 > nav {
    width: 300px;
    box-shadow: 0px 0px 5px #F0F4F9;
    border: 1px solid #F0F4F9;
    border-radius: 10px;
    overflow: hidden;
}
#ozeler > nav#n2 > nav > a {
    text-decoration: none;
    padding: 25px 0px;
    display: block;
    width: 100%;
    height: 100%;
}
#ozeler > nav#n2 > nav > a > div {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
    text-align: center;
}
#ozeler > nav#n2 > nav > a > div > img {
    height: 100%;
}
#ozeler > nav#n2 > nav > a > h1 {
    width: 100%;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    color: #252263;
    text-align: center;
    margin-bottom: 10px;
}
#ozeler > nav#n2 > nav > a > h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}
#ozeler > nav#n2 > nav > a > p {
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: black;
    text-align: center;
}
#ozeler > div#d1 > nav#n2 h1, #ozeler > div#d1 > nav#n2 h2, #ozeler > div#d1 > nav#n2 h3, #ozeler > div#d1 > nav#n2 h4, #ozeler > div#d1 > nav#n2 h5, #ozeler > div#d1 > nav#n2 h6 {
    width: 100%;
    line-height: 2.5;
    font-weight: bold;
}
#ozeler > div#d1 > nav#n2 p {
    width: 100%;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
}
#ozeler > div#d1 > nav#n2 ul {
    width: 100%;
    padding: 0px 25px;
    margin-bottom: 20px;
}
#ozeler > div#d1 > nav#n2 li {
    width: 100%;
    line-height: 2;
    text-align: justify;
}
#ozeler > div#d1 > nav#n2 strong {
    font-weight: bold;
}
#ozeler > div#d1 > nav#n2 div {
    width: 100%;
    margin: 20px 0px;
}
#ozeler > div#d1 > nav#n2 nav {
    width: 100%;
    color: #252263;
}
#ozeler > div#d1 > nav#n2 :nth-last-child(1) {
    margin-bottom: 0px;
}