.site-header {
    border-bottom: 1px solid #DDD;
}

.site-header .header-topbar {
    padding: 5px 0px;
}

.site-header .site-logo a {
    padding: 5px 0;
}

.site-header .codeboxr-main-menu>li {
    padding: 24px 20px;
}

.section_title {
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
}

.section_title::after {
    height: 1px;
    margin-left: -75px;
    margin-top: 25px;
    position: relative;
    width: 150px;
}

.section_title::after,
.section_title::before {
    background-color: #20c997;
    content: "";
    display: block;
    left: 50%;
}

.section_title::before {
    bottom: 3px;
    height: 5px;
    margin-left: -14px;
    position: absolute;
    width: 28px;
}