.home-half-and-half {
    position: relative;
    padding-bottom: 55px;
}

.home-half-and-half-text,
.home-half-and-half-image {
    width: 100%;
}

.home-half-and-half-text {
    position: relative;
    padding: 0 22px 5px;
}

.home-half-and-half-text__wrapper p {
    margin-bottom: 15px;
}

.home-half-and-half-text__list {
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.home-half-and-half-text__list li {
    padding: 0;
    margin: 0;
    width: calc(50% - 8px);
    color: #4B4790;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.02em;
}

.home-half-and-half-text__list li::before {
    display: none;
}

.home-half-and-half-text__list li img {
    width: 25px;
    display: block;
    margin-bottom: 6px;
    height: auto;
}

.home-half-and-half-image {
    position: relative;
    padding-left: 22px;
}

.home-half-and-half-image__wrapper {
    width: 433px;
    position: relative;
    z-index: 1;
}

.home-half-and-half-image__wrapper img{
    height: auto;
}

.girl-curve-1 {
    position: absolute;
    width: 85px;
    left: -19px;
    bottom: 103px;
    transform: rotate(210deg);
    z-index: -1;
}

.girl-curve-2{
    position: absolute;
    width: 63px;
    transform: rotate(78deg);
    z-index: -1;
    bottom: -51px;
    left: 156px;
}

.girl-curve-3 {
   position: absolute;
   top: 20px;
   left: 116px;
   display: flex;
   align-items: center;
}

.girl-curve-3 img {
    width: 21px;
    transform: rotate(-68deg);
}

.girl-curve-3 span {
    color: #00807F;
    font-family: "Caveat", cursive;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.02em;
    text-align: right;
}

@media (min-width: 768px) {

    .home-half-and-half-text {
        padding: 0 52px 30px;
    }

    .home-half-and-half-text__list {
        margin: 0 0 15px 0;
        gap: 20px;
    }

    .home-half-and-half-text__list li {
        width: calc(25% - 15px);
        font-size: 16px;
    }

    .home-half-and-half-image {
        padding-left: 0;
    }

    .home-half-and-half-image__wrapper {
        width: 550px;
        margin: 0 auto;
    }

    .girl-curve-1 {
        width: 159px;
        left: -52px;
        bottom: 98px;
    }

    .girl-curve-2{
        width: 78px;
        bottom: -64px;
        left: 50%;
        margin-left: -61px;
        transform: rotate(91deg);
    }

    .girl-curve-3 {
        position: absolute;
        top: 20px;
        left: 136px;
    }

    .girl-curve-3 img {
        width: 40px;
        transform: rotate(-68deg);
        margin-top: -30px;
    }

    .girl-curve-3 span {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .home-half-and-half {
        padding-bottom: 100px;
        align-items: center;
    }

    .home-half-and-half-text {
        width: calc(50% - 90px);
        padding: 0;
        padding-right: 32px;
    }
    .home-half-and-half-image {
        width: calc(50% + 90px);
    }

    .home-half-and-half-text__wrapper {
        max-width: 497px;
        margin-left: auto;
    }

    .home-half-and-half-text__wrapper p {
        margin-bottom: 45px;
    }

    .home-half-and-half-text__list {
        margin: 0 0 45px 0;
        gap: 32px;
    }

    .home-half-and-half-text__list li {
        width: calc(50% - 16px);
        font-size: 18px;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .home-half-and-half-text__list li img {
        width: 50px;
        margin-bottom: 0;
    }

    .home-half-and-half-image {
        padding-left: 0;
    }

    .home-half-and-half-image__wrapper {
        width: 957px;
        margin: 0;
    }

    .girl-curve-1 {
        width: 199px;
        left: -33px;
        bottom: 194px;
        transform: rotate(213deg);
    }

    .girl-curve-2{
        width: 136px;
        transform: rotate(91deg);
        margin: 0;
        bottom: -98px;
        left: 370px;
    }

    .girl-curve-3 {
        top: 85px;
        left: 267px;
    }

    .girl-curve-3 img {
        width: 60px;
        transform: rotate(-68deg);
        margin-top: -24px;
    }

    .girl-curve-3 span {
        font-size: 30px;
        padding-left: 5px;
    }
}


@media (min-width: 1600px) {

    .home-half-and-half-text {
        width: 50%;
        padding-right: 168px;
    }

    .home-half-and-half-image {
        width: 50%;
        padding-left: 68px;
    }

    .home-half-and-half-text__wrapper {
        max-width: 576px;
    }


    .home-half-and-half-text__list li {
        font-size: 20px;
    }


    .home-half-and-half-image__wrapper {
        width: 1045px;
    }

    .girl-curve-1 {
        width: 361px;
        left: -148px;
        bottom: 279px;
        transform: rotate(220deg);
    }

    .girl-curve-2{
        width: 185px;
        transform: rotate(91deg);
        margin: 0;
        bottom: -156px;
        left: 385px;
    }

    .girl-curve-3 {
        top: 89px;
        left: 285px;
    }

    .girl-curve-3 img {
        width: 82px;
        margin-top: -39px;
    }

    .girl-curve-3 span {
        padding-left: 16px;
    }
}