.text-pattern-001 .sppb-addon-title {
    position: relative;
}

.text-pattern-001 .sppb-addon-title:before {
    position: absolute;
    content: '';
    background: url(/images/00-PLG/pattern/02.png);
    width: 100px;
    height: 57px;
    background-size: cover;
    right: 0px;
    bottom: 0px;
    transition: 0.3s;
    z-index: 3;
}


.text-pattern-002 .sppb-addon-title {
    position: relative;
}

.text-pattern-002 .sppb-addon-title:before {
    position: absolute;
    content: '';
    background: url(/images/00-PLG/pattern/03.png);
    width: 100px;
    height: 57px;
    background-size: cover;
    left: 0px;
    bottom: 0px;
    transition: 0.3s;
    transform: revert;
    z-index: 3;
}


.leaf-pattern-001 {  
    position: relative;
}

.leaf-pattern-001:before {
    position: absolute;
    content: '';
    background: url(/images/00-PLG/pattern/01.png);
    width: 292px;
    height: 500px;
    background-size: cover;
    left: 0px;
    top: -200px;
    transition: 0.3s;
    z-index: 3;
}

@media(max-width:991px){
.leaf-pattern-001:before {
    position: absolute;
    content: '';
    background: url(/images/00-PLG/pattern/01.png);
    width: 175px;
    height: 300px;
    background-size: cover;
    left: 0px;
    top: -20px;
    transition: 0.3s;
    z-index: 3;
}}



.leaf-pattern-002 {  
    position: relative;
}

.leaf-pattern-002:before {
    position: absolute;
    content: '';
    background: url(/images/00-PLG/pattern/04.png);
    width: 268px;
    height: 460px;
    background-size: cover;
    right: 0px;
    top: -200px;
    transition: 0.3s;
    z-index: 3;
}

@media(max-width:991px){
.leaf-pattern-002:before {
    width: 175px;
    height: 300px;
    background-size: cover;
    top: -20px;
    transition: 0.3s;
    z-index: 3;
}}



.leaf-pattern-003 {  
    position: relative;
}

.leaf-pattern-003:before {
    position: absolute;
    content: '';
    background: url(/images/00-PLG/pattern/05.png);
    width: 163px;
    height: 300px;
    background-size: cover;
    left: 0px;
    top: -200px;
    transition: 0.3s;
    z-index: 3;
}

@media(max-width:991px){
.leaf-pattern-003:before {
    width: 175px;
    height: 333px;
    top: -20px;
    transition: 0.3s;
    z-index: 3;
    opacity: 0.4;
}}


.brand-logo-img-001 img.sppb-img-responsive {
    height: 70px;
}


.cert-row-001 {
    transition: 0.5s;
    border: 1px solid #0000;
    margin-top: 0px !important;
    /* box-shadow: 1px 2px 8px 2px #cdc9c966 !important; */
    padding: 20px 10px !important;
    border-radius: 10px !important;
}
.cert-row-001:hover {
    transition: 0.5s;
    border: 1px solid #8fb99c;
    margin-top: 0px !important;
    /* box-shadow: 1px 2px 8px 2px #cdc9c966 !important; */
    border-radius: 10px !important;
}

.cert-row-001 .sppb-addon-single-image-container {
    box-shadow: 1px 2px 8px 1px #bdbdbd45;
}

.sppb-addon-image-overlay-icon:hover {
    opacity: 0.5;
    background: #98b6a678;
}

.sppb-addon-image-overlay-icon {
    background: #5c7468bd;
}

.cert-row-001 h5.sppb-addon-title {
    font-family: lato;
    letter-spacing: 1px;
    font-size: 16px !important;
    line-height: 1.4;
}