
.curve_image {
    position: relative;
    padding-bottom: 50px;
}

.curve-bottom-down>svg {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: calc(100% - 1px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.curve-bottom-down>svg>path {
background-color: white;
}

/* .mcit-event-date h6 {
    font-size: 12px;
    color: var(--white);
    letter-spacing: 0;
    line-height: 16px
} */

  
  .imagee-grrid {
    --gap: 16px;
    --num-cols: 4;
    --row-height: 300px;
    box-sizing: border-box;
    padding: var(--gap);
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 1fr);
    /*grid-auto-rows: var(--row-height);*/
    gap: var(--gap);
  }
  .imagee-grrid > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2%;
    -webkit-box-shadow: var(--color_fiord_5_approx) 0 0 10px 2px;
  }
  .imagee-grrid-col-2 {
    grid-column: span 2;
    border: 1px solid var(--color_science_orange_approx);
    border-radius: 13px;
  }
  .image2 {
    border: 1px solid var(--color_science_orange_approx);
    border-radius: 7px;
  }
  .imagee-grrid-row-2 {
    grid-row: span 2;
  }
  
  /* Anything udner 1024px */
  @media screen and (max-width: 1024px) {
    .imagee-grrid {
      --num-cols: 2;
      --row-height: 200px;
    }
  }
    @media only screen and (min-width: 320px) and (max-width: 480px){
    .mcit-logo-slider h6{
        font-size: 14px;
      }
      
}
  .mcit-logo-slider h6{
    text-align: center;
  }
  .mcit-news-head h2 {
    font-size: 40px;
    color: #262a85;
    line-height: 50px;
    margin-bottom: 16px;
    text-align: right;
}

  










  /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {
  .container {
      max-width: 90%;
  }
}

@media(min-width: 768px) {
  .container {
      max-width:720px
  }
}

@media(min-width: 992px) {
  .container {
      max-width:960px
  }
}

@media(min-width: 1200px) {
  .container {
      max-width:1140px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}


@media print {
 

  .container {
      min-width: 992px !important
  }
}
