.BelowBanner{
    margin-top:50px;
}

.BannerLinkItem{
    /*background: #e04394;*/
    color: white;
    font-size: 24px;
    position: relative;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    cursor:pointer;
}

.BannerLinkImg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.BannerLinkNumber{
    height: 34px;
    width: 34px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 3px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.BannerDetailText{
    border: 5px solid #de137c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor:pointer;
}

.BannerDetailText p{
    text-align: justify;
}

@media only screen and (min-width: 40.063em) {
    .BannerDetailText{
        padding: 30px;
    }
}

@media only screen and (max-width: 40.063em) {
    .BannerDetailText{
        padding: 15px;
    }
    
    .BannerLinkItem{
        width: 100%;
    }
}

@media only screen and (max-width: 64.063em) {
}

.BannerDetailText .BannerLinkItem{
    text-align: center;
}