.header-blog-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header-blog-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-blog-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.m_m_1:not(:first-child) {
  margin-top: 100px;
}

.box_m_img img {
  width: 100%;
  border-radius: 10px;
}

.box_m_img {
  margin-top: -30px;
  margin-bottom: 20px;
}

.m_4 > div:first-child {
  display: flex;
  justify-content: flex-end;
}

.m_6 > div:first-child {
  display: flex;
  justify-content: flex-end;
}

.m_2 > div:first-child {
  display: flex;
  justify-content: flex-end;
}

.title-step_m {
  font-size: 26px;
  font-weight: 601;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.15s ease, transform 0.15s ease;
  position: absolute;
  top: 0;
  left: 85px;
  color: rgb(226, 185, 84);
  background: #121212;
  padding: 7px;
  border-radius: 5px;
}

.desc-module_m {
  color: #A3A3A3;
  font-size: 16px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.15s ease, transform 0.15s ease;
} 

.box_m {
  background-color: rgb(38, 38, 38);
  color: rgb(226, 185, 84);
  border-color: rgb(226, 185, 84);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  left: 50%;
  margin-left: 22px;
  transform: translateX(-50%) rotate(45deg);
  border: 8px solid rgb(226, 185, 84);
}

.header-blog-title:hover i {
  margin-right: 15px;
}

.m_m_1 {
  position: relative;
}

.flex-module a {
  text-decoration: underline !important;
}

.parent {
  margin-top: 150px;
    height: 2500px; 
    position: relative; 
}

.container-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #262626;
  width: 20px;
  height: 90%;
  border-radius: 2px;
}

.line {
  width: 11px;
  background-color: #E2B954;
  position: absolute;
  top: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  margin-top: 6px;
  max-height: 2300px;
}

.box {
  background-color: #121212;
  color: #E2B954;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border: 8px solid #262626;
}

.i_1 {
  position: absolute;
  top: 0;
}

.i_2 {
  position: absolute;
  top: 20%;
}

.i_3 {
  position: absolute;
  top: 40%;
}

.i_4 {
  position: absolute;
  top: 60%;
}

.i_5 {
  position: absolute;
  top: 80%;
}

.i_6 {
  position: absolute;
  top: 100%;
}

.int {
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 42px;
  font-weight: 701;
}

.process_info {
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  padding: 1.3rem;
  max-width: 50%;
  margin: auto;
  position: relative;
  margin-bottom: 55px;
}

.process_icon {
  position: absolute;
  border-radius: 70px;
  background: #919191;
  width: 25px;
  height: 25px;
  text-align: center;
  top: -21px;
  border: 8px SOLID #121212;
  font-family: initial;
  font-weight: 601;
  font-size: 23px;
  line-height: 23px;
  color: #181818;
}

.process_text {
  margin-top: 0;
  color: #A3A3A3;
}

.top20 {
  margin-top: 10px !important;
}

.module {
  width: 100%;
  height: 300px;
  margin-top: -130px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
}

.m_1 {
  position: absolute;
  top: 0;
}

.m_2 {
  position: absolute;
  top: 19%;
}

.m_3 {
  position: absolute;
  top: 37%;
}

.m_4 {
  position: absolute;
  top: 55%;
}

.m_5 {
  position: absolute;
  top: 73%;
}

.m_6 {
  position: absolute;
  top: 91%;
}

.module h2 {
  color: #FAFAFA;
  font-size: 20px;
  font-weight: 601;
  display: none;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.desc-module {
  color: #A3A3A3;
  font-size: 16px;
  display: none;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.flex-module {
  display: flex;
  align-items: center;
}

.module img {
  max-height: 300px;
  border-radius: 10px;
}

.active {
  background-color: rgb(38, 38, 38);
  color: rgb(226, 185, 84);
  border-color: rgb(226, 185, 84);
}


.mobile-content {
  display: none;
  max-width: 86%;
  margin: auto;
}

#m_device {display: none}
#m_m_device {display: none}


@media screen and (max-width: 1050px) {
  .module img {
    display: none;
  }
  .mobile-content {
    display: block;
  }

  .parent {
    display: none;
  }
  .process_info {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .process_info {
    max-width: 80%;
  }
  .box_m {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    border: 6px solid rgb(226, 185, 84);
  }
  .int {
    font-size: 26px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 40px;
  }
  .title-step_m {
    font-size: 21px;
    top: -19px;
    left: 55px;
  }
  #m_m_device {display: block}
  #m_t_device {display: none}
}