@media (min-width: 1200px) {
    .main_container {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 1200px;
        min-height: 1000px;
        height: auto;
        margin-bottom: 100px;
    }

    .maindiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 300px;
        height: auto;
        padding: 20px 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
    }

    .maindiv .gunlerdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 50px;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #aaa;
    }

    .maindiv .gunlerdiv .baslikdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 70%;
        height: 100%;
    }

    .maindiv .gunlerdiv .baslikdiv .baslik {
        display: inline-block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        font-size: 24px;
        padding: 3px 10px;
        color: rgb(0, 5, 71);
        overflow: hidden;
        cursor: default;
        font-weight: bold;
    }

    .maindiv .gunlerdiv .baslikdiv .icerik {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow: auto;
        color: #555;
        font-size: 16px;
        overflow: hidden;
        padding: 5px 10px;
        cursor: default;
    }

    .maindiv .gunlerdiv .indirdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: baseline;
        color: #aaa;
        font-size: 12px;
    }

    .maindiv .gunlerdiv .indirdiv .indira {
        color: #555;
        font-size: 20px;
    }

    .maindiv .gunlerdiv .indirdiv .indira i {
        color: rgb(0, 5, 71);
        font-size: 50px;
        cursor: pointer;
        transition: .5s ease;
        padding: 40px;
        border-radius: 20px;
        border: 1px solid #ddd;
        margin-top: 20px;
    }

    .maindiv .gunlerdiv .indirdiv .indira i:hover {
        border: 1px solid #aaa;
        box-shadow: 0px 5px 10px #aaa;
        transform: translateY(-6px);
    }
}

@media (max-width: 1200px) {
    .main_container {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 1200px;
        min-height: 1000px;
        height: auto;
        margin-bottom: 100px;
    }

    .maindiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 300px;
        height: auto;
        padding: 20px 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
    }

    .maindiv .gunlerdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 50px;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #aaa;
    }

    .maindiv .gunlerdiv .baslikdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 70%;
        height: 100%;
    }

    .maindiv .gunlerdiv .baslikdiv .baslik {
        display: inline-block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        font-size: 24px;
        padding: 3px 10px;
        color: rgb(0, 5, 71);
        overflow: hidden;
        cursor: default;
        font-weight: bold;
    }

    .maindiv .gunlerdiv .baslikdiv .icerik {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow: auto;
        color: #555;
        font-size: 16px;
        overflow: hidden;
        padding: 5px 10px;
        cursor: default;
    }

    .maindiv .gunlerdiv .indirdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: baseline;
        color: #aaa;
        font-size: 12px;
    }

    .maindiv .gunlerdiv .indirdiv .indira {
        color: #555;
        font-size: 20px;
    }

    .maindiv .gunlerdiv .indirdiv .indira i {
        color: rgb(0, 5, 71);
        font-size: 50px;
        cursor: pointer;
        transition: .5s ease;
        padding: 40px;
        border-radius: 20px;
        border: 1px solid #ddd;
        margin-top: 20px;
    }

    .maindiv .gunlerdiv .indirdiv .indira i:hover {
        border: 1px solid #aaa;
        box-shadow: 0px 5px 10px #aaa;
        transform: translateY(-6px);
    }
}

@media (max-width: 700px) {
    .main_container {
        position: relative;
        top: 50px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        min-height: 1000px;
        height: auto;
        margin-bottom: 0px;
        background-color: #eee;
    }

    .maindiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: auto;
        height: auto;
        padding: 20px 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column-reverse;
    }

    .maindiv .gunlerdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #aaa;
    }

    .maindiv .gunlerdiv .baslikdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .maindiv .gunlerdiv .baslikdiv .baslik {
        display: inline-block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 3px 10px;
        color: rgb(0, 5, 71);
        overflow: hidden;
        cursor: default;
        font-weight: bold;
        text-align: center;
    }

    .maindiv .gunlerdiv .baslikdiv .icerik {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        overflow: auto;
        color: #555;
        font-size: 10px;
        overflow: auto;
        padding: 50px 5px;
        cursor: default;
    }

    .maindiv .gunlerdiv .indirdiv {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: baseline;
        color: #aaa;
        font-size: 10px;
    }

    .maindiv .gunlerdiv .indirdiv .indira {
        color: #555;
        font-size: 20px;
    }

    .maindiv .gunlerdiv .indirdiv .indira i {
        color: rgb(0, 5, 71);
        font-size: 30px;
        cursor: pointer;
        transition: .5s ease;
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #ddd;
        margin-top: 20px;
    }

    .maindiv .gunlerdiv .indirdiv .indira i:hover {
        border: 1px solid #aaa;
        box-shadow: 0px 5px 10px #aaa;
        transform: translateY(-6px);
    }
}