.home_universities_wrapper {
  /* background: #d6d6d6;
    padding: 2rem 0; */
  margin: 2rem 0;
}
.home_universities_content_wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.home_universities_left {
  background: gainsboro;
  padding: 3rem 1rem;
  width: 100%;
  /* display: flex;
  align-items: center;
  flex-direction: column;
justify-content: center; */
}
.home_universities_right {
  background: #ffffff;
  padding: 3rem 1rem;
}

.home_universities_left_title {
  font-size: 28px;
  margin-bottom: 1rem;
  font-weight: 600;
  /* padding: 0 1rem; */
  width: 70%;
}
.home_universities_left_para {
  font-size: 16px;
}
.home_universities_left_btn {
  padding: 0.8rem 2rem;
  border-radius: 0.3rem;
  background: #9b0c1c;
  color: white;
  border: none;
  margin-top: 2rem;
  /* font-size: 14px; */
}
.home_universities_right img {
  width: 100%;
}
.home_universities_left_title_clr {
  color: green;
}
.univ_img_flag img {
  width: 33px !important;
  box-shadow: 0px .2px 4px 1.5px rgb(189, 189, 189);
}

/* sliding carousel-start  */

.univ_carousel {
  width: 100%;
  /* Adjust as needed */
  /* max-width: 900px;  */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.univ_carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 2rem 1rem;
  /* background: #a1d395; */
  gap: 1rem;
}

.univ_img_container {
  width: 100%; /* Show 3 images at a time */
  flex-shrink: 0;
  position: relative;
  text-align: center; /* Center the content */
  /* background: #ebb1b1; */
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px #cecbcbd0;
  padding: 1rem;
  height: 11rem;
  box-sizing: border-box;
}

.univ_img_container .univ_carousel-image {
  /* width: 100%; */
  width: 200px;
  border-radius: 10px; /* Add rounded corners to images */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 0.5rem;
}

.univ_image_content {
  /* margin-top: 10px; */
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.univ_image_content h3 {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  font-size: medium;
}

.univ_image_content p {
  font-size: 14px;
  color: #666;
}

/* sliding carousel-end  */
