/home/bdqbpbxa/demo-subdomains/ping-proxies.goodface.com.ua/src/pages/Home/Hero/styles.scss
@import "styles/_mixins.scss";

.hero {
    &-container {
        &--with-crumbs {
            .hero-trastpilot {
                margin-top: 0;
            }
        }
    }
    &-body {
        margin: 40px 0;
        .body1 {
            opacity: 0.6;
            margin-top: 24px;
            max-width: 450px;
        }
    }
    &-main-img {
        img {
            width: 100%;
            height: 100%;
            max-width: 680px;
            max-height: 640px;
        }
    }
    @include w($sm) {
        &-body {
            margin: 24px 0;
            .body1 {
                margin-top: 16px;
            }
        }
    }
}