/*ContentBox TopBanner*/

#top-banner div p a, .b-bg p a{
color: #FC0784;
font-family: "Open Sans";
font-size: 16px;
}
#top-banner div p a strong{
color: white;
font-family: "Open Sans";
font-size: 16px;
font-weight: bold;
}
#top-banner div p.small a {
font-size: 12px;
}

.b-bg p a:hover{
    text-decoration: underline !important;
}

.grid.grid-equal {
    display: flex;
    flex-wrap: wrap;
}
.grid {
    font-size: 0;
}
.grid.grid-equal > div, .grid.grid-equal > li {
    display: flex;
}
.small-banners .title-h1, .small-banners h1 {
    font-size: 19px;
}
.small-banners p {
    font-size: 13px;
    margin: 0;
    text-align: center;
    color: inherit;
}
.grid.grid-equal > div > *, .grid.grid-equal > li > * {
    width: 100%;
}
.b-bg {
    padding: 6px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 767px) {
    .small-banners-slider.grid-equal.grid {
        height: 55px;
    }
    .b-bg {
        padding: 5px 5px;
    }
}
/*
 @ m*edia (min-width: 768px) {
 div.nav_mobile{
 display: none;
 }
 }

 @media (max-width: 767px) {
 div.nav_pc{
 display: none;
 }
 }
 */
