.content_box_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 5px;
}

.content_box_item p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.brand_area {
    transform: rotate(4deg);
margin: 0 -20px;
padding: 20px 0;}

.brand_area:nth-child(1) {
    transform: rotate(-3deg);
    position: absolute;
    top: 0;
    height: 74px;
    left: 10px;
    width: calc(100% + 20px);
}

.brand_section {
    position: relative;
    height: 140px;
    margin-top: 50px;
    overflow-x: clip;
}