.sss {
  background-image: linear-gradient(74deg, #dbf7e1 0%, #dfe9ff 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 60px;
}

.sss img {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.sss h1 {
  font-size: 26px;
  color: #1e325c;
  text-align: center;
  line-height: 1.4;
  max-width: 360px;
}

.sss-box {
  margin: 30px auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
}

.sss-box .sidenav {
  z-index: 1;
  top: 0;
  left: 0;
  padding-right: 25px;
  overflow-x: hidden;
  height: 600px;
}

.dropdown-btn {
  padding: 15px 0 15px 15px;
  color: #1e325c;
  font-size: 17px;
  background-color: #ffffff;
  line-height: 1.4;
  width: 100%;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #a8b6c6;
  text-align: left;
  margin-bottom: 15px;
  cursor: pointer;
}

.dropdown-container p {
  background-color: #fff;
  color: #5a7184;
  border: 1px solid #a8b6c6;
  border-top: 1px solid transparent;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: initial;
  margin-bottom: 15px;
}

.sss-box .sidenav .clicked {
  color: #fff;
  background-color: #1e325c;
  margin-bottom: 0;
}

.sss-box .sidenav .dropdown-btn:after {
  content: '';
  display: flex;
  background: #dbf7e1
    url('https://www.kirapratik.com.tr/publicassets/kirapratik/down.png')
    no-repeat center;
  border-radius: 50%;
  min-width: 15px;
  min-height: 15px;
  padding: 14px;
  margin-right: 15px;
}

.sss-box .sidenav .clicked:after {
  background: #dfe9ff
    url('https://www.kirapratik.com.tr/publicassets/kirapratik/up.png')
    no-repeat center;
}

.sss-right {
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.sss-right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 50, 92, 0.4);
}

.sss-right img {
  display: block;
}

#scroll .dropdown-container {
  display: none;
}

@media (min-width: 992px) {
  .sss img {
    width: 120px;
    height: 120px;
  }

  .sss h1 {
    font-size: 36px;
    line-height: 48px;
    color: #17315f;
    max-width: 500px;
  }

  .sss-box {
    flex-direction: row;
  }

  .sss-box .container {
    display: flex;
  }

  .sss-box .sidenav {
    width: 50%;
    padding-right: 10px;
    margin-top: 30px;
  }

  .sss-box .sss-right {
    height: 630px;
  }

  .dropdown-container p {
    font-size: 19px;
    line-height: 1.4;
  }

  .sss-right {
    margin-left: 20px;
  }

  .sss-box .sss-right img {
    height: 100%;
  }
}
