.box-awa-1{
    width: 100%;
}
.title-one-awa h1{
    margin: 15px 0px;
    color: rgb(255, 48, 48);

}
.title-one-awa h2{
    /* margin: 15px 0px; */
    color: rgb(255, 48, 48);
    margin: 20px 0px;
}

.text-awa p{
    text-indent: 2em;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.imgs-awa{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs-awa-a{
    width: 460px;
    height: 330px;
    margin-top: 15px;
    /* background-color: blue; */
}
.imgs-awa-a img{
    width: 460px;
    height: 330px;
}

.merit-awa{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.merit-awa-a{
    width: 460px;
}
.merit-awa li{
    margin-bottom: 15px;
    font-size: 17px;
}
.corjc{
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 48, 48);
}
.imgs3-awa{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs3-awa-a{
    width: 300px;
    height: 270px;
}
.imgs3-awa-a img{
    width: 300px;
    height: 270px;
}
.table-a-awa{
    width: 100%;
}
.table-a-awa table{
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}
.table-a-awa table tr:hover{
    background-color:rgba(255, 0, 0, 0.374);
    color: black;
    font-weight: 600;
}
.table-a-awa td{
    border: 1px solid black;
    font-size: 17px;
    padding: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}