@media screen and (max-width: 768px) {
    .activtyRes {
        flex-direction: column;
    }

    /*#activity {*/
    /*    margin-bottom: 250px;*/
    /*}*/
    .activity-image {
        margin-top: 200px;
    }

    .activity-title {
        text-align: center;
        font-size: 32px;
        font-family: Gravity-Bold;
        line-height: 2.28;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #071050;
        margin-top: 230px;
    }

    .robot-div {
        background-image: url("../image/robot/robot.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #6a1a21;
    }

    .game-div {
        background-image: url("../image/game/game.png");
        background-repeat: no-repeat;
    }

    .activity-div {
        border-radius: 10px;
        box-shadow: 0 32px 64px 0 rgba(140, 136, 150, 0.3);
        background-color: #fff;

    }

    .image-description {
        margin-left: 5px;
        margin-top: 20px;
        font-size: 15px;
        font-family: Gravity;
        font-weight: 600;
        color: #17029a;
        text-align: left;
    }

    .activity-description {
        margin: 20px 10px 30px 5px;
        font-size: 14px;
        text-align: left;
        margin-left: 5px;
    }

    .activity-continue {
        margin-right: 10px;
        font-family: Gravity;
        font-size: 16px;
        color: #0222a7;
    }

    .activity-continue2 {
        margin-right: 10px;
        font-family: Gravity;
        font-size: 13px;
        text-align: center;
        color: rgba(35, 36, 41, 0.47);
    }

    .activity-continue-arrow {
        margin-top: 5px;
        width: 25px;
        height: 20px;
    }

    .activtyDate {
        justify-content: space-between;
        align-items: end;
    }

    .activtyDate2 {
        margin-bottom: 40px;
    }

    .activityDateText {
        font-family: Gravity;
        font-size: 30px;
        display: flex;
        text-align: start;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #726d6d;
    }

    .dropdownBorder {
        width: 114px;
        height: 32px;
        border: solid 1px #e5e5e5;
        margin: 8px 20px 20px 20px;
        object-fit: contain;
        border-radius: 4px;

    }

    .picturesAbout {
        width: 932px;
        height: 832px;
    }

}

@media screen and (min-width: 768px) {
}


/*#activity {*/
/*    margin-bottom: 250px;*/
/*}*/

.activity-image {
    margin-top: 200px;
}

.activity-title {
    text-align: center;
    font-size: 32px;
    font-family: Gravity-Bold;
    line-height: 2.28;
    color: #071050;
    margin-top: 50px;
    font-weight: bold;
}

.robot-div {
    background-image: url("../image/robot/robot.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #6a1a21;
}

.game-div {
    background-image: url("../image/game/game.png");
    background-repeat: no-repeat;
}

.activity-div {
    border-radius: 10px;

    box-shadow: 0 32px 64px 0 rgba(140, 136, 150, 0.3);
    background-color: #fff;

}

.image-description {
    font-size: 19px;
    font-family: Gravity;
    font-weight: 600;
    color: #17029a;
    text-align: left;
}

.activity-description {
    margin: 20px 10px 30px 5px;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
}

.activity-continue {
    margin-right: 10px;
    font-family: Gravity;
    font-size: 16px;
    color: #0222a7;
}

.activity-continue2 {
    margin: 0px;
    font-family: Gravity;
    font-size: 13px;
    text-align: center;
    color: rgba(35, 36, 41, 0.47);
}

.activity-continue-arrow {
    margin-top: 2px;
    width: 25px;
    height: 20px;
}

.activtyDate {
    justify-content: space-between;
    align-items: end;
}

.activtyDate2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
}

.activityDateText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-align: start;
    color: #726d6d;
}

.dropdownBorder {
    width: 114px;
    height: 32px;
    border: solid 1px #e5e5e5;
    margin: 8px 20px 20px 20px;
    object-fit: contain;
    border-radius: 4px;

}

.picturesAbout {
    width: 932px;
    height: 832px;
}

.all-news {
    padding: 9px 27px;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px #152c8a;
}