.compleks-image {
    padding: 50px 0;
}
.compleks-image img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

@media only screen and (max-width: 768px) { 
    .compleks-image {
        padding: 30px 0;

    }

    .compleks-image img {
        width: 100%;
        height: 270px;
    }
}