* {
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  background-color: rgb(199, 199, 199);
}

.maincontainer {
  width: 50%;
  margin: auto;
  padding-top: 50px;
  display: flex;
  /* background-color: antiquewhite; */
}

.sectionleft {
  background-color: #45199f;
  width: 40%;
  color: #fff;
}

.sectionLeftContents {
  padding: 40px;
  margin-right: 40px;
  
}

.sectionLeftContents img {
  width: 150px;
}

.singleline p {
  display: inline-block;
  margin-right: 10px;
}

.sectionContainer h2 {
  font-weight: 700;
  font-size: 1.2rem;
}

.sectionContainer h3 {
  color: grey;
  font-size: 1rem;
}

.sectionContainer {
  padding-top: 40px;
}

.regulardatasforleft {
  font-size: 0.8rem;
  padding-top: 10px;
}

.regulardatasforleftt {
  font-size: 0.8rem;
  padding-top: 2px;
}
.sectionright {
  background-color: #fff;
}
/* .twocloseline-vertical {
} */

.sectionLeftContents h1 {
  color: #45199f;
  text-transform: uppercase;
  font-weight: 900;
}

.educationdatas {
  display: flex;
  flex-direction: column;
}

.sectionleftofeducation p {
  font-size: 0.8rem;
  padding-top: 10px;
  color: #45199f;
}

.sectionright {
  font-weight: 500;
}

.descriptionofuniversity {
  font-weight: 300;
}

.no-data {
  font-weight: normal !important; 
  color: #888; 
  font-size: 14px; 
}

@media screen and (max-width: 768px) {
  .maincontainer {
    width: 100%;
  }
  .sectionLeftContents {
    padding: 20px;
  }
  .sectionContainer h2 {
    font-weight: 700;
    font-size: 0.9rem;
  }

  .sectionLeftContents h1 {
    margin-top: 40px;
  }

  .sectionLeftContents img {
    width: 120px;
  }
}