.scmda_numbering_sections .scmda_number_img{
     position: relative;
    width: 80px;
    height: 80px;
     margin-right: 10px;
    display: flex;
    float: left;
}
.scmda_numbering_sections_common_bg .smsh-title-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    float: left;
    top: -5px;
    margin-right: 10px;
}
.scmda_numbering_sections_common_bg .smsh-title{
    position: absolute;
    font-family: "Road Rage", sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(0deg, #ff4bf2 0%, #34f2ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    color: #202021;
    z-index: 99;
}
.scmda_numbering_sections_common_bg .scmda_number_img{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}