.img_box{
    text-align: center;
}
.rogo_img{
    width: 70px;
}
.mv_img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.mv_box{
    width: 100%;
}
.text_box{
    width: 90%;
    text-align: center;
    margin-top: 60px;
    margin: 80px auto;
}
.text_style{
    color: black;
    font-weight: 700;
    margin-top: 30px;
}
.text_title{
    background-color: #003270;
    color: white;
    width: 300px;
    padding: 10px 20px;
    margin: 0 auto;
}