.business__title {
    width: 100%;
    padding: 11px;
    position: relative;
    background-color: #efefef;
    color: #222222;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.08em;
    border-left: 9px solid #edc058;
}

.business__title.second {
    margin-top: 120px;
}

.business__subtitle {
    color: #997e3a;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.08em;
  
    position: relative;
    padding-left: 25px;
    width: 100%;
    padding-bottom: 9.6px;
    border-bottom: 1px solid #997E3A;

    margin-top: 48px;
}

.business__subtitle::before {
    content: '';
    position: absolute;
    top: 11.5px;
    left: 0;
    background: #997e3a;
    border-radius: 25px;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
}

.business__row {
    display: flex;
    flex-direction: row;
    row-gap: 61px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    margin-top: 32px;
}

.business__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;

    width: 46%;
    position: relative;
}

@media screen and (max-width: 500px) {
    .business__item {    
        width: 100%;
    }
}

.business__item-title {
    color: #997e3a;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.08em;
    position: relative;
    align-self: stretch;
}

.business__images {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}
  
.business__image {
    width: 49%;
    height: 191.25px;
    height: auto;
}

.business__text1 {
    color: #edc058;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.08em;
}

.business__text2 {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 16px;    
    line-height: 160%;
    letter-spacing: 0.08em;
}

.business__text3 {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 0.08em;
    margin-top: 48px;
}
  
.business__example {
    margin-top: 48px;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: black;
}

.business__example-image1 { 
    width: 49.86%;
    border: 1px solid black;
}

.business__example-image2 {
    width: 50.14%;
}
