.sec1{
    padding-top: 5.2%;
    color: #333;
}
.sec1 .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.sec1 .text-box{
    width: 45.9%;
}
.sec1 h5{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.625;
    margin-bottom: 0.8125em;
}
.sec1 p{
    font-size: 1.125em;
    line-height: 2.22;
}
.sec1 .img-box{
    width: 63.4%;
    margin-right: -9.3%;
}
.sec1 .img-box img{
    max-width: 100%;
}

.sec2{
    padding: 2.6% 0 8.5%;
    color: #333;
}
.sec2 *{
    color: inherit;
}
.sec2 li{
    margin-bottom: 7%;
}
.sec2 li:last-child{
    margin-bottom: 0;
}
.sec2 h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    font-size: 1.375em;
    color: var(--theme-color);
    font-weight: bold;
    margin-bottom: 1em;
}
.sec2 h5::after{
    content: "";
    display: block;
    height: 1px;
    flex-grow: 1;
    margin-left: 1em;
    background-color: #e5e5e5;
}
.sec2 p{
    font-size: 1.125em;
    line-height: 2.22;
}
.sec2 img{
    max-width: 100%;
}
@media only screen and (min-width:1025px){
}
@media only screen and (max-width:1024px){
    .sec1{
        padding-top: 10%;
    }
    .sec1 .inner{
        display: block;
    }
    .sec1 .text-box{
        width: 100%;
        margin-bottom: 10%;
    }
    .sec1 h5{
        font-size: 1.375em;
    }
    .sec1 p{
        font-size: 0.9375em;
    }
    .sec1 .img-box{
        width: 100%;
        margin-right: 0%;
    }


    .sec2{
        padding: 5% 0 15%;
    }
    .sec2 li{
        margin-bottom: 10%;
    }
    .sec2 h5{
        font-size: 1.125em;
    }
    .sec2 p{
        font-size: 0.9375em;
    }
}