.single-holder{ margin-top: 160px; height: max-content; padding: var(--page-padding); margin-bottom: var(--adjust-margin); } .single-holder h1{ margin-top: 0; margin-bottom: 32px; } .single-holder span{ color: var(--ac-l); } .blog-img-holder{ width: auto; max-height: 600px; } .blog-img-holder img{ width: auto; max-width: 100%; max-height: 600px; object-fit: cover; } @media(max-width: 500px){ .single-holder{ margin-top: 100px; } }