.elementor-37392 .elementor-element.elementor-element-a550271{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-a550271 */.faq-item {
cursor: pointer;
  margin-bottom: 10px;
  background: #fff;
  padding: 22px 30px;
  border-radius: 6px;
  font-weight: 300;
  font-size: 16px;
  font-family: Inter;
}

.seds {
  border-bottom: 3px solid #EB7627;
}

.ssh {
  border-bottom: 3px solid #FABD35;
}

.nusom {
  border-bottom: 3px solid #239B6C;
}

.smg {
  border-bottom: 3px solid #B23D71;
}

.gsb {
  border-bottom: 3px solid #AB8F78;
}

.gspp {
  border-bottom: 3px solid #46B9BC;
}

.gse {
  border-bottom: 3px solid #8DCEF1;
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  list-style: none;
  font-weight: 700;
font-size: 18px;
display: flex;
align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  left: 0;
  font-size: 20px;
  color: #333;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "×";
}

.faq-item > div {
  padding: 15px 20px;
}

.table {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
	border-collapse: collapse;
	background: #fff;
    margin-block-end: 0;
}
.table th {
    background: rgba(15, 163, 197, 1)!important;
    color: #fff;
    text-align: left;
    
}
.table td {
    background-color: #fff!important;
}

.table td, th {
border: 1px solid #ccc;
padding: 10px;
}

.acc-title {
  display: flex;
  justify-content: space-between;
align-items: center;
  font-family: Inter;
  font-weight: 700;
width: 100%;
}

.acc-img {
  width: 50px;
}

.circle-logo {
  width: 100px;
}

@media(max-width:576px){
    .faq-item summary {
        font-size: 14px;
    }
    .faq-item {
        padding: 10px;
    }
}/* End custom CSS */