.pbmit-action-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pbmit-action-box-style-1 .pbmit-action-box-circle-wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.pbmit-action-box-style-1 .pbmit-action-content>* {
    color: var(--pbmit-attorly-white-color);
    text-align: center;
}

.pbmit-action-box-style-1 h2 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 50px;
}

.pbmit-action-box-style-1 .pbmit-btn a {
    padding: 13px 30px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pbmit-action-box-style-1 .pbmit-btn a span:after {
    top: -3px;
}

.pbmit-action-box-style-1 .pbmit-action-box-circle-wrap:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(var(--pbmit-attorly-blackish-color-rgb), .30);
    z-index: 0;
}

.pbmit-action-box-style-1 .pbmit-action-content {
    z-index: 1;
}

.pbmit-action-box-style-1 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: capitalize
}

.pbmit-action-box-style-1 .pbmit-btn a:hover span {
    color: var(--pbmit-attorly-global-color);
}

@media(max-width:767px) {
    .pbmit-action-box-style-1 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .pbmit-action-box-style-1 .pbmit-action-box-circle-wrap {
        position: inherit;
        padding: 80px 0;
        min-height: unset;
    }
    .pbmit-action-box-style-1.pbmit-action-box {
        height: unset;
    }
}