.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;
}
.press_time{
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
    margin-bottom: 10px;
}
.press_link a{
    color: #130A4A;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
}
.press_list{
    padding: 30px 0;
}
.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;
    }
}
