.safety_systems {
    width: 100%;
    max-width: 920px;
    padding: 48px 0 28px;
    margin: 0 auto;

    .safety_icon {
        margin-right: 16px;
    }

    .safety_path {
        margin-bottom: 56px;
    }

    h2 {
        font-size: 24px;
        line-height: 1.5;
        color: #10284b;
        font-family: $font-family-sora;
        font-weight: bold;
        margin-bottom: 48px;
    }

    .safety_close {
        margin: 0 0 0 auto;

        .close_icon {
            width: 32px;
            height: 32px;
        }
    }

    h3 {
        font-family: Sora;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        color: #10284b;
        margin-bottom: 8px;
    }

    p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #273d5a;
        margin: 0;
        width: 100%;
        max-width: 350px;
    }

}

@media screen and (max-width:768px) {
    .safety_systems {
        width: 100%;
        padding: 40px 15px 8px;

        .syatem_text {
            margin-top: 40px;
        }

        .safety_path {
            margin-bottom: 32px;
        }
    }

    h2 {
        margin-bottom: 32px;
    }
}