@media (min-width: 900px) {

.amenities-title-box-position{
    left: -50%;
    transform: translateX(50%);
}
}