.category.article {
    background: #f9f9f9;
    padding: 30px;
}

.category.article .container {
    margin-top: 10px;
}

.sec10 {
    margin: 0;
}

.sec10 .box1000 h3 {
    text-align: left;
}

.sec10 .box1000 .subtitle {
    font-family: var(--font-Raleway);
    font-size: var(--font-size-xs);
    line-height: 1.5em;
}

.sec10.tpl-01.idc_8 {
    padding: 45px 0 90px 0;
    background: #f9f9f9;
}

.sec10 .box1000 {
    display: block;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: white;
    font-family: var(--font-Raleway);
    box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
}

.sec03.id_14 .article {
    display: block;
    padding: 60px 50px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 30px 1px rgb(0 0 0 / 10%);
}

.sec03 .list .inner {
    background: transparent;
}

.box0300 {
    gap: 20px;
    display: grid;
    grid-template-columns: 150px 1fr;
}

.box0300 picture {
     height: unset; 
}

.box0300 img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.05);
}

@media only screen and (max-width: 992px) {
    .sec10 .container {
        width: 95%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
    .sec10 .box1000 {
        display: grid;
        grid-template-columns: 1.5fr 3fr;
        gap: 3%;
        padding: 20px;
    }
    
    .sec10 .box1000 h3 {
        display: block;
        height: auto;
        overflow: initial;
        grid-column: 1 / -1;
        margin-bottom: 0;
    }
    
    .sec10 .box1000 .image img {
        grid-row: 2 / span 1;
    }
    
    .sec10 .box1000 > .subtitle {
        margin-top: 15px;
    }
}