.home-banner .home-banner-content-main {
  background-image: url("../../../public/images/home-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 32px;
  margin: 30px 30px 0 30px;
  padding: 275px 120px 175px;
}

.home-banner-content h1 {
  font-weight: 400;
  font-size: 85px;
  line-height: 95px;
  color: var(--white-color);
}

.home-banner-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: var(--white-color);
  width: 628px;
  margin-bottom: 25px;
}

.home-banner-btns .btn-1 {
  background-color: #818286;
  color: var(--white-color);
  padding: 16px 46px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

.home-banner-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-banner-btns .btn-2 {
  background-color: var(--white-color);
  color: var(--theme-color);
  padding: 16px 46px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trusted-clients {
  margin-top: 26px;
}

.trusted-clients .trusted-clientsImage {
  display: flex;
  align-items: center;
}

.trusted-clients .trusted-clientsImage img {
  margin-right: -30px;
}

.trusted-clients .trusted-clientsImage span {
  background-color: #e4476b;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
}

.banner-right-image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .home-banner-content h1 {
    font-size: 46px;
    line-height: 57px;
  }

  .home-banner-btns .btn-1 {
    padding: 14px 20px;
    font-size: 16px;
  }

  .home-banner-btns .btn-2 {
    padding: 14px 20px;
    font-size: 16px;
  }

  .home-banner .home-banner-content-main {
    padding: 225px 120px 100px;
  }

  .home-banner-content p {
    width: 100%;
  }
}
