@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}
.gallery-content{
    font-size: 18px;
    line-height: 33px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #6A6A6A;
    font-weight: 400;
}
.gallery{
    margin-top: 120px;
    margin-bottom: 15px;
}

.gallery-block{
    display: flex;
    flex-wrap: wrap;
}

.gallery-item{
    width: 16.6% !important;
}

.gallery-item a{
    display: block;
    width: 100% !important;
    padding: 5px;
}
@media only screen and (max-width: 1200px) {
    .gallery-content{
        font-size: 17px;
        line-height: 24px;
    }
    .gallery{
        margin-top: 50px;
        margin-bottom: 0;
    }
    .gallery-item{
        width: 20% !important;
    }
}
@media only screen and (max-width: 740px) {
    .gallery-content{
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .gallery{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .gallery-item{
        width: 25% !important;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-item{
        width: 33.333% !important;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-item{
        width: 50% !important;
    }
}
