.rtk-consultation-wrapper {
  width: 100%;
}

.rtk-consultation-wrapper h1,h2,h3,p {
  padding: 0;
  margin: 0;
  font-family: 'Verdana', sans-serif;
  color: #000;
}

.rtk-consultation {
  padding: 16px;
}

.rtk-consultation-text-box {

}

.rtk-consultation-text-box h2 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 2px solid #E45A1A;
  padding-bottom: 20px;
  margin-bottom: 40px;
}


.rtk-consultation-text_bold {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.rtk-consultation-text_regular {
  font-size: 16px;
  margin: 10px 0px 30px 0px;
}

.list-item {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.list-item-img {
  width: 40px;
  height: 40px;
  margin-right: 32px;
  
}

.rtk-consultation-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #016C6C;
  object-fit: cover;
}

.rtk-consultation-img-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rtk-consultation-text-wrapper p {
  color: #000; 
  font-size: 18px;
  font-weight: bold;
}

.rtk-consultation-text-wrapper p:nth-of-type(2) {
  color: #E45A1A; /
}

.rtk-consultation-text-wrapper p:first-of-type {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .rtk-consultation {
    max-width: 700px;
  }
  
  .rtk-consultation-img {
    width: 120px;
    height: 120px;
  }
  
  .rtk-consultation-text-box h2 {
    font-size: 38px;  
  }
  
  .list-item p {
    font-size; 24px;
  }
  
  .rtk-consultation-text_bold {
    font-size: 18px;  
  }
  
  .rtk-consultation-text_regular {
    font-size: 18px;
  }

  .rtk-consultation-img-box {
    gap: 30px;
  }
}