.community svg {
    margin-top: 20px;
}

.community .community-main-img {
    width: 100%;
    height: auto;
}
.community .parent-img {
    position: relative;
    margin-top: 50px;
}
.community .parent-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*opacity: 1;*/
    background-color: rgba(0,0,0,.4);
}

.community p:first-child {
    margin-top: 35px;
}

.community p {
    font-size: 16px;
    margin-top: 15px;
    color: #767676;
}

.community iframe {
    width: 100%;
    height: 800px;
}

.news-p {
    color: #303849;
    font-size: 14px;
}

.main-h1 {
    width: 77%;
}

@media screen and (max-width: 1400px) {
    .community p:first-child {
        margin-top: 35px;
    }

    .community iframe {
        height: 600px;
    }
    .community .parent-img {
        margin-top: 35px;
    }
    .community svg {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .community iframe {
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .community iframe {
        height: 400px;
    }

    .community p:first-child {
        margin-top: 20px;
    }

    .community svg {
        margin-top: 10px;
        width: 190px;
    }
}

@media screen and (max-width: 767px) {
    .community iframe {
        height: 300px;
    }
    .community svg {
        margin-top: 8px;
        width: 170px;
    }
    .community .parent-img {
        margin-top: 25px;
    }
}

@media screen and (max-width: 480px) {
    .community iframe {
        height: 200px;
    }
    .community svg {
        margin-top: 6px;
        width: 160px;
    }
    .community .parent-img {
        margin-top: 20px;
    }
}

/*///////////////////////   Product images  */


.product-img {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 15px;
}

.product-img a {
    width: 24%;
    margin: 1% 0.5% 0;
}


.product-img a .img {
    width: 100%;
    padding: 30% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 1024px) {
    .product-img {
        margin-bottom: 35px;
    }
    .product-img a {
        width: 32.33%;
    }

    .product-img a img {
        padding: 40% 0;
    }
}

@media screen and (max-width: 767px) {
    .product-img {
        margin-bottom: 30px;
    }

    .product-img a {
        width: 48%;
        margin: 2% 1% 0;
    }

    .product-img a img {
        padding: 40% 0;
    }
}
