main {
  padding: 0 !important;
}



.section-feature {
  min-height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}

.section-hero {
  max-height: calc(100vh - 100px);
  min-height: unset;
  overflow: hidden;
}

.section-hero video {
  width: 100vw;
  display: block;
}

.section-background-image {
  position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-image-background video {
  width: 100vw;
  display: block;
}

.section-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-content-box {
  margin: 10px;
  background-color: #ffffff;
  width: calc(100% - 20px);
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 100px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.section-content-box > * > p {
  margin: 0;
}

.hero-content-box {
  background: linear-gradient(to right, #212f64 50%, #c02032 50%);
  background-size: 200% 100%;
  background-position:right bottom;
}

.hero-content-box:hover {
  background: linear-gradient(to right, #212f64 50%, #c02032 50%);
  background-size: 200% 100%;
  background-position:left bottom;
  transition:all 1s ease;
}

.section-content-title {
  text-transform: uppercase;
  background-color: #212f64;
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: 600;
  width: 15%;
  min-width: fit-content;
  font-size: 1.25em;
  justify-content: center;
  text-align: center;
}

.section-content-description {
  padding: 0 20px;
  width: 70%;
  flex-grow: 1;
  font-weight: 600;
  color: #212f64;
  font-size: 1.25em;
}

.section-content-action {
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  width: 15%;
  min-width: fit-content;
  justify-content: center;
  text-align: center;
}

.section-content-action a {
  background-color: #212f64;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  padding: 12px 24px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.section-content-description p {
  margin: 0;
}

.hero-content-title {
  width: 50%;
  justify-content: center;
  min-width: unset;
  background-color: transparent;
}

.hero-content-description {
  width: 50%;
  flex-grow: 1;
  min-width: fit-content;
}

.section-list-wrapper {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.section-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1250px;
}

.section-list-item {
  margin: 0 5px 5px;
}

.section-list-item img {
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.endorsements {
  padding: 20px;
  padding-bottom: 50px;
}

.section-block {
  background: rgb(33,47,100);
  background: linear-gradient(90deg, rgba(33,47,100,1) 0%, rgba(54,76,159,1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 50px;
}

.block-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  height: 800px;
  max-height: unset;
}

.block-wrapper > * {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-content-box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}

.block-content-title {
  color: #212f64;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 800;
}

.block-content-title p {
  margin: 0;
}

.block-content-description {
  color: #212f64;
}

.block-content-description p {
  margin-top: 0;
}

.block-image img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

.block-content-action {
  margin: 10px 0;
}

.block-content {
  order: 2;
  padding: 10px;
  height: auto;
}

.block-image {
  order: 1;

}
