.overviewBlock {
  max-width: 1440px;
  margin-top: 2em;
}

.cell_16929028159202-padding{
  width: 125% !important;
}

.cell_1694207589866-padding{
  width: 50% !important;
}

.expectBlock{
  display: grid;
  grid-template-columns: auto auto auto;
}

.expectBlockVisa {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}

.highlightDiv {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.highlightDiv i {
  width: 16px;
  height: 16px;
  color: #E7891D;
  margin-top: 2px;
}

.overviewBlock h2 {
  font-weight: 800;
  font-size: 32px;
  color: #3d3f40;
}

.overviewBlock h3 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 16px;
  color: #3d3f40;
}

.overviewBlock p {
  font-weight: normal;
  font-size: 16px;
  margin-top: 16px !important;
  color: #4c4c4c;
  line-height: 1.8;
}

.expectBlock h4 {
  font-weight: 700;
  color: #3d3f40;
  font-size: 18px;
  margin-bottom: 4px;
}

.title {
  font-weight: bold;
}

.languageContent, .courseloadContent, .gpaContent, .visaContent {
  font-weight: 600;
  color: #D47200;
}

hr {
  display: block;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.overview-section__row-wrapper {
    position: sticky;
    top: 2rem;
}

@media (max-width: 1200px) {
  
  .cell_16929028159202-padding{
  width: unset !important;
}

.cell_1694207589866-padding{
  width: unset !important;
}
  
  .expectBlock{
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  
  .cell_16929028159202-padding {
    flex: 0 0 65% !important;
  }

@media (max-width: 450px) {
  .expectBlockVisa {
    grid-template-columns: auto;
  }
}