.pp-hero-section.pp-hero-2 .pp-hero-image {
    width: 100px !important;
}
.pp-hero-2 .pp-hero-image-2-2 {
    position: absolute;
    left: 263px;
    top: 640px;
}

.pp-hero-2 .pp-hero-image-3-2 {
    position: absolute;
    left: 52%;
    bottom: 100px;
}
.pp-hero-2 .pp-hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.header-main .header-logo img {
    width: 200px;
}
.section-padding {
    padding: 60px 0;
}
.brand-wrapper {
    padding-bottom: 20px;
}

.pp-footer-widget-wrapper {
    padding: 20px 0 0px;
}
.pp-footer-widget-wrapper.pp-style-2 .pp-footer-newsletter {
    border-bottom: none;
    margin-bottom: 0px;
}

.pricing-items .pricing-header .price-text {
    color: red;
    position: unset;
    bottom: auto;
    right: auto;
    font-size: 20px;
}

.pp-hero-2 .pp-hero-content p {
    max-width: none !important;
}

.basic_page_content p {
    margin-bottom: 15px !important;
    color: black;
    font-size: 17px;
}

.basic_page_content ul {
    list-style-type: disc;
    color: black;
    margin-left: 20px;
}
.basic_page_content ul li {
    margin-bottom: 5px
}

@media (max-width: 1199px) {
    .pp-hero-image-2-2, .pp-hero-image-3-2 {
        display: none;
    }
}