.center {
  margin: 0 auto;
}
.btnflex {
  justify-content: space-between;
  display: flex;
}
.btnflex a {
  display: grid;
  border: solid 1px #E5E7E8 !important;
  padding: 5px 5px !important;
  background-position: 95% 50% !important;
  background-image: url(/common13/imgs/icon/icn_link_blue.png);
  background-color: #fff;
  width: 161px;
  color: #202020;
  text-align: left;
  align-items: center;
}
.col {
  display: flex;
}

#mainContainer .h1Title_02 {
  margin-top: -240px;
}

div.btnGrn {
  background-color: #57c200;
  box-sizing: border-box;
  height: 50px;
  width: 260px;
  padding: 10px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.btnGrn p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 260px;
  padding: 15px 0;
}

div.btnGrn a:hover {
  text-decoration: none !important;
}

.headline_text span:first-child {
  width: auto;
  color: #fff;
  padding: 7px 10px;
}

.h4Title_02 span:first-child {
  min-width: auto;
}

.h4Title_02 span:first-child::before {
  content: none;
}

@media screen and (max-width: 1019px) {
  .btnflex a {
    width: 100%;
    padding: 10px 10px !important;
    background-image: url(/common13/imgs/icon/icn_link_blue.png);
  }
  .col {
    display: flex;
  }
  .stepImg img {
    width: 85px;
  }
  #mainContainer .h1Title_02 {
    width: 100%;
    margin-left: 0;
    left: 10px;
  }
  #mainContainer .sidebarLayout .stepTxt {
    width: auto;
  }
  .headline_text span:first-child {
    width: auto;
  }
}
@media screen and (max-width: 1019px){
  p,a{
    word-break: break-word !important;
  }
}


