.fees_section {
  max-width: 360px;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fees_section .container {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 48px 0;
  gap: 40px;
  height: 100%;
}
.fees_section .container .row_1 {
  padding: 8px 0;
  width: 100%;
}
.fees_section .container .row_1 .title {
  font-size: 1.3rem;
}
.fees_section .container .row_1 .view_all {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 600px;
  color: #DDA82C;
  cursor: pointer;
}
.fees_section .container .row_1 .view_all .line {
  width: 100%;
  background-color: #DDA82C;
  height: 2px;
}
.fees_section .container .row_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  overflow: auto;
  padding: 16px;
}
.fees_section .container .row_2 .card {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.fees_section .container .row_2 .card .card_row1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F8EEEE;
  border-radius: 8px;
  padding: 8px;
}
.fees_section .container .row_2 .card .card_row1 .head_txt {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4F0C16;
}
.fees_section .container .row_2 .card .card_row1 .head_desc {
  font-size: 0.6rem;
  color: #4F0C16;
}
.fees_section .container .row_2 .card .card_row2 {
  width: 60%;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fees_section .container .row_2 .card .card_row2 .ammount_wrap {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.fees_section .container .row_2 .card .card_row2 .ammount_wrap .ph {
  font-size: 0.6rem;
  color: #4F0C16;
  line-height: 100%;
}
.fees_section .container .row_2 .card .card_row2 .ammount_wrap .num {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4F0C16;
  line-height: 100%;
}
.fees_section .container .row_2 .card .card_row2 .ammount_wrap .permonth {
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.4);
  line-height: 100%;
  align-self: flex-end;
}
.fees_section .container .row_2 .card .card_row2 .description {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.expand {
  height: auto;
}

.complaints {
  max-width: 360px;
  width: 100%;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.complaints .complaints_child {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 64px 0;
  gap: 40px;
  height: 100%;
  align-items: center;
}
.complaints .complaints_child .title {
  font-size: 1.3rem;
  color: #4F0C16;
  text-align: center;
}
.complaints .complaints_child .comp_btn {
  width: -moz-max-content;
  width: max-content;
  background-color: #DDA82C;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 1rem;
  cursor: pointer;
}
.complaints .complaints_child .txt {
  font-size: 1rem;
  color: #4F0C16;
  text-align: center;
}
.complaints .complaints_child .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  gap: 16px;
}
.complaints .complaints_child .wrap .w {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.8rem;
  gap: 16px;
}
.complaints .complaints_child .wrap .w .svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.complaints .complaints_child .wrap .w .one_line {
  white-space: nowrap;
}

/* small devices (phones,  360px and up) max-width: 600;  */
@media only screen and (min-width: 360px) {
  .fees_section {
    max-width: 600px;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 48px 0;
    gap: 40px;
    height: 100%;
  }
  .fees_section .container .row_1 {
    padding: 8px 0;
    width: 100%;
  }
  .fees_section .container .row_1 .title {
    font-size: 1.7rem;
  }
  .fees_section .container .row_1 .view_all {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    font-weight: 600px;
    color: #DDA82C;
    cursor: pointer;
  }
  .fees_section .container .row_1 .view_all .line {
    width: 100%;
    background-color: #DDA82C;
    height: 2px;
  }
  .fees_section .container .row_2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    overflow: auto;
    padding: 16px;
  }
  .fees_section .container .row_2 .card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8EEEE;
    border-radius: 8px;
    padding: 8px;
  }
  .fees_section .container .row_2 .card .card_row1 .head_txt {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row1 .head_desc {
    font-size: 0.6rem;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row2 {
    width: 60%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .ph {
    font-size: 0.6rem;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .num {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .permonth {
    font-size: 0.6rem;
    color: rgba(0, 0, 0, 0.4);
    line-height: 100%;
    align-self: flex-end;
  }
  .fees_section .container .row_2 .card .card_row2 .description {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .expand {
    height: auto;
  }
  .complaints {
    max-width: 600px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    gap: 40px;
    height: 100%;
    align-items: center;
  }
  .complaints .complaints_child .title {
    font-size: 1.7rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .comp_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: #DDA82C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 1rem;
    cursor: pointer;
  }
  .complaints .complaints_child .txt {
    font-size: 1rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.8rem;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w .svg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child .wrap .w .one_line {
    white-space: nowrap;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) max-width: 768px;  */
@media only screen and (min-width: 600px) {
  .fees_section {
    max-width: 768px;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 48px 0;
    gap: 40px;
    height: 100%;
  }
  .fees_section .container .row_1 {
    padding: 8px 0;
    width: 100%;
  }
  .fees_section .container .row_1 .title {
    font-size: 2.2rem;
  }
  .fees_section .container .row_1 .view_all {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600px;
    color: #DDA82C;
    cursor: pointer;
  }
  .fees_section .container .row_1 .view_all .line {
    width: 100%;
    background-color: #DDA82C;
    height: 2px;
  }
  .fees_section .container .row_2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    overflow: auto;
    padding: 16px;
  }
  .fees_section .container .row_2 .card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8EEEE;
    border-radius: 8px;
    padding: 8px;
  }
  .fees_section .container .row_2 .card .card_row1 .head_txt {
    font-size: 1rem;
    font-weight: 600;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row1 .head_desc {
    font-size: 0.8rem;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row2 {
    width: 60%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .ph {
    font-size: 0.8rem;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .num {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .permonth {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.4);
    line-height: 100%;
    align-self: flex-end;
  }
  .fees_section .container .row_2 .card .card_row2 .description {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .expand {
    height: auto;
  }
  .complaints {
    max-width: 768px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    gap: 40px;
    height: 100%;
    align-items: center;
  }
  .complaints .complaints_child .title {
    font-size: 2.2rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .comp_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: #DDA82C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 1rem;
    cursor: pointer;
  }
  .complaints .complaints_child .txt {
    font-size: 1.5rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w .svg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child .wrap .w .one_line {
    white-space: nowrap;
  }
}
/* Medium devices (landscape tablets, 768px and up) max-width: 992px;  */
@media only screen and (min-width: 768px) {
  .fees_section {
    max-width: 992px;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 66px 0;
    gap: 40px;
    height: 100%;
  }
  .fees_section .container .row_1 {
    padding: 8px 0;
    width: 100%;
  }
  .fees_section .container .row_1 .title {
    font-size: 2.5rem;
  }
  .fees_section .container .row_1 .view_all {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600px;
    color: #DDA82C;
    cursor: pointer;
  }
  .fees_section .container .row_1 .view_all .line {
    width: 100%;
    background-color: #DDA82C;
    height: 2px;
  }
  .fees_section .container .row_2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    overflow: auto;
    padding: 16px;
  }
  .fees_section .container .row_2 .card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8EEEE;
    border-radius: 8px;
    padding: 8px;
  }
  .fees_section .container .row_2 .card .card_row1 .head_txt {
    font-size: 1rem;
    font-weight: 600;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row1 .head_desc {
    font-size: 0.8rem;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row2 {
    width: 60%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .ph {
    font-size: 0.8rem;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .num {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .permonth {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.4);
    line-height: 100%;
    align-self: flex-end;
  }
  .fees_section .container .row_2 .card .card_row2 .description {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .expand {
    height: auto;
  }
  .complaints {
    max-width: 992px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
    gap: 40px;
    height: 100%;
    align-items: center;
  }
  .complaints .complaints_child .title {
    font-size: 2.5rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .comp_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: #DDA82C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 1rem;
    cursor: pointer;
  }
  .complaints .complaints_child .txt {
    font-size: 1.5rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w .svg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child .wrap .w .one_line {
    white-space: nowrap;
  }
}
/* Large devices (laptops/desktops, 992px and up) max-width: 1200px;  */
@media only screen and (min-width: 992px) {
  .fees_section {
    max-width: 1200px;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container {
    width: 90%;
    display: flex;
    flex-direction: row;
    padding: 66px 0;
    gap: 40px;
    height: 100%;
  }
  .fees_section .container .row_1 {
    padding: 8px 0;
    width: 40%;
  }
  .fees_section .container .row_1 .title {
    font-size: 3rem;
  }
  .fees_section .container .row_1 .view_all {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600px;
    color: #DDA82C;
    cursor: pointer;
  }
  .fees_section .container .row_1 .view_all .line {
    width: 100%;
    background-color: #DDA82C;
    height: 2px;
  }
  .fees_section .container .row_2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    overflow: auto;
    padding: 16px;
  }
  .fees_section .container .row_2 .card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .fees_section .container .row_2 .card .card_row1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8EEEE;
    border-radius: 12px;
    padding: 16px;
  }
  .fees_section .container .row_2 .card .card_row1 .head_txt {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row1 .head_desc {
    font-size: 1rem;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row2 {
    width: 60%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .ph {
    font-size: 1rem;
    color: #4F0C16;
    line-height: 100%;
    margin-top: 4px;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .num {
    font-size: 2.5rem;
    font-weight: 600;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .permonth {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    line-height: 100%;
    align-self: flex-end;
    margin-bottom: 8px;
  }
  .fees_section .container .row_2 .card .card_row2 .description {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .expand {
    height: auto;
  }
  .complaints {
    max-width: 1200px;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
    gap: 40px;
    height: 100%;
    align-items: center;
  }
  .complaints .complaints_child .title {
    font-size: 3rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .comp_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: #DDA82C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 1rem;
    cursor: pointer;
  }
  .complaints .complaints_child .txt {
    font-size: 1.5rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w .svg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child .wrap .w .one_line {
    white-space: nowrap;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) max-width: 100%;  */
@media only screen and (min-width: 1200px) {
  .fees_section {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container {
    width: 1180px;
    display: flex;
    flex-direction: row;
    padding: 66px 0;
    gap: 40px;
    height: 100%;
  }
  .fees_section .container .row_1 {
    padding: 8px 0;
    width: 40%;
  }
  .fees_section .container .row_1 .title {
    font-size: 3rem;
  }
  .fees_section .container .row_1 .view_all {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600px;
    color: #DDA82C;
    cursor: pointer;
  }
  .fees_section .container .row_1 .view_all .line {
    width: 100%;
    background-color: #DDA82C;
    height: 2px;
  }
  .fees_section .container .row_2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    overflow: auto;
    padding: 16px;
  }
  .fees_section .container .row_2 .card {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .fees_section .container .row_2 .card .card_row1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8EEEE;
    border-radius: 12px;
    padding: 16px;
  }
  .fees_section .container .row_2 .card .card_row1 .head_txt {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row1 .head_desc {
    font-size: 1rem;
    color: #4F0C16;
  }
  .fees_section .container .row_2 .card .card_row2 {
    width: 60%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .ph {
    font-size: 1rem;
    color: #4F0C16;
    line-height: 100%;
    margin-top: 4px;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .num {
    font-size: 2.5rem;
    font-weight: 600;
    color: #4F0C16;
    line-height: 100%;
  }
  .fees_section .container .row_2 .card .card_row2 .ammount_wrap .permonth {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    line-height: 100%;
    align-self: flex-end;
    margin-bottom: 8px;
  }
  .fees_section .container .row_2 .card .card_row2 .description {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .expand {
    height: auto;
  }
  .complaints {
    max-width: 100%;
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child {
    width: 1180px;
    display: flex;
    flex-direction: column;
    padding: 82px 0;
    gap: 40px;
    height: 100%;
    align-items: center;
  }
  .complaints .complaints_child .title {
    font-size: 3rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .comp_btn {
    width: -moz-max-content;
    width: max-content;
    background-color: #DDA82C;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 1rem;
    cursor: pointer;
  }
  .complaints .complaints_child .txt {
    font-size: 1.5rem;
    color: #4F0C16;
    text-align: center;
  }
  .complaints .complaints_child .wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 64px;
  }
  .complaints .complaints_child .wrap .w {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    gap: 16px;
  }
  .complaints .complaints_child .wrap .w .svg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .complaints .complaints_child .wrap .w .one_line {
    white-space: nowrap;
  }
}/*# sourceMappingURL=bank_fees_section.css.map */