.application_related_questions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  background-color: rgba(0, 109, 119, 0.16);
}
.bg_content .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bg_content .container img {
  width: 336px;
  height: 198px;
}
.bg_content .container span {
  font-family: Inter, Inter;
  font-weight: bold;
  font-size: 48px;
  color: #006d77;
  line-height: 67px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 100px 0;
}
.list .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
}

.list .item .title {
  width: 100%;
  background: rgba(0, 109, 119, 0.08);
  border-radius: 0px 0px 0px 0px;
  padding: 32px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.list .item .title span {
  font-family: Inter, Inter;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.list .item .title img {
  width: 24px;
  height: 24px;
}
.list .item .title .img1 {
  display: none;
}
.list .active .img1 {
  display: block !important;
}
.list .active .img2 {
  display: none !important;
}
.list .active .text {
  display: block !important;
}
.list .text {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
.list .text p {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #555555;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.list .text ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
}
.list .text li {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 24px;
  color: #555555;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  list-style: disc;
}
