.us-content {
    padding: 0  ;
    display: flex;
    justify-content: space-between;
}

.us-content-content {
    width: 100%;
    padding:0;
    margin-bottom: -4rem;
    border-radius: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.us-content-item {
    width: 66rem;
    font-weight: 600;
    color: #05173C;
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 8rem;
    display: flex;
    justify-content: space-between;
}

.us-content-item>img{
    width: 6rem;
    height: 6rem;
}

.us-content-item-text{
    width: 57.6rem;
}

.us-content-content span {
    color: #05173C;
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
    display: block;
}

.us-content-content p {
    line-height: 2.9rem;
    font-size: 2rem;
    color: #666666;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    
    .us-content-content {
        width: 100%;
        padding:0;
        margin-bottom: -0.6rem;
        border-radius: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .us-content-item {
        width: 100%;
        font-weight: 600;
        color: #05173C;
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-bottom: 2.4rem;
        display: flex;
        justify-content: space-between;
    }
    
    .us-content-item>img{
        width: 3.2rem;
        height: 3.2rem;
    }
    
    .us-content-item-text{
        width: 30.3rem;
    }
    
    .us-content-content span {
        font-size: 1.6rem;
        line-height: 1.9rem;
        font-weight: 600;
        margin-bottom: 0.8rem;
        display: block;
    }
    
    .us-content-content p {
        line-height: 1.5rem;
        font-size: 1.2rem;
        color: #666666;
        font-weight: 400;
    }
}