body {
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  background: transparent linear-gradient(95deg, #582acd 0%, #f9b55c58 100%) 0% 0% / cover no-repeat padding-box;

  height: auto;
}

.container-background {
  height: 100%;
}

.Logo {
  margin-top: 0;
  /* Remove negative margin */
}

.testimonial {
  margin-top: 0;
  /* Remove negative margin */
}

.Right-content-row {
  margin-top: 0;
  /* Remove negative margin */
}

.Left-text {
  margin-top: 0;
  /* Remove negative margin */
}



/* Header */

.Logo {
  display: flex;
  margin-top: -32px;
  position: absolute;
  margin-left: -4px;
}

.Topnav {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 9px;
}

.Topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  margin-left: 63px;
}

/* Hearo-page */

.screen-bg {}

.testimonial {
  display: flex;
  width: 79%;
  justify-content: center;
  padding-top: -119px;
  display: flex;
  margin-left: 171px;
  margin-top: 40px;
  position: initial;
  display: flex;
}

.navbar-brand {
  height: 60px;
}

.logo-icon {
  margin-top: -21px;
}

.testimonial-cards {
  text-align: center;
  /* margin: 28px; */
  background-color: #ffff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  border-radius: 10px;
  position: relative;
  border-radius: 24px;
  height: 203px;
  width: 100%;
  margin-top: 30px;
}

.testimonial-cards img {
  width: 183px;
  height: 161px;
  padding: 10px;
  border-radius: 100%;
  object-fit: cover;
  margin-left: -10px;
}

.Buttons {
  width: 100%;
  border-radius: 12px -27px 124px 2px;
  height: 43px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.Right-content-row {
  position: absolute;
  margin-left: 108px;
  margin-top: 94px;
}

.Left-text {
  position: absolute;
  margin-left: 55%;
  font-weight: 600;
}

.Left-text,
p {
  margin-top: 12px;
  position: absolute;
  width: 154px;
}

.Reg-Button {
  margin-left: 156px;
  margin-top: -7px;
  position: absolute;
  width: 132px;
  height: 31px;
  border: none;
  background-color: #582acd;
  border-radius: 6px;
  color: #ffff !important;
}

.Text {
  width: 100%;
  margin-top: 10%;
  font-size: 29px;
  color: #ffffff;
  text-align: justify;
}

.register-btn {
  margin: 0;
}