.medium-items h4{
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}
.medium-items{
  margin-bottom: 50px;
}
.medium-items:last-child{
  margin-bottom: 0;
}
.media-details_1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-content: space-between;
}
.med_1{
  width: 394px;
  height: 510px;
  object-fit: cover;
}
.medis-details_right{
  width: 735px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: space-between;
}
.M-d_top name{
  font-size: 32px;
  margin-bottom: 20px;
  display: block;
}
.M-d_top p{
  margin: 0;
  width: 100%;
}
.McodeImg{
  width: 184px;
  height: 184px;
  object-fit: cover;
}
.media-details_2{
  width: 100%;
  overflow: hidden;
}
.Md-top_content{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.MD-img{
  width: 176px;
  height: 176px;
  object-fit: cover;
  margin-right: 30px;
  border-radius: 30px;
}
.Md-top_content name{
  font-size: 32px;
}
.Md-M_content{
  display: flex;
  flex-wrap: wrap;
}
.Md-M_content img{
  width: 289.5px;
  /* height: 514px; */
  margin-right: 14px;
  object-fit: cover;
  margin-top: 14px;
}
.Md-M_content img:nth-child(4n){
  margin-right: 0;
}
.Md-bottom_content{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Md-left{
  display: flex;
  flex-wrap: wrap;
  width: 956px;
  justify-content: flex-start;
}
.Md-left p{
  margin: 15px 0;
  width: 100%;
}
.Md-bottom_content .McodeImg{
  width: 174px;
  height: 174px;
}
@media screen and (max-width: 768px){
      .medium-items{
        padding-bottom: 12vw;
        margin: 0;
        width: 100%;
        overflow: hidden;
      }
      .medium-items h4{
        margin-bottom: 4vw;
        font-weight: normal;
        font-size: 4.26666vw;
      }
      .downP{
        display: inline-block;
      }
      .level3-contains, .lelve3-details{
        background-color: #fff;
      }
      .media-bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 89.3333vw;
        background: url(../images/media_bg1_m.jpg) no-repeat 0 0 / contain;
      }
      .media-details_1,
      .media-details_2{
        position: relative;
        padding-top: 72vw;
        margin: auto;
        width: 73.3333vw;
        color: #333;
        text-align: center;
      }
      .media-details_1{
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
      }
      .media-details_1 h6{
        margin-bottom: 8vw;
        font-size: 4.26666vw;
        line-height: 1.5;
        font-weight: normal;
        width: 100%;
      }
      .med_1{
        width: 46.53333vw;
        height: 67.86666vw;
      }
      .medis-details_right{
        margin-bottom: 16vw;
        width: 100%;
        justify-content: center;
        align-content: center;
      }
      .McodeImg{
        margin-top: 8vw;
        width: 29.86666vw;
        height: 29.86666vw;
      }
      .MD-img{
        width: 23.46666vw;
        height: 23.46666vw;
        border-radius: 4vw;
        margin-right: 5.3333vw;
        border: solid 1px #ececec;
      }
      .Md-top_content name{
        padding-right: 5.3333vw;
        font-size: 4.26666vw;
        line-height: 1.5;
        text-align: justify;
      }
      .Md-top_content{
        margin-bottom: 0;
      }
      .Md-M_content img{
        margin-top: 3.2vw;
        margin-right: 3.2vw;
        width: 35vw;
        height: 63vw;
      }
      .Md-M_content img:nth-child(2n){
        margin-right: 0;
      }
      
      .Md-bottom_content{
        margin-top: 0;
        margin-bottom: 16vw;
        justify-content: center;
        flex-wrap: wrap;
      }
      .Md-left,.{
        width: 100%;
      }
      .Md-left a,
      .medis-details_right a{
        color: #333;
      }
      .Md-left p{
        margin: 2.6666vw 0!important;
      }
      .Md-bottom_content .McodeImg{
        margin-top: 2vw;
        width: 28.6666vw;
        height: 28.6666vw;
      }
}