$box-shadow-standard: 0 10px 50px 0 rgba(46, 56, 48, 0.05);

.hide {
    display: none;
}

.max-width-350 {
    max-width: 350px !important;
}

.hide-overflow-x {
    overflow-x: hidden !important;
}

.content-center {
    align-content: center;
}

.background-image-center {
    background-size: auto !important;
    background-position: center !important;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-right-25 {
    margin-right: 25px;

    @media (max-width: $breakpoint_lg) {
      margin-right: 0px;
    }
}

.margin-top-30 {
    margin-top: 30px;
}

.display-flex {
    display: flex;
}

.flex-container-ds-mc {
    display: flex;
    justify-content: flex-start;

    @media (max-width: $breakpoint_lg) {
      justify-content: center;
    }
}

.margin-left-13d-20m {
    margin-left: 13px;

    @media (max-width: $breakpoint_lg) {
      margin-left: 20px;
    }
}