body {
    direction: ltr;
}

.ms-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.how-to-play-section .steps .step .arrow img {
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    left: auto;
}

.how-to-play-section .steps .step .content h5 {
    padding-left: 0;
    padding-right: 18px;
}

footer .footer-img {
    left: auto;
    right: 6.5%;
}

footer p,
.about-section .about-content p,
.about-section .about-content h2,
.how-to-play-section .section-head h2,
.how-to-play-section .section-head p 
{
    text-align: left;
}

.ms-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .how-to-play-section .steps .step .arrow img {
        right: auto;
        left: -88px;
        transform: rotate(262deg) scaleY(-1);
    }
}