.SFX_Items_Outer {
    padding: 0px;
    width: 100%;
    margin-top: 30px;
}

.SFX_Items_Block {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-right: 4%;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    height: 200px;
    color: #555555;
}

    .SFX_Items_Block:nth-child(4n) {
        margin-right: 0px;
    }

.SFX_Items_Btn_Load {
    width: 100%;
    height: 50px;
    border: solid 2px #377dff;
    font-size: 15px;
    font-weight: 600;
    color: #377dff;
    border-radius: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

    .SFX_Items_Btn_Load:hover {
        color: #ffffff;
        background-color: #377dff;
    }

.SFX_Items_Content_btn_block {
    height: 35px;
    width: 35px;
    background: white;
    position: absolute;
    right: 25px;
    bottom: 25px;
    border-radius: 100%;
    border: 2px solid #377dff;
}

    .SFX_Items_Content_btn_block svg {
        fill: #377dff;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .SFX_Items_Block:hover {
            cursor: pointer;
            transform: scale(1.04,1.04);
            transition: 0.8s;
        }

            .SFX_Items_Block:hover > .SFX_Items_Content_btn_block{
                background-color: #377dff;
            }

            .SFX_Items_Block:hover > .SFX_Items_Content_btn_block svg {
                background-color: #377dff;
                fill: white;
            }

.SFX_Items_Outer a{
    all:unset;
}
@media screen and (max-width: 1040px) {
    .SFX_Items_Block {
        display: block;
        width: 100%;
        margin-right: 4.25% !important;
        color: #555555;
    }

        .SFX_Items_Block:nth-child(4n) {
            margin-right: 4.25% !important;
        }

        .SFX_Items_Block:nth-child(3n) {
            margin-right: 0px !important;
        }
}

@media screen and (max-width: 767px) {
    .SFX_Items_Block {
        display: block;
        width: 100%;
        margin-right: 6% !important;
        color: #555555;
    }

        .SFX_Items_Block:nth-child(3n) {
            margin-right: 6% !important;
        }

        .SFX_Items_Block:nth-child(2n) {
            margin-right: 0px !important;
        }
}

@media screen and (max-width: 424px) {
    .SFX_Items_Block {
        display: block;
        width: 100%;
        margin-right: 0% !important;
        color: #555555;
    }
}

.custom-grid{
    width:100%;
    position:relative;
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
    float:left;
}

@media (min-width:768px){
    .custom-grid{
        width:50%;
    }
}

@media (min-width:1041px){
    .custom-grid{
        width:33.333333%;
    }
}

@media (min-width:1200px){
    .custom-grid{
        width:25%;
    }
}