.section_title{
    h3{
        font-size: 50px;
        font-weight: 400;
        line-height: 55px;
        color:#001D38;
        position: relative;
        z-index: 0;
        padding-bottom: 0;
        
        @media #{$mobile_device} {
            font-size: 30px;
            line-height: 36px;
        }
        @media #{$tablet_device} {
            font-size: 36px;
            line-height: 42px;
        }
        br{
            @media #{$mobile_device} {
                display: none;
            }
        }
    }
    p{
        font-size: 16px;
        color: #727272;
        line-height: 28px;
        margin-bottom: 0;
        font-weight: 400;
        br{
            @media #{$mobile_device} {
                display: none;
            }
        }

    }
}
.mb-50{
    margin-bottom: 50px;
    @media #{$mobile_device} {
        margin-bottom: 40px;
    }
}
.mb-65{
    margin-bottom: 65px;
    @media #{$mobile_device} {
        margin-bottom: 40px;
    }
}