.philosophy {
  margin-top: 100px;
}

.philosophy-container h1 {
  font-size: 24px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  font-family: "Inter", sans-serif;

  left: 22.7%;
}

p {
  margin-bottom: 0px !important;
  color: rgb(152, 152, 152);
  font-family: 'Manrope', sans-serif;
}

.philosophy-image-wrapper {
  width: 516px;
  height: 500px;
  overflow: hidden;
  border-radius: 15px;
}

.philosophy-image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.philosophy-image-wrapper:hover img {
  transform: scale(1.1);
}

.philosophy-inner-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  align-items: flex-start;
}

.philosophy-sub-heading h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  color: rgba(128, 128, 128, 0.719);
  font-weight: 500;
}

.philosophy-body {
  display: flex;
  flex-direction: row-reverse;
  gap: 93px;
  width: 100%;
  align-items: flex-start;
}

.philosophy-content {
  color: rgb(72, 72, 72);
  width: 40%;
  margin-top: 6%;
}

.philosophy-content p {
  font-size: 16px;
}

.philosophy-content img {
  width: 133px;
  height: 78px;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .philosophy-container h1 {
    font-size: 40px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    left: 21%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .philosophy-container h1 {
    font-size: 19px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    left: 20%;
  }

  .philosophy-content p {
    font-size: 14px;
    color: rgb(152, 152, 152);
    font-family: 'Manrope', sans-serif;
    ;
  }

  .philosophy-sub-heading h2 {
    font-size: 37px;
    line-height: 50px;
  }

  .philosophy-body {
    gap: 50px;
  }

  .philosophy-image-wrapper {
    width: 306px;
    height: 400px;
  }

  .philosophy-image-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }

  .philosophy-content img {
    width: 105px;
    height: 59px;
  }

  .key-inner-container {
    right: 12% !important;
  }
}

@media (max-width: 767px) {
  .philosophy-container h1 {
    position: static;
    font-size: 20px;
  }

  .philosophy-inner-container {
    flex-direction: row-reverse;
  }

  .philosophy-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .philosophy-image-wrapper {
    width: 226px;
    height: 250px;
  }

  .philosophy-sub-heading h2 {
    color: rgb(0 0 0 / 68%) !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 27px;
    line-height: 40px;
  }

  .philosophy-content {
    width: 100%;
    margin-top: 6%;
  }

  .philosophy-content p {
    font-size: 14px;
    color: rgb(152, 152, 152);
  }

  .philosophy-sub-heading {
    position: absolute;
    right: 14%;
  }
}

@media (max-width: 380px) {
  .philosophy-sub-heading {

    position: absolute;
    right: 12%;
  }
}

/* key features */
hr {
  margin: 0;
}

.green-divider {
  width: 3px;
  height: 30px;
  background-color: #c3d82c;
  border: none;
  margin: 0;
}

.key-container {
  margin-top: 50px;
}

.key-inner-container {
  position: relative;
  right: 9%;
}

.key-inner-container h3 {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .key-item {
    font-size: 7px;
  }

  .green-divider {
    height: 20px;
  }
}

@media (max-width: 512px) {
  .green-divider {
    height: 15px;
  }

  .mb-3 {
    letter-spacing: 8px;
  }

  .key-container {
    margin-top: 22px;
    position: absolute;
    top: 100%;
    right: 2%;
  }

  .key-inner-container {
    right: inherit;
  }
}



.key-values-mobile {
  padding: 10px;
}

.kv-box {
  display: flex;
  flex-direction: column;
  gap: 10px;

  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 20px;
  background: #fff;
}

.kv-title {
  color: rgb(57, 57, 57);

  letter-spacing: 5px;
  font-size: 14px;

 
}

.star {
  color: #8cc63f;
  height: 10px;
 
}

.star-icon {
  width: 15px;
 
  height: 15px;
  margin-right: 6px;
  vertical-align: middle;
}

.kv-desc {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: rgb(152, 152, 152);
}

.kv-img {
  width: 100%;
  border-radius: 6px;
}