@import url(../../css/font.css);
@import url(../../css/init.css);
@import url(../../css/vars.css);
@import url(../../css/srgntopbar.css);
@import url(../../css/srgnmenu.css);
@import url(../../css/srgnfooter.css);
@import url(../../css/pageheader.css);

.headerarea{
  background-image: url(../../image/cbgrd.png);
}

.carouselbx{
    width: 100%;
    padding: 0 2rem;
    margin: 0;
}

.carouselb{
    width: 100%;
    margin: 0;
}

.carouselb div {
    text-align: center;
    width: 450px;
    height:450px;
    margin: 0 40px;
    padding: 10px;
    float: left;
    position: relative;
    background-color: white;
    border: 1px solid rgba(138,45,0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carouselb div img{
    border: 10px solid rgb(147, 147, 147);
    border-radius: 20px;
  }
  
  .carouselb div span {
    display: none;
    line-height: 0.9em;
    font-size: 0.9em;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .carouselbx p{
    font-family: 'Fahkwang-Regular','Fahkwang-Regular', 'Courier New', Courier, monospace;
    font-size: 1.5rem;
    line-height: 1.7rem;
    text-align: justify;
    color: rgb(78, 78, 78);
  }

  @media screen and (max-width:500px) {
    .carouselb div {
        width: 250px;
        height:250px;
    }
  }