#employee-magazine {
    overflow: hidden;
    position: relative;
    padding: 80px 0px
}

#employee-magazine .inner-container {
    position: relative;
    z-index: 1;
    color: #fff;
    background: url(../../assets/images/magazine-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 16px
}

#employee-magazine .LabelTitle {
      margin-bottom: 10px;
    font-weight: 600 !important;
    width: fit-content;
    font-size: 14px;
    color: #ED3438 !important;
}

#employee-magazine p {
    color: #fff;
    margin-bottom: 20px
}

#employee-magazine .emLeft {
    padding: 50px
}

#employee-magazine .firemaz {
    padding: 40px;
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #employee-magazine p {
        font-size: 16px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #employee-magazine p {
        font-size: 14px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #employee-magazine .container {
        position: relative;
        padding-top: 20px
    }
    #employee-magazine .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }
    #employee-magazine p {
        font-size: 14px;
        color: #000
    }
    #employee-magazine .LabelTitle {
        /* background-color: #eaeef2; */
        font-size: 14px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    #employee-magazine .container {
        position: relative;
        padding-top: 20px
    }
    #employee-magazine .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }
    #employee-magazine p {
        font-size: 14px;
        color: #000
    }
    #employee-magazine .LabelTitle {
        /* background-color: #eaeef2; */
        font-size: 14px
    }
    #employee-magazine .emLeft {
        padding: 30px
    }
    #employee-magazine .firemaz {
        padding:40px;
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    #employee-magazine .container {
        position: relative;
        padding-top: 20px
    }
    #employee-magazine .container .common_tile {
        color: #000 !important;
        margin-bottom: 20px
    }
    #employee-magazine p {
        font-size: 14px;
        color: #000
    }
    #employee-magazine .LabelTitle {
       /*  background-color: #eaeef2; */
        font-size: 14px
    }
    #employee-magazine .emLeft {
        padding: 20px
    }
    #employee-magazine .firemaz {
        padding: 20px;
    }
    #employee-magazine {
        padding: 20px 0px
    }
}

/*# sourceMappingURL=employee-magazine.css.map */