@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/*
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

.row:not(.g-0) > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
*/
.row {
    --bs-gutter-x: 30px;
}

.img-gallery-magnific {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5rem;
}

.platforms {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    z-index: 1;
    position: relative;
}

.platforms .cta {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.platforms .cta:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ce7852;
    color: #ce7852;
}