/home/bdqbpbxa/demo-subdomains/ping-proxies.goodface.com.ua/src/pages/Features/Hero/styles.scss
.hero {
    &-container {
        &--with-crumbs {
            .hero-trastpilot {
                margin-top: 0;
            }
        }
    }
    &-body {
        margin: 40px 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
        .body1 {
            opacity: 0.6;
            margin-top: 0;
            &--M {
                max-width: 535px;
            }
        }
    }
    &-main-img {
        img {
            width: 100%;
            height: 100%;
            max-width: 680px;
            max-height: 640px;
        }
    }
}