Newer
Older
page-change-apply-list {
.duty{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 10px 0;
background-color: #fff;
}
.duty div{
width: 50%;
text-align: center;
position: relative;
}
.duty-title{
position: relative;
color: #24bafc;
}
.duty-title::after{
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: #24bafc;
bottom: -12px;
left: 0px;
}
}