.welcome_section {
  padding: 40px 0 0;
  background: #ffffff;
  position: relative;
}

.welcome_section .welcome_title .head {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
}

.welcome_section .welcome_title .head span {
  color: #09558f;
}

.welcome_section .description {
  color: #000000;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 20px;
  font-weight: 500;
  /* display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.welcome_section .growth-box {
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  gap: 15px;
  padding: 15px 10px;
  border-radius: 12px;
  flex-wrap: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  background: transparent linear-gradient(90deg, #19a0dc 0%, #09558f 100%) 0% 0% no-repeat padding-box;
}

.welcome_section .growth-box-mobile {
  background: #6c74a8 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 10px;
  border-radius: 12px;
  flex-wrap: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  background: transparent linear-gradient(90deg, #19a0dc 0%, #09558f 100%) 0% 0% no-repeat padding-box;
}

.welcome_section .icon_wrapper {
  width: 120px;
  height: auto;
}

.welcome_section .icon_wrapper .logo_img {
  width: 100%;
  height: 100%;
}

.welcome_section .growth-box .growth_div {
  text-align: center;
  margin: 10px;
}

.welcome_section .img_wrapper {
  width: 100%;
  height: 500px;
}

.welcome_section .img_wrapper .welcome_img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.welcome_section .growth-box .growth_head {
  margin: 0;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}

.welcome_section .growth-box .text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.welcome_section .title_who_we_are {
  margin-top: 20px;
}

.welcome_section .growth-box-mobile {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .welcome_section .left-content .growth-box {
    padding: 0;
  }

  .welcome_section .img_wrapper {
    width: 100%;
    height: 100%;
  }

  .welcome_section .growth-box-mobile {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .welcome_section .img_wrapper {
    width: 100%;
    height: 100%;
  }

  .welcome_section .growth-box-mobile {
    display: flex;
    justify-content: space-around;
    /* margin-top: 20px; */
  }

  .welcome_section .growth-box {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .welcome_section {
    padding: 40px 0 50px;
  }

  .welcome_section .img_wrapper {
    width: auto;
    height: 100%;
  }

  .welcome_section .welcome_title .head {
    font-size: 28px;
  }

  .welcome_section .growth-title {
    margin-bottom: 19px;
    font-size: 23px;
  }

  .welcome_section .description {
    margin-bottom: 16px;
    text-align: justify;
  }

  .welcome_section img {
    height: 100%;
  }

  .welcome_section .growth-box-mobile {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    align-items: center;
    text-align: center;
  }

  .welcome_section .growth-box-mobile .text {
    margin: 0;
  }

  .welcome_section .growth-box {
    display: none;
  }

  .welcome_section .growth-box .growth_head {
    font-size: 22px;
  }

  .welcome_section .growth-box .text {
    font-size: 16px;
  }

  .welcome_section .icon_wrapper {
    width: 100px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .welcome_section .growth-box-mobile {
    display: none;
  }

  .welcome_section .img_wrapper {
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .welcome_section .welcome_title .head {
    font-size: 28px;
  }

  .welcome_section .growth-title {
    margin-bottom: 19px;
    font-size: 23px;
  }

  .welcome_section .description {
    margin-bottom: 16px;
  }

  .welcome_section .right-image img {
    margin-bottom: 20px;
  }

  .welcome_section .growth-box {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
  }

  .welcome_section .growth-box .growth_head {
    font-size: 22px;
  }

  .welcome_section .growth-box .text {
    font-size: 16px;
  }

  .welcome_section .icon_wrapper {
    width: 100px;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .welcome_section {
    padding: 40px 12px 0px;
  }

  .welcome_section .welcome_title .head {
    font-size: 23px;
  }

  .welcome_section .growth-box-mobile {
    display: none;
  }

  .welcome_section .icon_wrapper {
    width: 80px;
    height: auto;
  }

  .welcome_section .img_wrapper {
    width: unset;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .welcome_section .description {
    margin-bottom: 7px;
    font-size: 13px;
    text-align: justify;
  }

  .welcome_section .right-image img {
    margin-bottom: 15px;
  }

  .welcome_section .growth-title {
    margin-bottom: 17px;
    font-size: 22px;
  }

  .welcome_section .growth-box {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 15px 0px;
    margin-bottom: 10px;
    width: 100%;
  }

  .welcome_section .growth-box .growth_div {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0;
    padding: 10px 5px;
  }

  .welcome_section .growth-box .growth_head {
    font-size: 22px;
  }

  .welcome_section .growth-box {
    font-size: 22px;
  }

  .welcome_section .growth-box .text {
    font-size: 16px;
  }
}