.section-area {
  padding: 82px 0px 82px;
  text-align: center;
  max-width: 100%;
  width: 750px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.section-titles {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.section-first-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  color: #22282B;
  text-align: center;
}

.section-title {
  font-family: Manrope;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #22282B;

}

.section-description {
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  color: #22282B;
  text-align: center;
}

.section-ust-baslik {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

table {
  background-color: white;
}

th {
  background-color: #EFF3F6 !important;
  color: #344054;
  width: 600px;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  padding: 10px !important;

}

td {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #344054;
  padding: 32px !important;
}

.iban-text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #344054;
  display: flex;
  justify-content: space-between;
}

.copy-area {
  display: flex;
  gap: 14px;
}

.section-desc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #344054;
  text-align: center;
  padding: 26px 0px 42px 0px;

}

.middle-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 26px;
  text-align: center;


}
.form-container{
  overflow: hidden;
  overflow-x: auto;
}
.icon-col {
  text-align: center;
}

.icon-col i {
  cursor: pointer;
  color: #2b53db;
  font-size: 18px;
}


/*Tablo*/

@media only screen and (max-width: 991px)
{
   table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    padding: 0;
    position: ;
    width: 1px;
  }

  table tr {
    display: block;
    border-bottom: 3px solid #ddd;
    margin-bottom: .625em;
  }


table td {
    display: block;
    text-align: start;
    position: relative;
    border-bottom: 1px solid #ddd;
}

 table td::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    font-weight: 600;
}

.iban-text {
    text-align: start;
}

table tr td:first-child {
    padding-top: 60px!important;
}

table tr td:first-child::before {
    top: 24px;
}

}
@media (max-width: 448px) {
 .section-title {
    font-size: 32px;
}
.main-title{
  font-size: 30px;
}
}