
.wp-block-my-plugin-gallery-block{
    width: 14rem;
    background-color: #f5f9fc;
    position: relative;
}
.wp-block-my-plugin-gallery-block:before{
    content: "";
    border-bottom: 3rem solid #a8bfdf;
    border-left: 3rem solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.inkylab-gallery-container{
    padding: 1.5rem;
   
}



.wp-block-my-plugin-gallery-block .inkylab-gallery-title{
    color: #5180c1;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.inkylab-gallery-description{
    margin-bottom: 2rem;
}
.wp-block-my-plugin-gallery-block .inkylab-gallery-description:before{
   content: "";
    width: 55%;
    height: 1px;
    display: block;
    background-color: black ;
    margin-bottom: 1rem;
}
.wp-block-my-plugin-gallery-block .inkylab-gallery-title:before{
    content: "";
    background: url("../img/Icon-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2rem;
    height: 1.2rem;
    background-size: cover;
    display: block;
    margin-right: .5rem;
}
.inkylab-gallery img{
    width: 27.75rem;
    height: 27.75rem;
}
.inkylab-gallery-name{
    font-size: 2.588125rem;
    font-weight: 700;
    padding: 2rem 0 0;
    position: relative;
}
.inkylab-gallery-name::before{
    content: "";
    border-top: 2px solid #E38F25;
    width: 25%;
    position: absolute;
    margin: -0.5rem 0;
}
.inkylab-gallery-job{
    font-size: 1.29375rem;
    color: #E38F25;
}
.inkylab-gallery-description{
    font-size: 1.1rem !important;
    line-height: 1.2;
}
@media (max-width:768px) {
    .inkylab-gallery-container{
        padding: 0;
    }  
    .inkylab-gallery img {
        width: 100%;
        height: auto;
    }
}
