﻿.content-box {
    padding: 5vw; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-box >div {
    margin-bottom: 25px;
}
.box-top {
    width: 90vw;
    color: #01528A;
    font-size: 4vw;
    font-weight: 600;
    border-bottom: 3px solid #02538A;
    padding: 10px 0;
    text-align: center;
}

.box-title {
    /* width: 25vw;
    height: 10vw; */
    line-height: 10vw;
    text-align: center;
    background-color: #E9F0F6;
    color: #01538B;
    font-weight: 600;
    font-size: 4vw;
    padding: 1vw 4vw;
    
}

.box-con {
    color: #5E5E5E;
    font-size: 3.8vw;
    line-height: 7vw;
    text-align: justify;
}

.box-img {
    width: 90vw;
}