.cs_form_02 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-bottom: -10rem;
  margin-top: 8rem;
}

.cs_form_02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color_pmy);
  opacity: .05;
  z-index: -1;
}


.cs_form_02 .content_container_full__inline__items h2 {
  font-size: 4.2rem;
  color: var(--color_pmy);
  padding: 1rem 0 2rem;
}

.content_container_full__inline__items > div {
  margin-bottom: 1rem;
}

.content_container_full__inline__items > .desc {
  line-height: 1.5
}

.cs_info_title {
  width: 11rem;
  padding: .5rem 0;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
}



.cs_form_02 a {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  color: #fff;
  background: var(--color_pmy);
  border-radius: 2em;
  transition: .3s;
}

.cs_form_02 a:hover {
  transform: translateY(-10%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}






@media all and (max-width: 685px) {
  .cs_form_02 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .content_container_full__inline {
    align-items: flex-start;
    flex-direction: column;
  }

  .cs_form_02 a {
    margin-top: 5rem;
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    color: #fff;
    background: var(--color_pmy);
    border-radius: 2em;
    transition: .3s;
  }
}
