.spotlight_container :is(h2, p) {
margin: 0;
line-height: 0.8;
}

.spotlight_inside_container {
display: flex;
flex-wrap: nowrap;
overflow: hidden;
}

.width120 {
width: 120px!important;
}

@media screen and (max-width: 749px) {
.spotlight_inside_container {
justify-content: center;
}
}

@media screen and (min-width: 750px) {
.spotlight_inside_container {
justify-content: space-between;
}
}