#ocexCompliance {
    box-sizing: border-box;
    /* border: 1px solid red; */
}

#ocexCompliance img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 0 60%;
    filter: brightness(40%);
}

#ocexCompliance .complianceTitle {
    position: absolute;
    font-size: 56px;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ocexCompliance .complianceContentTitle {
    color: black;
    font-size: 36px;
    font-weight: 600;
}

#ocexCompliance .contentContainer {
    box-sizing: border-box;
    padding: 60px 20px;
    width: 60%;
    margin: 0 auto;

    /* border: 1px solid red; */
}

#ocexCompliance .regulations {
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 60%;
    margin: 60px auto;

    /* border: 1px solid red; */
}
#ocexCompliance .regulateNum {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;

    border-radius: 100%;
    border: 4px solid #900000;
    background-color: white;
    margin-top: -70px;
    margin-bottom: 20px;

    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

#ocexCompliance .regContent{
    font-size: 18px;
    font-weight: 600;
}

#ocexCompliance .numberIcon {
    font-size: 48px;
    font-weight: 600;
    color: #900000;
}

#ocexCompliance .regulation {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 20%;
    height: 260px;
    background-color: #f5f5f5;

    box-sizing: border-box;
    padding: 0 20px;

    font-size: 18px;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

@media screen and (max-width: 1800px) {
    #ocexCompliance .regulations {
        display: flex;
        justify-content: space-around;
        align-items: center;

        width: 80%;
        margin: 60px auto;
    }
}

@media screen and (max-width: 1280px) {
    #ocexCompliance .contentContainer {
        box-sizing: border-box;
        padding: 60px 20px;
        width: 80%;
        margin: 0 auto;
    }

    #ocexCompliance .regulations {
        display: flex;
        justify-content: space-around;
        align-items: center;

        width: 90%;
        margin: 60px auto;
    }
}

@media screen and (max-width: 1100px) {
    #ocexCompliance .regulations {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        width: 80%;
        padding-left: 70px;
        margin: 0px auto;

        box-sizing: border-box;
    }

    #ocexCompliance .regulation {
        display: flex;
        flex-direction: row;
        align-items: center;

        width: 100%;
        height: 160px;
        background-color: #f5f5f5;

        box-sizing: border-box;
        padding: 0 0px;
        padding-right: 20px;
        margin-bottom: 40px;

        font-size: 18px;

        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
            rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    #ocexCompliance .regulateNum {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;

        border-radius: 100%;
        border: 4px solid #900000;
        background-color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -70px;
        margin-right: 30px;

        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px,
            rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
}

@media screen and (max-width: 768px) {
    #ocexCompliance .contentContainer {
        box-sizing: border-box;
        padding: 60px 20px;
        width: 90%;
        margin: 0 auto;
    }

    #ocexCompliance .complianceTitle {
        position: absolute;
        font-size: 52px;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #ocexCompliance .complianceContentTitle {
        color: black;
        font-size: 32px;
        font-weight: 600;
    }

    #ocexCompliance .regulations {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        width: 90%;
        padding-left: 70px;
        margin: 0px auto;

        box-sizing: border-box;
    }
}

@media screen and (max-width: 576px) {
    #ocexCompliance .complianceTitle {
        position: absolute;
        font-size: 42px;
        color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 180px;
    }

    #ocexCompliance .complianceContentTitle {
        color: black;
        font-size: 28px;
        font-weight: 600;
    }

    #ocexCompliance .contentContainer {
        box-sizing: border-box;
        padding: 60px 20px;
        width: 100%;
        margin: 0 auto;
    }

    #ocexCompliance .regulations {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        width: 92%;
        padding-left: 0px;
        margin: 0px auto;

        box-sizing: border-box;
    }

    #ocexCompliance .regulation {
        display: flex;
        flex-direction: row;
        align-items: center;

        width: 100%;
        height: 160px;
        background-color: #f5f5f5;

        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 40px;

        font-size: 18px;

        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
            rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    #ocexCompliance .numberIcon {
        font-size: 36px;
        font-weight: 600;
        color: #900000;
    }

    #ocexCompliance .regulateNum {
        display: none;
        justify-content: center;
        align-items: center;

        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;

        border-radius: 100%;
        border: 4px solid #900000;
        background-color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -50px;
        margin-right: 30px;

        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px,
            rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
}
