.gre_banner {
  background: #ffffff;
  padding: 2rem 1rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gre_banner_img_wrapper img {
  width: 300px;
  border-radius: 1rem;
}
/* .gre_right_banner {
    background: gray;
} */
.gre_right_conten_wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  /* background: teal; */
}
.gre_right_banner_title {
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 28px;
}
.gre_right_content_title,
.gre_banner_side_title {
  font-weight: 600;
  font-size: 16px;
}
.gre_right_banner_btn {
  background: green;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 0.2rem;
  margin-top: 1rem;
  border: none;
}
.gre_banner_side_title_para,
.gre_right_content_title_para {
  font-size: 13px;
}
.gre_right_banner_sub_content {
  margin-top: 0.5rem;
}

/* MAIN CONTENT WRAPPER  */
.gre_main_content_wrapper {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.gre_content_box_style{
  margin: 0.5rem;
  border: 1.5px solid #cdcdcd;
  border-radius: 0.5rem;
  padding: 1rem;
}

/* GRE Definations  */
.gre_content_title {
  /* padding: 2rem 1rem 0.5rem 1rem; */
  padding: 1rem;
}
.gre_definations {
  background-color: #d8d8e9;
}
/* GRE TYPE  */
/* .gre_types {
  padding: 1rem;
} */
.list_gre_content_title {
  padding-top: 0.2rem;
}

/* GRE PATTERN  */
.gre_pattern {
  margin: 0.5rem;
}
.gre_syllabus {
  background-color: #d8d8e9;
}

.scoring_gre_exam {
  background-color: #d8d8e9;
}

