@media(max-width: 767px){
    .progect_image a.galleryItem__link {
        display: inline-block;
        position: relative;
        margin: 10px;
    }
    .galleryItem__title {
        background: rgba(0,0,0,.5) none repeat scroll 0 0;
        bottom: 5px;
        color: #fff;
        font-size: 12px;
        left: 0;
        line-height: 16px;
        margin: auto;
        min-height: 46px;
        padding: 7px 10px;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .progect_image img {
        cursor: pointer;
        display: inline-block!important;
        height: auto;
        object-fit: cover;
        object-position: center top;
        width: 215px;
        max-width: 100%;
    }
    .about-page p {
        margin: 7px 0;
    }
    b, strong {
        font-weight: bold !important;
    }
    .gallery_project{
        margin-bottom: 2rem;
        text-align: center;
    }
    .about-page{
        font-size: 1.2rem;
    }
}
@media(max-width: 340px){
    .about-page{
        font-size: 1.4rem;
    }
}