.p-home__general {
    background-color: var(--color-white);
    background-image: url("/sites/default/files/home/general/bg3.png"), url("/sites/default/files/home/general/bg4.png");
    background-size: 94px 117px, 293px 149px;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom -40px left -17px, bottom right -150px;
    padding: 30px 0;
    position: relative;
}

.p-home__general::before {
    content: "";
    background-image: url("/sites/default/files/home/general/bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: -43px;
    left: 0;
    width: 200px;
    height: 295px;
}

.p-home__general::after {
    content: "";
    background-image: url("/sites/default/files/home/general/bg2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: -89px;
    right: -53px;
    width: 244px;
    height: 193px;
}

.p-home__general .container {
    position: relative;
    z-index: 1;
}

.p-home__general-text1 {
    padding-bottom: 10px;
}

.p-home__general-slider {
    margin-bottom: 30px;
}

.p-home__general-description .paragraph {
    border-radius: 15px;
    padding: 15px;
}

.p-home__general-description .paragraph:not(:last-child) {
    margin-bottom: 10px;
}

.p-home__general-description .paragraph:nth-child(1) {
    background: #7D9C91;
    color: var(--color-white);
}

.p-home__general-description .paragraph:nth-child(2) {
    background: #ECD798;
    color: var(--color-black);
}

.p-home__general-description .paragraph:nth-child(3) {
    background: #7AA5BA;
    color: var(--color-white);
}

.p-home__general-description .paragraph .field--type-svg-image-field {
    margin-bottom: 10px;
    width: 48px;
}

.p-home__general-description .paragraph p:not(:last-child) {
    margin-bottom: 10px;
}

.p-home__general-text2 {
    border: 4px solid #9ED8B3;
    border-radius: 15px;
    padding: 11px 20px 11px 11px;
}

.p-home__general-text2 p {
    margin-bottom: 10px;
}

.p-home__general-text2 ul li {
    padding-left: 21px;
    position: relative;
}

.p-home__general-text2 ul li::before {
    content: "";
    display: block;
    background-color: var(--color-black);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 9px;
}

.p-home__general-text2 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.p-home__button-price {
    padding-top: 34px;
}

@media (min-width: 768px) {
    .p-home__general-text1 {
        padding-bottom: 32px;
    }

    .p-home__general-slider {
        margin-bottom: 58px;
    }

    .p-home__general-description .paragraph .field--type-svg-image-field {
        width: 62px;
    }

    .p-home__general-description .paragraph:not(:last-child) {
        margin-bottom: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .p-home__general-text2 ul li {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (min-width: 1240px) {
    .p-home__general {
        background-size: 445px 555px, 1093px 556px;
        background-position: bottom -172px left -110px, bottom -10px right -430px;
        padding: 30px 0 60px;
    }

    .p-home__general::before {
        top: -184px;
        left: -10px;
        width: 819px;
        height: 1212px;
    }

    .p-home__general::after {
        top: -344px;
        right: -163px;
        width: 954px;
        height: 752px;
    }

    .p-home__general-description .paragraph:not(:last-child) {
        margin-bottom: 34px;
    }

    .p-home__general-description .paragraph .field--type-svg-image-field {
        width: auto;
    }

    .p-home__general-text2 ul li {
        padding-left: 37px;
    }

    .p-home__general-text2 ul li::before {
        width: 8px;
        height: 8px;
        left: 15px;
        top: 13px;
    }
}

@media (max-width: 767px) {
    .p-home__general .row {
        margin-bottom: 0;
    }

    .p-home__general .box-row {
        padding-bottom: 0;
    }

    .p-home__general-description {
        margin-bottom: 10px;
    }
}