.alumni_main {
  display: flex;
  padding: 0 10px 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.alumni-section-title{
  width: 70%;
  margin-bottom:40px;
  padding: 0 10px;
}
.alumni-section-title h2{
  margin-bottom:20px;
}
.alumni-section-title span.elementor-divider-separator {
  border-color: #5098cf;
  width: 7%;
}

.alumni_main .aa_mdl_hd h2 {
  margin-bottom: 10px;
}

.alumni_main .elementor-divider {
  margin-bottom: 20px;
}

.alumni_main .alumni_cnt {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
/*   line-height: 1.8em; */
/*   padding-bottom: 20px; */
}
.alumni_cnt p{
  font-size: 14px;
}

.alumni_main .aa_mdl_img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.alumni_main .item_title {
  width: 100%;
}

.alumni_main .item_content {
  width: 100%;
}
.item_content p{
  font-size: 14px;
}

.alumni_main .item_title h5 {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin: 0;
/*   text-transform: uppercase; */
}
.uppercase{
  text-transform: uppercase; 
}
.cohort_name{
  font-size: 14px;
  color: #000000;
/*   text-transform: uppercase; */
}
.alumni_main .item {
  display: flex;
  flex-wrap: wrap;
}
.alumni_main .aa_mdl_bt_item {
  padding: 10px;
  width: 50%;
  margin-top: 16px;
  margin-bottom: 14px;
}

.alumni_main .aa_mdl_bt_item iframe {
  width: 100%; 
}
.alumni_main .aa_mdl_bt_img {
  margin-top: -16px;
  margin-bottom: -14px;
}
.alumni_main .aa_mdl_bt_img img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.alumni_main .aa_mdl  + .aa_mdl {
  margin-top: 50px;
}

.alumni_main .aa_mdl  + .aa_mdl .aa_mdl_img {
  padding-right: 10px;
}
.alumni_main .item.aa_item6 h5 {
  font-weight: 600;
}
.alumni_main .aa_mdl_bt_txt {
  padding: 10px;
  color: #565656;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  word-break: break-word;
}
.col-3{
  width: 32%;
}
.alumni-card:hover{
  background-color: #e9e9e9;
/*   color: #fff; */
  box-shadow: 5px 5px #333;
}

.alumni_top{
  display: -webkit-box;
/*    -webkit-line-clamp: 6; /* number of lines to show */
           line-clamp: 6; 
   -webkit-box-orient: vertical; */
}
.alumni_details{
  padding:24px;
}
.alumni_image img{
  width:100%;
  height: 250px;
  object-fit: cover;
  object-position: center top;
}
@media (min-width: 1024px){
  .alumni-card{
    display:flex;
    flex-direction: column;
    background-color: #f9f9f9;
    --spacing-card: 24px;
    margin-right: 20px;
    margin-bottom: 40px;
    transition: all 350ms;
  }
  .alumni-card:nth-child(3n){
    display:flex;
    flex-direction: column;
    background-color: #f9f9f9;
    --spacing-card: 24px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px){
  .col-3{
    width: 49%;
  }
  .alumni-card{
    display:flex;
    flex-direction: column;
    background-color: #f9f9f9;
    --spacing-card: 24px;
    margin-right: 15px;
    margin-bottom: 40px;
    transition: all 350ms;
  }
  .alumni-card:nth-child(2n){
    display:flex;
    flex-direction: column;
    background-color: #f9f9f9;
    --spacing-card: 24px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px){
  .col-3{
    width: 100%;
  }
  .alumni-card{
    display:flex;
    flex-direction: column;
    background-color: #f9f9f9;
    --spacing-card: 24px;
    margin-right: 0px;
    margin-bottom: 40px;
    transition: all 350ms;
  }
  .alumni_main .aa_mdl_hd h2 {
    font-size: 26px;
  }
  .alumni_main .elementor-divider {
    margin-bottom: 10px;
  }
  .alumni_main .aa_mdl_cnt p {
    font-size: inherit;
  }
  .alumni_main .aa_mdl_bt_item:nth-child(even) {
    order: 2;
  }

  .alumni_main .aa_mdl_bt_item:nth-child(odd) {
    order: 1;
  }
  .alumni_main .aa_mdl_cnt {
    font-size: 14px;
  }
  .alumni_main .item_title {
    width: 100%;
    padding: 0;
  }
  .alumni_main .item_cnt {
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
  }
  .aa_mdl_main .item_cnt p {
    font-size: inherit;
    line-height: 24px;
  }
  .aa_mdl_main .item {
    margin-top: 20px;
  }
  .aa_mdl_main .item.aa_item2 {
    margin-top: 10px;
  }
  .aa_mdl_main .item.aa_item6 .item_ttl h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .aa_mdl_main  .aa_mdl_bt.flex {
    margin-top: 20px;
  }
  .aa_mdl_main .aa_mdl_bt_item { 
    width: 100%;
  }
  .aa_mdl_main .aa_mdl_bt_item .aa_mdl_bt_iframe {
    max-width: 500px;
    height: 500px;
    overflow: auto; 
  } 
  .aa_mdl_main .aa_mdl_bt_item iframe { 
    height: 900px !important;
  }
  .aa_mdl_main .item.aa_item6 {
    margin-top: 0;
  }
  .alumni-section-title{
    width: 73%;
  }

}
@media (max-width: 400px){
  .aa_mdl_main .aa_mdl_bt_item iframe {
    height: 700px !important;
  }
  .aa_mdl_main .aa_mdl_bt_item .aa_mdl_bt_iframe { 
    height: 400px;
  }
  .alumni-section-title{
    width: 75%;
  }
}