/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/

.all_research {-moz-column-width: 20em;-webkit-column-width: 20em;column-width:20em; -moz-column-gap: 2rem; -webkit-column-gap:2rem;  column-gap: 2rem; margin-top: 48px;}
.all_research .research_box{ display: inline-block; width: 100%; background: #DEE2E6;margin: 2rem 0 0; padding: 32px; border: 1px solid #DEE2E6; border-radius: 16px;}
.all_research .research_box.lightblue{ background-color: #71D0D1;}
.all_research .research_box.lightblue_n{background-color: #A1E5E6;}
.all_research .research_box.lightblue p{ min-height: 264px;}
.all_research p{ font-family: Montserrat;font-size: 18px;font-weight: 400;line-height: 24px;text-align: left; color: #060821; min-height: 192px;}
.all_research h5{ font-family: Montserrat;font-size: 16px;font-weight: 500;line-height: 24px;text-align: left;color:#000; padding-top: 24px;}
.all_research h5 span{font-family: Montserrat;font-size: 16px;font-weight: 400;line-height: 24px;text-align: left;}
.here_from{ padding: 80px 0; margin: 0 !important;}
.here_from h2{font-size: 36px;font-weight: 500;line-height: 43.88px;text-align: center; color: #060821; text-align: center;}
.here_from p{font-size: 16px;font-weight: 400;line-height: 24px;text-align: center;padding-top: 24px; color: #060821; text-align: center;}
.here_from .research_box p{ text-align: left;font-size: 18px;font-weight: 400;line-height: 24px; padding: 0;}