#ozels {
    width: 100%;
    background-color: white;
}
#ozels > nav {
    width: 100%;
    background: linear-gradient(105deg, #312D8A 0%, #252263 100%);
    height: 200px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
#ozels > nav > p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#ozels > nav > p > a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
#ozels > nav > h1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
#ozels > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px auto;
}
@media screen and (min-width: 1341px) {
    #ozels > div {
        width: 1320px;
        justify-content: start;
    }
}
@media screen and (max-width: 1340px) and (min-width: 661px) {
    #ozels > div {
        width: 640px;
        justify-content: start;
    }
}
@media screen and (max-width: 660px) {
    #ozels > div {
        width: 90%;
        justify-content: center;
    }
}
#ozels > div > nav {
    width: 300px;
    box-shadow: 0px 0px 5px #F0F4F9;
    border: 1px solid #F0F4F9;
    border-radius: 10px;
    overflow: hidden;
}
#ozels > div > nav > a {
    text-decoration: none;
    padding: 25px 0px;
    display: block;
    width: 100%;
    height: 100%;
}
#ozels > div > nav > a > div {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
    text-align: center;
}
#ozels > div > nav > a > div > img {
    height: 100%;
}
#ozels > div > nav > a > h1 {
    width: 100%;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    color: #252263;
    text-align: center;
    margin-bottom: 10px;
}
#ozels > div > nav > a > h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}
#ozels > div > nav > a > p {
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: black;
    text-align: center;
}