.tit_style04 {
font-size: 32px;
font-size: 3.2rem;
font-weight: bold;
margin: 0 0 35px;
letter-spacing: 0.1em;
position: relative;
text-align: center;
padding: 0 0 20px;
}
.tit_style04:before {
content: '';
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%,0);
width: 50px;
height: 2px;
background: linear-gradient(90deg, rgba(21,38,167,1) 0%, rgba(21,38,167,1) 50%, rgba(32,172,240,1) 50%, rgba(32,172,240,1) 100%);
}
@media (max-width : 810px){
.tit_style04 {
font-size: 25px;
font-size: 3.2rem;
}
}