
.coe-page .banner{
        background: url(../images/coe/coe_Default_InnerBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.number_Box{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.number_Box .number_txt {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 padding: 1.2rem 2rem 2rem 2rem; 
}
.number_Img {
    width: 100%;
    height: 200px;
}
.number_Box .number_Img img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    transition: all 1.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.number_Box .number_txt h4{
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 0;
      line-height: 1;
}
.number_Box .number_txt p{
     line-height: 1.5;
}
.number_Box:hover .number_Img img{
 transform: scale(1.2);
}