/*=== cspt-element-static_box-style-2 ===*/

.cspt-static-box-style-2 {
    position: relative;
}

.cspt-static-box-style-2 img {
    border-radius: 6px;
    margin-bottom: 0;
}

.cspt-static-box-style-2 .creativesplanet-box-title {
    background-color: var(--cspt-emphires-white-color);
    border-radius: 6px;
    margin: -30px 25px 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 20px 15px;
    position: absolute;
    width: calc(100% - 50px);
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.cspt-static-box-style-2:hover .creativesplanet-box-title {
    transform: translateY(-10px);
}

.cspt-static-box-style-2 .creativesplanet-box-title h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 800;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cspt-static-box-style-2 .creativesplanet-static-box-desc{
    margin-top: 42px;
}
.cspt-element-static-box-style-2 .cspt-heading-subheading.center-align {
    text-align: center;
}
.cspt-element-static_box-style-2 .cspt-heading-subheading.right-align {
    text-align: right;
}