.press_banner{
    width: 100%;
    padding: 150px 0;
    text-align: center;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    background: url("../images/pagebanner-default.jpg") no-repeat center;
    background-size: cover;
    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;
}
.press_grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
}
.footer_link_list{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.footer_link_list a{
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.footer_bottom{
    grid-template-columns: 2fr 1fr;
}
.footer_bottom_right{
    grid-template-columns: 1fr;
}
@media screen and (max-width: 992px){
    .press_grid{
        grid-template-columns: repeat(1,1fr);
    }
    .footer_bottom{
        grid-template-columns: 1fr;
    }
}
