@media screen and (max-width:1199px) {

    .lige,
    .ulige {
        flex-direction: column-reverse;
    }

    .cast_txt {
        padding: 10% 0;
    }
}

@media screen and (max-width:599px) {
    main {
        grid-template-rows: repeat(7, 1fr);
    }

    main #main-section {
        padding-top: 700px;
    }

    .readmore {
        display: block;
    }

    .readmore:hover {
        cursor: pointer;
    }

    #ekstra{
        display: none;
    }
}