.meghc-padding .col {
        padding: 20px; /* Adjust as needed */
    }
#meghc-rd img{
    height: 80px;
}
#meghc-rd {
  border: none;
  padding: unset;
  font-size: initial;
}
#meghc-rd .row {
  /* background-color: rgb(210, 238, 254); */
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
  border-radius: 5px;
}
#meghc-rd {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
  font-size: small;
}
#meghc-rd .col-meghc {
  /* margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px; */
  margin-top: 20px;
  margin-bottom: 10px;
}
#meghc-rd .col-meghc img {
  /* border: 1px solid white;
  border-radius: 50%;
  background: white; */
  border: 3px solid #75c6fd;
  border-radius: 10%;
 /*  background: #d7ebff; */
}
#meghc-rd .col-meghc img:hover, #meghc-rd .col-meghc img:focus {
  /* box-shadow: 0px 0 25px rgba(255, 255, 255, 0.5); */
  box-shadow: 0px 0 25px #d7ebff;
}
#meghc-rd .meghc-title {
  /* margin-top: 15px; */
  display: block;
}
#meghc-rd .meghc-title::after {
  /* content: "________";
  display: block;
  color: #f7d100;
  text-align: center; */
}
#meghc-rd .col-meghc a {
  /* color: black !important; */
}
#meghc-rd .col-meghc a:hover, #meghc-rd .col-meghc a:focus {
  /* color: #f7d100; */
  color: black !important;
}

.col-meghc a {
    text-decoration: none;
}
.col-meghc {
   /*  display: inline-block; */
   /*  width: 10%; */
}
.col-meghc span {
  color: #616161;
}
.col-meghc:hover img {
  transform: scaleY(1.3) rotate(360deg);
  transition: 2s;
}
.meghc-title {
  margin-top: 8px;
}
@media screen and (max-width: 37.5em) {
	#meghc-rd .col-meghc img {
  /* height: 35px; */
  border: 2px solid #75c6fd;
}
#judgeprofile img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 1366px) {
  #meghc-rd img {
  height: 70px;
}
}
@media (max-width:1280px){
    
    #meghc-rd .col-meghc:nth-child(2), #meghc-rd .col-meghc:nth-child(3), #meghc-rd .col-meghc:nth-child(4) {
      margin-left: 10px;
    }
    #meghc-rd .col-meghc:nth-child(4), #meghc-rd .col-meghc:nth-child(5), #meghc-rd .col-meghc:nth-child(6) {
      margin-right: 10px;
    }
}

@media (max-width:850px){
  .col-meghc {
   /*  width: 20%; */
  }
  #meghc-rd .col-meghc:nth-child(2), #meghc-rd .col-meghc:nth-child(3), #meghc-rd .col-meghc:nth-child(4) {
    margin-left: 0;
  }
  #meghc-rd .col-meghc:nth-child(4), #meghc-rd .col-meghc:nth-child(4), #meghc-rd .col-meghc:nth-child(5) {
    margin-right: 0;
  }
  
}

@media (max-width:639px){
 .col-meghc {
	/* width: 24%; */
  }
  #meghc-rd {
  font-weight: normal;
}
#meghc-rd img{
    height: 50px;
}
}

