/*--------------------
General Style
---------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}


h3 {
  font-size: 16px;
  margin: 5;
}

.m10t {padding-bottom: 15px !important;}

.progress-container {
  max-width: 720px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.555);
  border-radius: 25px;
  border:1px solid #856d0f;
}

.progress {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

.progress-bar-description {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
}

.progress-bar-description img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
    margin-bottom: -50px;
  position: absolute;
  left: 0px;
}

.progress-bar-description h3 {
  font-size: 14px;
  margin-left: 60px;
  color: #efefef;
}

.progress-bar-description span {
    position: absolute;
    top: 1px;
    right: 0;
}

.progress-bar {
  position: relative;
  display: block;
  height: 28px;
  background-color: #232323;
  margin-left: 60px;
}

.progress-bar .progress-bar-outer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #c19d13;
}

.progress-bar .progress-bar-outer .progress-bar-inner:after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 28px solid #232323;
  border-left: 28px solid transparent;
  content: "";
}

.progress-bar .progress-bar-outer .progress-bar-inner {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.txt_ZR  {max-width:300px; height: auto; position: relative; margin: 0 auto; padding-bottom:10px;}
.txt_ZR img{ width:100%;}



@media screen and (max-width: 720px){
.progress-container {
  width: 96%;
  position: relative;
  left: 0%;
  margin: 0 auto;
  padding: 15px;}

.progress {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}  

.progress-bar-description img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
    margin-bottom: -38px;
  position: absolute;
  left: 0px;
}


}