.box-msa-1{
    width: 100%;
}
.title-oone-msa h1{
    margin: 15px 0px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}
.title-oone-msa{
    width: 100%;
    height: 50px;
    background-color: rgb(0, 169, 76);
    margin-bottom: 20px;
}
.title-one-msa h2{
    /* margin: 15px 0px; */
    color: rgb(0, 169, 76);
    margin: 20px 0px;
}

.title-one-msa h2 a{
    color: rgb(0, 169, 76);
}

.text-msa p{
    text-indent: 2em;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.imgs-msa{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs-msa-a{
    width: 460px;
    height: 370px;
    margin-top: 15px;
    /* background-color: blue; */
}
.imgs-msa-a img{
    width: 460px;
    height: 370px;
}

.merit-msa{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.merit-msa-a{
    width: 460px;
}
.merit-msa li{
    margin-bottom: 15px;
    font-size: 17px;
}
.corjc{
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 169, 76);
}
.imgs3-msa{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs3-msa li{
    margin-top: 10px;
    font-size: 17px;
}
.imgs3-msa-a{
    width: 300px;
    /* height: 270px; */
}
.imgs3-msa-a img{
    width: 300px;
    height: 270px;
}
.table-a-msa{
    width: 100%;
}
.table-a-msa table{
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}
.table-a-msa table tr:hover{
    background-color: rgba(0, 169, 76, 0.357);
    color: black;
    font-weight: 600;
}
.table-a-msa td{
    border: 1px solid black;
    font-size: 17px;
    padding: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}