.sec-block-img{
    position: relative;
    margin: 1.6rem 0 0;
}
.block-img-item{
    position: relative;
    margin-top: 3rem;
}
.block-img-item:first-child{
    margin-top: 0;
}
.block-img-item.first{
    margin-top: 8.8rem;
}
.block-img-block img{
    width: 100%;
    object-fit: cover;
}
.block-img-item.first img{
    height: 47.3rem;
}
.block-img-item.second img{
    height: 27.4rem;
}
.block-img-item.third img{
    max-width: 39.6rem;
    height: 38.5rem;
}
.block-img-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 3rem;
}
.block-img-text *{
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.12rem;
    text-transform: uppercase;   
}
@media(min-width:1200px) and (max-width:1307.98px){
	.block-img-item.first img {
        height: 43.1rem;
    }
    .block-img-item.second img {
        height: 24.9rem;
    }
    .block-img-item.third img {
        max-width: 36.6rem;
        height: 35.5rem;
    }
    .block-img-item.first {
        margin-top: 7.8rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.block-img-item {
        margin-top: 2rem;
    }
    .block-img-item.first img {
        height: 35.5rem;
    }
    .block-img-item.second img {
        height: 20.5rem;
    }
    .block-img-item.third img {
        max-width: 30.6rem;
        height: 29.7rem;
    }
    .block-img-item.first {
        margin-top: 6.8rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.block-img-item.first img {
        height: 31.1rem;
    }
    .block-img-item.second img {
        height: 18rem;
    }
    .block-img-item.third img {
        max-width: 100%;
        height: 32rem;
    }
}
@media(max-width:767.98px){
	.block-img-item.first {
        margin-top: 0;
    }
    .block-img-item.second{
        margin-top: 3rem;
    }
    .block-img-item.first img {
        height: 48rem;
    }
    .block-img-item.second img {
        height: 27.8rem;
    }
    .block-img-item.third img {
        max-width: 100%;
        height: 48rem;
    }
}
@media(max-width:575.98px){
    .block-img-item.first img {
        height: 86.5vw;
    }
    .block-img-item.second img {
        height: 50vw;
    }
    .block-img-item.third img {
        height: 89vw;
    }
}