.section-overview-wrapper .value-group .cta a span {
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #112868;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0
}
@media screen and (max-width:1400px) {
  .section-overview-wrapper .value-group .cta a span {
    min-height: 32px;
    min-width: 32px
  }
}
.section-overview-wrapper .value-group .cta a span::after {
  font-family: icomoon,sans-serif!important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  content: "\e910";
  font-size: 2rem;
  color: #23dce1;
  position: absolute;
  overflow: hidden;
  transition: .2s ease
}
@media screen and (max-width:1400px) {
  .section-overview-wrapper .value-group .cta a span::after {
    font-size: 1.25rem
  }
}
.section-overview-wrapper .value-group .cta a span:hover {
  background: #23dce1;
  color: #112868
}
.section-overview-wrapper .value-group .cta a span:hover::after {
  transition: .2s ease;
  color: #112868;
  transform: translateX(-28%)
}
@media screen and (max-width:1400px) {
  .section-overview-wrapper .value-group .cta a span:hover::after {
    font-size: 1.25rem
  }
}
.section-overview-wrapper .value-group .cta a span::after {
  content: "\e917"
}
@media screen and (max-width:1400px) {
  .section-overview-wrapper .value-group .cta a span::after {
    font-size: 1.25rem
  }
}
.section-overview-wrapper .value-group .cta a span:hover::after {
  transform: translate(35%,-23%)
}
.section-overview-wrapper .value-group .cta a {
  display: flex;
  align-items: center;
  color: #112868;
  text-decoration: none;
  gap: 16px;
  font-size: 1.125rem;
  font-weight: 500
}
@media screen and (max-width:1400px) {
  .section-overview-wrapper .value-group .cta a {
    font-size: 1rem
  }
}
.section-overview-wrapper .value-group .cta a:hover {
  text-decoration: none!important
}
.section-overview-wrapper .value-group .cta a:hover span {
  background: #23dce1;
  color: #112868
}
.section-overview-wrapper .value-group .cta a:hover span::after {
  color: #112868;
  transform: translate(35%,-23%)
}
.section-overview-wrapper .card-items::-webkit-scrollbar,
.section-overview-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #d5d5d5;
  border-radius: 16px;
  margin-left: 8px
}
.section-overview-wrapper .card-items::-webkit-scrollbar-thumb,
.section-overview-wrapper::-webkit-scrollbar-thumb {
  border-radius: 24px;
  background: #112868;
  border: 1px solid transparent
}
.section-overview-wrapper {
  display: flex;
  flex-direction: row;
  padding: 24px;
  border-radius: 4px;
  height: 500px!important;
  background-color: #f8f8f8
}
@media screen and (max-width:1400px) {
  .section-overview-wrapper {
    height: 400px!important
  }
}
@media screen and (max-width:1199px) {
  .section-overview-wrapper {
    flex-direction: column;
    row-gap: 16px;
    overflow-y: auto
  }
}
@media screen and (max-width:767px) {
  .section-overview-wrapper {
    height: 100%
  }
}
.section-overview-wrapper .content-img {
  width: 50%;
  padding-right: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 8px
}
@media screen and (min-width:1200px) and (max-width:1400px) {
  .section-overview-wrapper .content-img {
    padding-right: 48px
  }
}
@media screen and (max-width:1199px) {
  .section-overview-wrapper .content-img {
    width: 100%;
    padding-right: 0;
    row-gap: 8px
  }
}
.section-overview-wrapper .content-img .desc {
  width: 100%
}
.section-overview-wrapper .content-img .desc p {
  color: #112868;
  font-weight: 500
}
.section-overview-wrapper .content-img .media {
  width: 100%
}
.section-overview-wrapper .content-img .media img {
  max-height: 200px
}
@media screen and (max-width:767px) {
  .section-overview-wrapper .content-img .media img {
    max-height: 150px
  }
}
.section-overview-wrapper .card-items {
  width: 50%;
  overflow-y: auto;
  padding: 0 12px 12px
}
@media screen and (max-width:1199px) {
  .section-overview-wrapper .card-items {
    width: 100%;
    overflow-y: visible
  }
}
.section-overview-wrapper .value-group h5 {
  margin-bottom: 12px;
  color: #112868
}
.section-overview-wrapper .value-group p {
  color: #191915
}
.section-overview-wrapper .value-group .cta {
  display: inline-block
}
.section-overview-wrapper .field--name-field-card-items .field__item {
  margin-bottom: 24px;
  border-bottom: 2px solid #112868;
  padding-bottom: 16px
}
.section-overview-wrapper .field--name-field-card-items .field__item:last-child {
  border-bottom: none
}
.tab-pane {
  height: auto!important
}