.so-widget-majors-widget-default-d75171398898 {
  /* header
----------------------------------------------------------------------------------------------------------------------*/
  /* results
----------------------------------------------------------------------------------------------------------------------*/
}
.so-widget-majors-widget-default-d75171398898 .majors-wrapper.block-wrapper {
  padding-bottom: 0;
}
.so-widget-majors-widget-default-d75171398898 .majors-wrapper.background-primary {
  color: white;
}
.so-widget-majors-widget-default-d75171398898 .majors-wrapper.background-white {
  color: #272727;
}
.so-widget-majors-widget-default-d75171398898 .majors-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .so-widget-majors-widget-default-d75171398898 .majors-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.so-widget-majors-widget-default-d75171398898 .majors-header-container {
  margin-bottom: 150px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .so-widget-majors-widget-default-d75171398898 .majors-header-container {
    margin-bottom: 300px;
  }
}
.so-widget-majors-widget-default-d75171398898 .majors-header {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.so-widget-majors-widget-default-d75171398898 .majors-cards-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.so-widget-majors-widget-default-d75171398898 .majors-cards-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: -200px;
  grid-template-columns: 1fr;
  grid-gap: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .so-widget-majors-widget-default-d75171398898 .majors-cards-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .so-widget-majors-widget-default-d75171398898 .majors-cards-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.so-widget-majors-widget-default-d75171398898 .major-result-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: all linear 0.2s;
}
@media screen and (min-width: 768px) {
  .so-widget-majors-widget-default-d75171398898 .major-result-card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .so-widget-majors-widget-default-d75171398898 .major-result-card:hover .major-card-image {
    transform: scale(1.05);
  }
  .so-widget-majors-widget-default-d75171398898 .major-result-card:hover .major-card-link-text:after {
    width: 100%;
    opacity: 1;
  }
}
.so-widget-majors-widget-default-d75171398898 .major-card-image-wrapper {
  height: 200px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.so-widget-majors-widget-default-d75171398898 .major-card-image {
  width: 100%;
  height: 100%;
  transition: transform linear 0.2s;
  transform-origin: center center;
  background-color: #79abca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.so-widget-majors-widget-default-d75171398898 .major-card-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  color: #686e78;
}
.so-widget-majors-widget-default-d75171398898 .major-card-department-name {
  margin-top: 0;
  margin-bottom: 10px;
}
.so-widget-majors-widget-default-d75171398898 .major-card-name {
  margin-bottom: 20px;
  padding-bottom: 24px;
  position: relative;
  color: #231f20;
  font-family: "Merriweather", serif;
  font-weight: 600;
}
.so-widget-majors-widget-default-d75171398898 .major-card-name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 2px;
  background-color: #dedede;
  content: "";
}
.so-widget-majors-widget-default-d75171398898 .major-card-description {
  height: 100%;
  word-break: break-word;
}
.so-widget-majors-widget-default-d75171398898 .major-card-link-text {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  color: #686e78;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.so-widget-majors-widget-default-d75171398898 .major-card-link-text:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 0%;
  height: 2px;
  transition: all linear 0.2s;
  opacity: 0;
  background-color: #686e78;
  content: "";
}