﻿.underline_yellow{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.underline_yellow:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ebc016;
    position: absolute;
    bottom: 0;
    left: 0;
}