/* CSS for manual changes */
.video-collaboration-link{
    font-size: 14px;
}
.video-collaboration-link:hover{
    font-weight: bold;
  }
.description134 {
    border: 1px solid var(--color-darkgray);
    background-color: #fff;
    outline: 0;
    flex: 1;
    border-radius: var(--br-6xs);
    box-sizing: border-box;
    overflow: hidden;
    min-width: 300px;
    font-size: 16px;
    padding: 0.6em;
    font-family: var(--font-heebo);
    resize: none !important;
    height: auto;
}
.captcha3{
    height: auto;
    border: none;
}
.banner-breadcrumbs1 a {
    cursor: pointer;
    text-decoration: none;
    color: unset;
    display: contents !important;
}
.myInterestVC {
    display: inline-flex;
    border-radius: var(--br-6xs);
    width: 49%;
    height: 156px;
}
.vector-icon21{
    height: 13px !important;
  
}
.case-study21{
    gap: 90px;
}
@media screen and (max-width: 960px) {
    .myInterestVC{
      width: 100%;
      justify-content: center !important;
    }
}
@media only screen and (max-width: 1600px) {
    .ms-teams-webpage{
      margin-top: 70px !important;
    }
    #Navbar{
        top: 0;
    }
  }
  .responsive-ui-sec-text1 a{
    color: black;
    text-decoration: none;
  }
  .ms-teams-integration{
    width: max-content;
  }
