.press_banner{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    background: #130A4A;
    color: white;

}
.press_banner h1{
    font-weight: 800;
}
.press_con{
    max-width: 800px;
    width: 95%;
    margin: auto;
    padding: 6vw 20px;
    font-family: "Inter", sans-serif;
}
.press_title{
    color: #0A244A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.line_time{
    width: 100%;
    padding: 10px 0;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 20px;
}
.date{
    color: #0A244A;
    font-weight: 500;
    font-size: 12px;
}
.italic_title{
    font-style: italic;
    color: #0A244A;
    font-size: 18px;
    font-weight: bold;
}
.press_text{
    font-size: 18px;
    color: #0A244A;
}
.press_text a{
    color: #0A244A;
}
