h4{
    margin-top: 95px;
    font-size: 22pt;
    text-transform: lowercase;
}
h4 span{
    font-size: 40pt;
    text-transform: uppercase;
}


.size12px{
    font-size: 12px;
}
#contentcategory{
    color: #555;
    padding-top: 0;
    padding-bottom: 0;
    border-left: solid;
    padding-left: 50px;
    border-left-color: #9d9d9d;
    border-left-width: 2px;
}
#contentcategory p{
    padding-top: 0 !important;
}
.gallery-title-style {
    text-align: left !important;
    font-size: 48pt;
     font-weight: 600;
}
.gallery-subtitle-style {
    font-size: 20pt;
    font-weight: 500;
}

.gallery-image-style {
    border-radius: 8pt;
    box-shadow: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marki-title{
    font-size:36pt; 
    font-weight:600; 
    margin-bottom:1em; 
    text-align:center;
}
@media (max-width: 800px) {
    .gallery-image-style {
        border-radius: 8pt;
        box-shadow: none;
    }

    .gallery-title-style {
        font-size: 32pt;
     font-weight: 600;
    }

    .gallery-subtitle-style {
        font-size: 16pt;
        font-weight: 500;
    }
    .section_gallery{
        margin-left: -15px;
        width: 108% !important;
        
    }

    .marki-title{
        font-size:22pt; 
        font-weight:600; 
        margin-bottom:0.5em; 
        text-align:center;
    }
}
#midsection > div > div.row.text-center.centerpage > div > div:nth-child(2) > span {
        margin-left: -3px !important;
    }

.catalog-title{
    font-weight: 600; 
    font-size: 36pt;
}

@media (max-width: 800px) {
    .catalog-title {
        font-size: 22pt;
    }
}