.second-section{
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.ss-bold {
  font-family: var(--font2);
  font-weight: 600;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
}
.ss-thin {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 64px;
  font-family: var(--font2);
  margin: 20px 0;
}
.ss-search {
  display: flex;
  background-color: #ecf0f3;
  border-radius: 30px;
  padding: 15px 15px 15px 30px;
  justify-content: space-between;
}
.ss-search input {
  width: 99%;
  background-color: transparent;
  border: none;
  outline: none;
}
.ss-search input::placeholder {
  font-size: 18px;
  font-weight: 600;
  line-height: 24.55px;
  color: #b2bac8;
}
.ss-search-icon {
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
}
.ss-search-icon i {
  font-size: 20px;
}

.ss-boxes-container {
  width: 110%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
  /* overflow: hidden; */
}
.ss-box {
  width: 550px;
  height: 211px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
  margin-top: 20px;
  /* border: 2px solid black; */
}
.ss-box img {
  width: 100%;
}

.ss-enclose {
  width: 72%;
  top: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  height: fit-content;
  justify-content: space-between;
  font-family: var(--font4);

  margin: auto;
  align-items: center;
}
.ss-texts {
  display: grid;
  gap: 16px;
  /* margin-top: 48px; */
}
.ss-text1 {
  font-weight: 600;
  font-family: var(--font4);
  font-size: 40px;
  color: #ffffff;
}
.ss-text2 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font4);
  color: #ffffff;
}
.ss-icon {
  color: #ffffff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 3px solid;
}
.ss-icon i {
  font-size: 20px;
}
.ss-rr {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.11px;
  line-height: 43.71px;
  color: #202224;
  margin-top: 100px;
}
.ss-note {
  border-radius: 24px;
  background-color: #f6f6f6;
  padding: 40px;
  margin: 30px 0 40px;
  font-size: 20px;
  line-height: 32px;
  color: #565656;
  font-weight: 500;
}
.ss-note span {
  display: block;
  font-weight: 800;
  color: #ff0000;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.second-section form div {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 50px;
}
.second-section form .ss-checkbox {
  display: flex;
  gap: 14px;
  align-items: center;
  border: none;
}
.second-section label {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 21.86px;
}
.second-section label span {
  color: #ff0000;
}
.second-section input {
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  padding: 10px 0;
}
.second-section input::placeholder {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.second-section input[type="checkbox"] {
  width: 27px;
  height: 27px;
}
.second-section label[for="checkbox"] {
  color: #565656;
  font-size: 20px;
  font-weight: 523;
}
.second-section label a {
  font-weight: 800;
  color: var(--theme-color);
  text-decoration: none;
}

.datasets{
  font-family: var(--font2);
  font-weight: 600;
  font-size: 42px;
  line-height: 64px;
  margin: 70px 0 10px;
}
.dataset-show{
  font-family: var(--font2);
  font-weight: 400;
  font-size: 24px;
  line-height: 64px;
  margin-bottom: 10px;
}
.ss-data-container{
  width: 100%;
  margin: 0 0 40px;
}
.ss-data{
  border-bottom: 0.5px solid rgb(86, 86, 86, 0.4);
  margin: 60px 0;
}
.ss-data > p{
  font-family: var(--font4);
  font-weight: 600;
  font-size: 32px;
  color: #565656;
  line-height: 43.65px;
  margin-bottom: 20px;
}
.ss-data > div{
  display: flex;
  gap: 66px;
}
.ss-data > div > p{
  font-family: var(--font4);
  font-weight: 600;
  font-size: 24px;
  color: #565656;
  line-height: 32.74px;
  margin: 20px 0;
}
.ss-data > div > p:nth-child(2) > a{
  color: var(--theme-color);
  font-weight: 700;
  text-decoration: none;
}
.ss-proceed-btn{
  background-color: var(--theme-color);
  border-radius: 30px;
  padding: 20px 70px;
  border: none;
  margin: 0 auto 30px;
  width: fit-content;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
}
.ss-signature{
  border: none;
  width: 300px;
  margin: 30px auto;
}
.ss-signature img{
  width: 100%;
}