.accompanied-representative__section {
    background: #D4C4FC;
}

.accompanied-representative__inner-wrapper {
    display: flex;
    gap: 30px;
}

.accompanied-representative__content-first {
    flex-basis: 528px;
    display: flex;
    flex-direction: column;
    gap: 49px;
}

.accompanied-representative__content-second {
    flex-basis: 352px;
    border-radius: 32px;
    padding: 30px 20px;
    background: #FFF;
}

.accompanied-representative__title *{
    overflow-wrap: break-word;
    margin-bottom: 0;
}


.accompanied-representative__content-first strong,
.accompanied-representative__content-second strong {
    font-weight: 600;
}

.accompanied-representative__image-wrapper {
    overflow: hidden;
    border-radius: 48px;
    flex-basis: 300px;
}

.accompanied-representative__image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.accompanied-representative__white-background-text {
    background: #FFF;
    border-radius: 32px;
    padding: 48px 20px;
}


.accompanied-representative__white-background-text * {
    line-height: 1.4;
}

.accompanied-representative__white-background-text p:not(:last-child) {
    margin-bottom: 8px;
}

.accompanied-representative__second-title {
    border-radius: 32px;
    padding: 8px 15px;
    background: #f3da63;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
}

.accompanied-representative__second-white-background-text-second-part {
    margin-top: 20px;
}

.accompanied-representative__second-white-background-text ul {
    padding-left: 20px;
}

.accompanied-representative__second-white-background-text ul li {
    list-style: disc;
}

@media screen and (max-width: 1199.98px) {
    .accompanied-representative__inner-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .accompanied-representative__content-first,
    .accompanied-representative__content-second,
    .accompanied-representative__image-wrapper {
        flex-basis: 100%;
        width: 100%;
    }

    .accompanied-representative__content-first {
        margin-bottom: 24px;
        gap: 24px;
    }

    .accompanied-representative__content-second {
        margin-bottom: 40px;
    }

    .accompanied-representative__image-wrapper img {
        max-height: 600px;
        aspect-ratio: 1 / 1 ;
    }
    .accompanied-representative__white-background-text {
        padding: 30px 20px;
    }

}

@media screen and (max-width: 599.98px) {

}