﻿.home-sec-2 {
   
    padding: 50px 0;
}
.section {
    position: relative;
}
.appear-animation-visible {
    opacity: 1;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-color-light {
    color: #fff !important;
}
.home-sec-2 .notice-box {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 5px 13px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 5px 13px -1px rgba(0,0,0,0.35);
    box-shadow: 1px 5px 13px -1px rgba(0,0,0,0.20);
}
.home-sec-2 .notice-box .head {
    padding: 10px  15px;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    height: 60px;
}
home-sec-2 .notice-box .notices {
    height: 350px;
    background:red;
    padding:10px;
}
.home-sec-2 .notice-box .notices .marquee-notice {
    height: 349px;
    overflow: auto;
    padding: 0 15px;
}
    .home-sec-2 .notice-box .notices .marquee-notice marquee {
        height: 349px;
    }