.section-partner {
  padding-bottom: 5rem;
}
.main-text {
  padding-top: 4rem;
}
.main-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 5rem;
  color: #003569;
  margin-bottom: 2.3rem;
}
.main-desc {
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 2.3rem;
  font-size: 1.5rem;
  color: #00000082;
}
.img {
  width: 100%;
}
.main-text > a:link,
.main-text > a:visited {
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 2.4rem;
  background: #01934a;
  padding: 1.8rem 1.6rem;
  border: none;
  display: inline-block;
  border-radius: 1rem;
}

.section-benefits {
  padding: 6.5rem 0;
  background: rgba(244, 244, 244, 0.59);
}
.benefits-title {
  font-size: 3rem;
  font-weight: 600;
  color: #003569;
}
.benefits-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 8.7rem;
}
.benefits-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #0000008a;
  width: 45%;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.benefit {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.benefit .icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #003569c9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
}
.benefit .icon img {
  width: 47%;
}

.benefit .title {
  color: #003569b0;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}
.benefit .desc {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #000000b5;
}

.section-SIW {
  padding: 6.5rem 0 8rem;
  /* position: relative; */
}
.section-SIW .utility__grid {
  margin-bottom: 2rem;
}
.section-SIW .dots {
  bottom: -15%;
}
.section-SIW .dots .dott {
  margin: 0 0.7rem;
}
.section-SIW .container {
  position: relative;
}
.dott {
  border: none;
  background: rgba(85, 106, 235, 0.35);
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50%;
  margin: 0 1rem;
  cursor: pointer;
}
/* .section1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1; */
/* } */
.links-titles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  width: 35.9rem;
  /* transition: ease all; */
}
.links-titles .title {
  font-weight: 600;
  font-size: 14px;
  color: #00000096;
  text-align: center;
  cursor: pointer;
}
.links-titles .title.active {
  color: #003569;
  border-bottom: 4px solid #01934a;
}
.work-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #003569;
}
.descriptions {
  position: relative;
  overflow: hidden;
  height: 15rem;
  width: 44.7rem;
  /* width: 100%; */
  margin-bottom: 4.9rem;
}
.work-desc {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 30px;
  color: #00000091;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.work-button {
  padding: 1.8rem 2.2rem;
  border: 0.2rem solid #01934a;
  width: fit-content;
  background: none;
  display: inline-block;
  font-size: 1.6rem;
  color: #01934a;
  font-weight: 500;
}
.section2 {
  position: relative;
  overflow: hidden;
}
.section2 .work-img {
  width: 100%;
  height: 100%;
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
}
/* .section2 .work-img.active {
  display: block;
} */

.section-integrate {
  padding: 5.4rem 0 5.5rem;
  background: #f4f4f4;
}
.integrate {
  text-align: center;
}
.integrate-heading {
  font-size: 3rem;
  color: #003569;
  font-weight: 600;
  margin: 7.3rem 0 4.8rem;
}
.integrate .desc {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2.8rem;
  text-align: center;
}
.integrate-btn:link,
.integrate-btn:visited {
  background: #01934a;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 1.5rem 1.7rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  border: none;
}
.section-dashboard {
  padding: 5.5rem 0;
}
.merchant-dashboard .section1 {
}
.d-grid {
  gap: 5.7rem !important;
}

.desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 3rem 0 1.6rem;
  color: rgba(0, 0, 0, 0.38);
}
.merchant-dashboard .desc,
.link-text {
  font-weight: 500;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.38);
}
.link {
  margin-bottom: 0.1rem;
}
.links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.links .link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.d-btn:link,
.d-btn:visited {
  color: #01934a;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  border: solid 0.2rem #01934a;
  display: inline-block;
  padding: 1.5rem 5.1rem;
  border-radius: 1rem;
  margin-top: 2.2rem;
}
.merchant-dashboard .section2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merchant-dashboard .work-button {
  border-radius: 10px;
}
.merchant-dashboard .section2 img {
  width: 70%;
}
@media screen and (max-width: 1104px) {
  .section1 {
    text-align: left;
  }

  .descriptions {
    height: 15rem;
    width: unset;
    margin-bottom: 1.5rem;
  }
  .section-SIW .utility__grid {
    margin-bottom: 2rem;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .links-titles {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .section-SIW .utility__grid {
    margin-bottom: 2rem;
    gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section2 {
    width: 100%;
    height: 40rem;
  }
  .section2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-SIW .dots {
    bottom: -8%;
  }

  .benefits {
    gap: 5rem;
    grid-template-columns: 1fr;
    row-gap: 5rem;
  }
  .benefit .desc {
    line-height: 2.5rem;
    margin: 0 0 1.6rem;
  }
  .benefits-desc {
    width: 100%;
    padding: 0 1.5rem;
  }
  .benefit .icon {
    height: 7rem;
    width: 7rem;
  }
}

@media screen and (max-width: 576px) {
  .links-titles {
    margin-bottom: 1.5rem;
    max-width: 100%;
  }

  .section-SIW .utility__grid {
    gap: 3.5rem;
  }
  .section2 .work-img {
    width: 100%;
  }
  .work-button {
    padding: 1.4rem 1.8rem;
    font-size: 1.4rem;
  }
  .section2 {
    height: 30rem;
    width: 100%;
  }
  .integrate-heading {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 389px) {
  .links-titles {
    max-width: 33rem;
  }

  .descriptions {
    height: 22rem;
    margin-bottom: 0;
    max-width: 33rem;
  }
}
