.intro-part {
    padding: 40px 0 40px;
    position: relative;
    background: linear-gradient(green, black);
}

.intro-part::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(../../images/bg/02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro-part .section-center-heading {
    margin-bottom: 0px
}

.intro-part .section-center-heading h2 {
    font-size: 45px;
    line-height: 55px;
    color: var(--white);
    margin-bottom: 22px
}

.intro-part .section-center-heading p {
    color: var(--white);
    margin-bottom: 45px
}

.price-part {
    margin-top: -300px
}

.price-part .section-center-heading h2, .price-part .section-center-heading p {
    color: var(--white)
}

@media (max-width: 575px) {
    .intro-part .section-center-heading h2 {
        font-size: 28px;
        line-height: 36px
    }
}
