.category-actions div p{
    font-size: 28px;
    line-height: 35.7px;
    display: block;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.category-actions div p strong {
    font-weight: 700;
}
.category-actions div p a{
    color: #FC5B31;
    font-weight: 700;
}
.category-actions div p:first-child{
    width: fit-content;
    margin: 45px auto;
    padding: 15px 20px;
    background: #E0F9DC;
    font-size: 16px;
    font-weight: 400;
}



.single-format-standard .category-actions .gallery {
    margin-bottom: 17px;
}

.single-format-standard .category-actions h1 {
    margin-bottom: 22px;
}
.category-actions div p:first-child {
    margin-top: 0;
    padding: 15px 30px;
}
.single-format-standard .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.single-format-standard .category-actions .gallery-item {
    max-width: 32.027% !important;
    /* height: 440px; */
}





.entry-content{
    margin-bottom: 120px;
}
.entry-content .gallery{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.gallery-item{
    padding: 0 !important;
    max-width: 440px !important;
    width: 100%;
}
.gallery-icon.landscape a img{
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    max-height: 440px;
    height: 30vw;
}

@media (max-width:1860px) {
    .entry-content .gallery{
        gap: 1.32vw;
    }
}
/* @media (max-width:1460px) {
    .entry-content .gallery{
        gap: 20px;
    }
} */
@media(max-width: 1240px){
    .category-actions div p{
        font-size: 22px;
        line-height: 100%;
    }
    .single-format-standard .category-actions .entry-content {
        margin-bottom: 100px;
    }
    .single-format-standard .category-actions .gallery-item {
        max-width: 32.076% !important;
        max-height: 30vw;
    }
    .gallery-icon.landscape a img{
        /* max-height: 310px; */
    }
}
@media(max-width: 992px){
    /* .entry-content .gallery{
        gap: 20px;
    } */
    .single-format-standard .category-actions .gallery-item {
        max-width: 48% !important;
        max-height: 30vw;
    }
}
@media(max-width: 550px){
    .entry-content .gallery{
        gap: 0px;
    }
    .single-format-standard .category-actions .gallery-item {
        max-width: 100% !important;
        max-height: max-content;
        margin-bottom: 10px;
    }
    .gallery-icon.landscape a img{
        max-height: 310px;
        height: 58.67vw;
    }
    .single-format-standard .category-actions .entry-content {
        margin-bottom: 70px;
    }
    .category-actions div p{
        font-size: 18px;
        line-height: 35.7px;
    }
    .single-format-standard .category-actions .gallery {
        margin-bottom: 30px;
    }
}

@media(max-width:375px){
    .category-actions div p:first-child {
        padding: 10px 15px;
    }
    .category-actions div p:first-child {
        font-size: 12px;
        Line-height:15.3px;
    }
}