.how-to-play-container .heading,
.how-to-play-container .how-to-play-icon-bg {
    margin: 10px auto;
    margin-bottom: 0;
}
.heading b {
    color: var(--enigmaYellow);
}
.how-to-play-container .how-to-play-icon-bg {
    background: linear-gradient(180deg, rgba(40, 40, 39, 0.6) 1.58%, rgba(40, 40, 39, 0.6) 100%);
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
}
.how-to-play-container .how-to-play-item .how-to-play-icon-bg::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
}

.how-to-play-container .how-to-play-item:nth-of-type(1){
    order: 1;
}
.how-to-play-container .how-to-play-item:nth-of-type(2){
    order: 2;
}
.how-to-play-container .how-to-play-item:nth-of-type(3){
    order: 3;
}
.how-to-play-container .how-to-play-item:nth-of-type(4){
    order: 4;
}
.how-to-play-grid.grid-col-4 .cta-button {
    order: 5;
}
.how-to-play-container .how-to-play-item:nth-of-type(1) .how-to-play-icon-bg::after {
    background: url('../../assets/arrow-1.png') no-repeat center center;
    background-size: contain;
    width: 208px;
    height: 100%;
    left: 100px;
}
.how-to-play-container .how-to-play-item:nth-of-type(2) .how-to-play-icon-bg::after {
    background: url('../../assets/arrow-2.png') no-repeat center center;
    background-size: contain;
    width: 206px;
    height: 100%;
    left: 100px;
}
.how-to-play-container .how-to-play-item:nth-of-type(3) .how-to-play-icon-bg::after {
    background: url('../../assets/arrow-3.png') no-repeat center center;
    background-size: contain;
    width: 206px;
    height: 100%;
    left: 100px;
}
.how-to-play-container .how-to-play-icon {
    width: 64px;
    height: 64px;
}
.how-to-play-item {
    justify-content: center;
}
.how-to-play-item-content {
    max-width: 280px;
}
.how-to-play-item-content.grid.grid-item {
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: start;
}
.how-to-play-item-content p {
    text-align: center;
}
.how-to-play-grid {
    margin-top: 80px;
    position: relative;
}
.how-to-play-grid .cta-button.align-center svg {
    margin-left: 70px;
}

@media (max-width: 1280px) {
    .how-to-play-grid-wrapper.grid-col-4 {
        grid-template-columns: 1fr 1fr;
        column-gap: 100px;
    }
    .how-to-play-grid-wrapper.grid-col-4 .cta-button {
        grid-column: span 2!important;
    }
    
    .how-to-play-container .how-to-play-item:nth-of-type(3) {
        order: 4;
    }
    .how-to-play-container .how-to-play-item:nth-of-type(4) {
        order: 3;
    }

    .how-to-play-container .how-to-play-item:nth-of-type(1),
    .how-to-play-container .how-to-play-item:nth-of-type(4) {
        justify-self: flex-end;
    }
    
    .how-to-play-container .how-to-play-item:nth-of-type(2),
    .how-to-play-container .how-to-play-item:nth-of-type(3) {
        justify-self: flex-start;
    }
    .how-to-play-container .how-to-play-item:nth-of-type(1) .how-to-play-icon-bg::after {
        background: url('../../assets/arrow-1-md.png') no-repeat center center;
        width: 279px;
        height: 84px;
        left: 100px;
    }
    .how-to-play-container .how-to-play-item:nth-of-type(2) .how-to-play-icon-bg::after {
        background: url('../../assets/arrow-2-md.png') no-repeat center center;
        width: 122px;
        height: 337px;
        left: 100px;
        top: 50%;
    }
    .how-to-play-container .how-to-play-item:nth-of-type(3) .how-to-play-icon-bg::after {
        background: url('../../assets/arrow-3-md.png') no-repeat center center;
        width: 272px;
        height: 91px;
        left: -270px;
        
    }
}

/* Tablet Media Queries */
@media (max-width: 1080px) {
    .icon-cards-item.grid-col-2 {
        grid-template-columns: 1fr;
    }
}

/* Mobile Media Queries */
@media (max-width: 782px) {
    .icon-cards-item.grid-col-2 {
        grid-template-columns: 1fr;
    }
    .how-to-play-section .how-to-play-grid-wrapper.grid-col-3,
    .how-to-play-section .how-to-play-grid-wrapper.grid-col-4 {
        grid-template-columns: 1fr 1fr;
    }
    .how-to-play-section .how-to-play-grid-wrapper .cta-button {
        grid-column: span 2;
    }

    .how-to-play-container .how-to-play-item:nth-of-type(1) .how-to-play-icon-bg::after,
    .how-to-play-container .how-to-play-item:nth-of-type(2) .how-to-play-icon-bg::after,
    .how-to-play-container .how-to-play-item:nth-of-type(3) .how-to-play-icon-bg::after {
        background: url('../../assets/arrow-1-sm.png') no-repeat center center;
        top: 98%;
        left: 58%;
        transform: translateX(-50%);
        width: 60px;
        height: 146px;
    }
    .how-to-play-item-content {
        grid-template-columns: 1fr auto;
        min-width: 400px;
        text-align: left;
    }
    .how-to-play-item-content p,
    .how-to-play-item-content .heading.align-center {
        text-align: left;
        margin: unset;
    }
    .how-to-play-item-content .heading.align-center {
        margin-top: 10px;
    }

    .how-to-play-container .how-to-play-item {
        justify-self: center!important;
    }
    .how-to-play-section .how-to-play-grid-wrapper.grid-col-4 {
        grid-template-columns: 1fr;
        row-gap: 120px;
    }
    .how-to-play-grid-wrapper.grid-col-4 .cta-button {
        grid-column: span 1!important;
    }
    .how-to-play-container .how-to-play-item:nth-of-type(3) {
        order: 3;
    }
    .how-to-play-container .how-to-play-item:nth-of-type(4) {
        order: 4;
    }
}

@media (max-width: 640px) {
    .how-to-play-item-content.grid.grid-item {
        grid-template-columns: 1fr auto;
        min-width: unset;
    }
    .how-to-play-section .how-to-play-grid-wrapper.grid-col-4 {
        row-gap: 30px;
    }
}