.aides_section {
  padding: 46px 0 40px;
}
.aides_section h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 46px;
}
.aides_section .aide_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  margin-bottom: 56px;
}
.aides_section .aide_form form {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  gap: 24px;
}
.aides_section .aide_form input,
.aides_section .aide_form select,
.aides_section .aide_form textarea {
  width: 100%;
  padding: 10px 2.5px 9px;
  border: none;
  border-bottom: 1px solid #000000;
  color: rgba(87, 80, 80, 0.81);
}
.aides_section .aide_form textarea {
  border: 1px solid #958383;
  height: 199px;
  padding: 10px;
}
.aides_section .aide_form .custom_select {
  width: 17.3534%;
  min-width: 248.5px;
}
.aides_section .aide_form .custom_select .select_box {
  width: 100%;
  padding: 10px 2.5px 9px;
  border-bottom: 1px solid #000000;
  color: rgba(87, 80, 80, 0.81);
  background: url(../img/CaretDown.svg) no-repeat right 7.5px bottom 14px/16px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.aides_section .aide_form .custom_select .select_box.active .select_menu {
  display: block;
}
.aides_section .aide_form .custom_select .select_menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: auto;
  top: 105%;
  left: 0;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
}
.aides_section .aide_form .custom_select .select_menu .item {
  width: 100%;
  display: inline-block;
  padding: 16px;
  white-space: nowrap;
  border-bottom: 1px solid #958383;
}
.aides_section .aide_form .custom_select .select_menu .item:nth-last-child(1) {
  border-bottom: none;
}
.aides_section .aide_form span:has(.btn_trans) {
  width: 28.1774%;
  display: inline-flex;
  gap: 24px;
}
.aides_section .aide_form span:has(.btn_trans) input[type=text] {
  min-width: 248.5px;
}
.aides_section .aide_form .file br {
  display: none;
}
.aides_section .aide_form .file span:has(input[type="file"]) {
  display: none;
}
.aides_section .aide_form .file label {
  display: flex;
  gap: 24px;
}
.aides_section .aide_form .btn {
  float: left;
  position: relative;
}
.aides_section .aide_form .btn .wpcf7-spinner {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.aides_section .aide_form input[type=submit] {
  display: none;
}
.aide_section {
  padding: 40px 0;
}
.aide_section .container {
  gap: 40px 2.7934%;
  /* height: 100vh; */
}
.aide_section .aide_list {
  flex: 1;
  max-width: 28.771%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.aide_section .postdetail {
  height: 100%;
  overflow-y: auto;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.aide_section .postdetail::-webkit-scrollbar {
  display: none;
}
.aide_section .postdetail h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  padding: 6px 0;
  margin-bottom: 40px;
}
.aide_section .postdetail h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}
.aide_section .postdetail p {
  margin-bottom: 40px;
}
.aide_form .wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}