.tree-step{
    background-color: #eeeeee;
}
.tree-step-title{
    display: inline-block;
}
.tree-step-title > h5{
    margin: auto;
}

@media screen and (max-width: 800px) {

}

@media screen and (min-width: 801px) {
    .tree-step-title > h5::before{
        content: url('/assets/img/pyramid-01.png');
        display: inline-block;
        padding-left: 1rem;
        transform: translateY(4.5rem);
    }
    .tree-step-title > h5::after{
        content: '';
        display: inline-block;
        /*width: 55%;*/
        width: 15%;
        height: 2px;
        background-color: #8b8b8b;
        opacity: 0.6;
        margin-right: 2rem;
    }
}

.tree-step-content{
    margin-top: 6rem;
    padding-right: 5rem;
}
.tree-step-box{
    background-color: white;
    text-align: center;
    border: 1px solid #afafaf;
    border-radius: 5px;
    filter: drop-shadow(5px 5px 3px #a1a1a1);
    margin: 0rem 1rem;
}
.step-logo{
    text-align: center;
    padding: 1.8rem 0rem 1rem 0rem;
}
.step-logo > i {
    font-size: 3rem;
    color: #9f0000;
}
.logo-sejam{
    background: url('/assets/img/sejam-icon-0.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 135px;
}
.step-title{
    color:#111c35;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.step-description{
    color:#111c35;
    text-align: center;
    padding-bottom: 1rem;
}
.step-btn{
    margin-bottom: 2rem;
}
.tree-step-box:hover{
    background-color: #213565;
}
.tree-step-box:hover > div > p {
    color: white;
}
.tree-step-box:hover > div > h6 {
    color: white;
}
.tree-step-box:hover > div > i{
    color: white;
}
.tree-step-box:hover > .logo-sejam{
    background: url('/assets/img/sejam-icon-1.png');
    background-repeat: no-repeat;
    background-position: center;
}
