
.swiper2 {
  background-image: url('https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ix4_slJB4Kpg/v0/-1x-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body {
  margin: 0;
  font-family: sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* COMBINED CARD */
.combined-card{
  background: linear-gradient(135deg,#f8f9ff,#eef2ff);
  border-radius: 18px;
  padding: 40px 35px;
  max-width: 900px;
  margin: 60px auto;
  box-shadow: 0 14px 35px rgba(0,0,0,0.1);
}

.combined-card h2{
  text-align: center;
  font-size: 28px;
  color: #245677;
  margin-bottom: 30px;
}

.combined-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.combined-block h3{
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.combined-block ul{
  padding-left: 18px;
}

.combined-block ul li{
  color: #555;
  font-size: 16px;
  margin-bottom: 10px;
}

.combined-footer{
  margin-top: 35px;
  text-align: center;
  font-weight: 600;
  color: #000;
}


.main_about h4{
  margin: 12px 0;
  font-size: 20px;
}

/* MOBILE */
@media(max-width:768px){
  .combined-content{
    grid-template-columns: 1fr;
  }

  .combined-card{
    padding: 30px 20px;
  }

  .combined-card h2{
    font-size: 24px;
  }
  .experience{
    padding: 0 41px;
  }
}
