.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.portal-banner-image {
  position: relative;
  max-height: 380px;
  min-height: 380px;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.portal-banner-image .banner-image {
  position: absolute;
  height: 100%;
  width: 100%; }

.portal-banner-image .banner-image svg,
.portal-banner-image .banner-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.portal-header {
  display: flex;
  justify-content: center;
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  padding: 0.5rem 2rem 0rem 2rem; }

.portal-header-top-padding {
  padding-top: 3.5rem; }

.components-container-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 3rem; }
  .components-container-wrapper .components-pagination {
    margin-top: 3rem;
    display: flex;
    justify-content: center; }

.components-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1134px; }

.portal-menu-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.5rem;
  padding-right: 10px;
  padding-left: 10px;
  min-width: 378px;
  max-width: 378px; }

.portal-menu-card .portal-card {
  max-width: 378px;
  min-width: 378px;
  width: 100%;
  padding: 0 16px; }

.portal-menu-card .card-image-area {
  position: relative;
  max-height: 347px;
  min-height: 347px;
  overflow: hidden;
  height: 100%; }

.portal-menu-card .card-image-area .portal-card-image,
.portal-menu-card .card-image-area .dummy-image {
  position: absolute;
  height: 100%;
  width: 100%; }

.portal-menu-card .card-image-area .portal-card-image svg,
.portal-menu-card .card-image-area .portal-card-image img,
.portal-menu-card .card-image-area .dummy-image svg,
.portal-menu-card .card-image-area .dummy-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.portal-menu-card .card-link {
  text-decoration: none; }

.portal-menu-card .heading {
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-top: 12px;
  padding-bottom: 2px; }

.portal-menu-card .description {
  color: #4C555D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  min-height: 52px; }

.portal-menu-card .card-other-info {
  min-height: 52px; }

.portal-menu-card .card-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #006FC8;
  color: #006FC8;
  background: #FFF;
  padding: 5px 10px;
  max-width: 150px;
  min-width: 150px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.022em; }

/*Using media queries boundaries as web structure is not responsive friendly*/
/*Hanlding it to for mobile screens only*/
@media (max-width: 767px) {
  .portal-menu-card .card-btn {
    max-width: none;
    line-height: 1.5; }

  .portal-banner-image {
    min-height: 200px; }

  .portal-banner-image .banner-image img {
    object-fit: contain; } }
@media (max-width: 576px) {
  .portal-banner-image {
    min-height: 150px; } }

/*# sourceMappingURL=portal_page.css.map */
