* {
    box-sizing: border-box;
}

@media (min-width: 768px){
    .cmhcbj{
        width: 1000px;
    }
    .slideshow-3 img {
      width: 50%;
      margin-left: 100px;
    }
    .slideshow-4 img {
      width: 50%;
      margin-left: 100px;
    }
    .p20{padding-left: 20px;}

} 

@media (max-width: 767px) {

    .dfhfhsaf {
      padding: 20px 0px !important;
    }
    .cmhcbj {
        width: 100% !important;
    }
    .huftl {
       display: grid !important;
    }
    .dis_50 {
       width: 100% !important;
    }
    .DIVSET {
      height: 500px !important;
      margin-left: 0 !important;
      margin-top: 10px !important;
    }
    .DIVSET2{
      height: 500px !important;
      margin-left: 0 !important;
      margin-bottom: 10px !important;
    }
    .slideshow-3 img {
      width: 100% !important;
      margin-left: 0 !important;
    }
    .slideshow-4 img {
      width: 100% !important;
      margin-left:0 !important;
    }
    .SMAI1 {
      display: grid !important;
    }
    .SMAI2 {
      display: grid !important;
    }
    .dis2_50 {
      width: 100% !important;
    }
    
}


.dfhfhsaf{/**/
    padding:  20px;
    display: grid;
    justify-content: center;
}
.dfhfhsaf span{
  font-size: 13px;
  color: black;
  word-spacing: 6px;
  text-align: justify;
}


.cmhcbj {
    
    border-radius: 6px;
    padding: 10px 10px;
}

.hero {
    height: 50px;
    color: rgb(255 255 255);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c5e85f0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.hero-text {
    text-align: center;
}

.hero-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-block-start: 20px;
}
.husdp{display: flex;}

.huftl{
  display: flex;
}
.gudysr{
  width: 50%;
}

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
  border-radius: 6px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.dis_100{
  width: 100%;
}
.dis_50{
  width: 50%;
}
.dis2_50{
  width: 50%;
}
.DIVSET{
    border-radius: 6px;
    padding: 20px 10px 20px 15px;
    background: #ffffffad;
    box-shadow: 0px 0px 12px #80808082;
    height: 490px;
    overflow: scroll;
    margin-left: 5px;
}

.DIVSET2{
    border-radius: 6px;
    padding: 20px 10px 20px 15px;
    background: #ffffffad;
    box-shadow: 0px 0px 12px #80808082;
    height: 490px;
    overflow: scroll;
    margin-right: 5px;
}
.SMAI1{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.SMAI2{
  display: flex;
  align-items: center;
}
.hththt h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dis2_100{
    width: 100%;
    border-radius: 6px;
    padding: 10px 10px;
    background: #ffffffad;
    box-shadow: 0px 0px 12px #80808082;
    margin-bottom: 10px;
}
.top{
    display: flex;
    justify-content: center;
    text-decoration: underline;
}