h1 {
    font-size: 2rem;
}
h1 span {
    font-size: 75%;
}

.img-indicator {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991.98px) {
	.img-indicator {
        height: 300px;
		width: 100%;
		object-fit: cover;
	}
}