@media (max-width:768px) {
    .header__logo-2 img {
        height: 65px;
    }

    .d-s {
        flex-direction: column;
    }

    .d-s p {
        width: 100%;
    }

    #year-filter button {
        padding: 0 8px;
    }

    .course-content {
        flex-direction: column;
        gap: 20px;
    }
    .page__title p{
        width: 100% !important;
    }
    .courses .about_btn{
        margin-bottom: 1.5rem;
    }
    .r__portfolio .content_wrapper ul{
        width: 100%;
    }
    .portfolio__should .p-box-row {
        width: 90% !important;
        margin-left: 5%;
        padding: 2rem 0;
        justify-content: center;
        gap: 10px;
    }
    .gallery-image{
        height: 120px;
        width: 160px;
        object-fit: cover;
        display: inline-block;
    }
}