.company-profile {
    display: block;
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .company-profile .row {
    margin-top: 50px;
  }
  
  .company-profile .breadcrumb-container {
    width: 100%;
    margin-left: 30px;
  }
  
  .company-profile .breadcrumb {
    background-color: transparent;
  }
  
  .company-profile .breadcrumb .active {
    background-color: transparent;
  }
  
  .company-profile .company-brand {
    position: relative;
  }
  
  .company-profile .company-about {
    padding: 0 10px 0 10px;
  }
  
  .det {
    font-size: 0.5em;
    font-family: Montserrat;
    text-align: justify;
    color: rgba(0, 0, 0, 1);
  }
  
  .company-profile .card h5 {
    text-align: left;
    font-size: 1em;
    font-family: Montserrat;
    font-weight: Bold;
    color: #676464;
    left: 0%;
    width: 100%;
  }
  
  .company-profile p {
    text-indent: 10px;
    font-size: 1em;
    font-family: Montserrat;
    text-align: justify;
    color: black;
    top: 10px;
  }
  
  .company-profile .card {
    height: auto;
    background-color: white;
    max-width: 100%;
    border-radius: 20px 0 20px 0;
  
    box-shadow: 0 16px 16px rgb(0, 0, 0, 0.05);
    padding: 40px 30px 30px 30px;
    border: none;
  }
  
  .company-profile .sidebar {
    background-color: #333333;
    color: white;
  }
  
  .company-profile .sidebar p {
    color: white;
  }
  
  @media only screen and (max-width: 1500px) {
    .company-profile .logo {
      width: 35%;
      height: auto;
      opacity: 1;
    }
  
    .company-profile {
      margin-left: 2%;
      margin-right: 2%;
    }
  }
  
  @media only screen and (max-width: 900px) {
    .company-profile .logo {
      width: 35%;
      height: auto;
      opacity: 1;
    }
  
    .company-profile {
      margin-left: 0%;
      margin-right: 0%;
    }
  }
  
  .company-profile .grid-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-gap: 10px;
    padding: 10px;
    align-content: center;
    text-align: center;
  }
  
  .company-profile .grid-container > div {
    text-align: center;
    font-size: 30px;
  }
  
  .company-profile td {
    padding: 12px;
    vertical-align: bottom;
  }
  
  .company-profile .col {
    padding: 50px;
    padding-top: 0px;
    align-content: center;
  }
  
  .company-profile .logo {
    border-radius: 50%;
  }
  
  .company-profile .clickable-links {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    font-size: larger;
    cursor: pointer;
  }
  
  .company-profile .tags {
    color: white;
  }
  
  .company-profile .sidebar a:hover,
  a:active {
    color: #ffcb1d;
  }
  
  .link-active {
    color: #ffcb1d !important;
  }
  
  .company-profile .sections {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  #video {
    display: block;
  }
  
  #overview {
    display: block;
  }
  
  #about {
    display: none;
  }
  
  #opp {
    display: none;
  }
  
  body {
    background: linear-gradient(
      185deg,
      #ffcb1d 60%,
      #ffe077 60%,
      #ffe077 65%,
      #ffeeb5 65%,
      #ffeeb5 70%,
      white 70%
    );
    background-repeat: no-repeat;
    height: 600px;
    margin: 0;
  }
  
  .company-profile .breadcrumb-container-mobile {
    display: none;
  }
  
  .company-profile .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .company-profile .sideleft {
    flex-basis: 30%;
    padding: 30px;
  }
  
  .company-profile .sideright {
    flex-basis: 70%;
    padding: 30px;
  }
  
  @media only screen and (max-width: 870px) {
    .company-profile .breadcrumb-container-mobile {
      display: grid;
    }
  
    .company-profile .breadcrumb-container {
      display: none;
    }
  
    .company-profile .row {
      margin-top: 0;
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    .company-profile .sideleft {
      display: block;
      width: 100%;
      padding: 20px;
    }
  
    .company-profile .sideright {
      display: block;
      width: 100%;
      padding: 20px;
    }
  }
  
  /* Opportunities Cards Container CSS */
  .opps-cards-flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .opps-cards-flexbox .opps-card-container {
    flex: 1;
    margin: 20px auto;
    width: 33%;
    padding: 0 5px;
  }
  
  /* Opportunities Cards Container CSS */
  .opps-cards-flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  
  .opps-cards-flexbox .opps-card-container {
    flex-basis: 50%;
    margin: 20px auto;
    scale: 0.9;
  }
  
  /* Opportunities Cards CSS */
  .card.opps-card {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 377px;
    max-height: 263px;
    width: 60vw;
    height: 42vw;
    background-color: #f5f5f5;
    color: #333333;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 30px 0px;
  }
  
  .opps-card .card-ribbon-triangle {
    background-color: #f5f5f5;
    max-width: 24px;
    max-height: 24px;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
  }
  
  .opps-card .card-ribbon-triangle.new {
    left: 260px;
  }
  
  .opps-card .card-ribbon-triangle.closing {
    left: 130px;
  }
  
  .opps-card .card-ribbon-triangle.expired {
    left: 210px;
  }
  
  .opps-card .card-ribbon {
    font-weight: 700;
    font-size: 24px;
    text-align: right;
    vertical-align: auto;
    line-height: 24px;
    padding: 0px 4px;
    height: 24px;
    position: absolute;
    top: 18px;
  }
  
  .opps-card .card-ribbon.new {
    background-color: #ea4335;
    color: #f5f5f5;
    left: 270px;
    width: 105.55px;
  }
  
  .opps-card .card-ribbon.closing {
    background-color: #ffcb1d;
    color: rgba(0, 0, 0, 0.25);
    left: 135px;
    width: 240px;
  }
  
  .opps-card .card-ribbon.expired {
    background-color: rgba(0, 0, 0, 0.25);
    color: #f5f5f5;
    left: 225px;
    width: 150px;
  }
  
  .opps-card .opps-identifier {
    position: absolute;
    top: 50px;
    left: 19px;
  }
  
  .opps-card .opps-title {
    font-size: 20px;
    font-weight: 900;
    text-decoration: underline 3px #ffcb1d;
    text-underline-offset: 5px;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .opps-card .company-name {
    font-size: 19px;
    opacity: 0.5;
    font-weight: bold;
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .opps-card .opps-details {
    position: absolute;
    top: 135px;
    left: 19px;
  }
  
  .opps-card .label {
    font-size: 10px;
  }
  
  .opps-card .opps-tag {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    width: 112px;
    height: 22px;
    position: absolute;
    top: 229px;
    left: 19px;
  }
  
  .opps-card .opps-tag.internship {
    background-color: #34a853;
  }
  
  .opps-card .opps-tag.academe {
    background-color: #ffe077;
    color: #333333;
  }
  
  .opps-card .opps-tag.employment {
    background-color: #54a8ff;
  }
  
  .opps-card .opps-tag.expired {
    background-color: rgba(80, 74, 54, 0.25);
  }
  
  .opps-card .img-circle-container {
    position: absolute;
    top: 90px;
    margin: 0px;
    left: 215px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 322px;
    width: 322px;
    height: 322px;
  }
  
  .opps-card .img-circle-container .img-container {
    position: relative;
    top: 17%;
    left: 13%;
  }
  
  .opps-card img {
    max-height: 100px;
    max-width: 240px;
  }
  
  .img-centered {
    display: none;
  }
  
  /* Responsive columns - one column layout (vertical) on small screens */
  @media screen and (max-width: 630px) {
    .opps-card .card-ribbon-triangle.new,
    .opps-details {
      display: none;
    }
    .opps-card .card-ribbon-triangle {
      display: none;
    }
    .opps-card .card-ribbon.new {
      display: none;
    }
    .img-circle-container {
      display: none;
    }
    .opps-card .opps-identifier,
    .opps-card .opps-identifier .opps-title,
    .opps-card .opps-identifier .company-name {
      position: static !important;
      box-sizing: border-box;
      text-align: center;
      padding: 0;
      width: 100%;
      margin: 0;
      font-size: 5vw;
    }
    .opps-card .opps-tag {
      display: none;
    }
    .img-centered {
      object-fit: contain;
      display: block;
      margin: 0 auto;
      text-align: center;
    }
    .card.opps-card {
      display: block;
      position: initial;
      margin: 0 auto;
      width: 100%;
      height: initial;
      background-color: #f5f5f5;
      color: #333333;
      overflow: initial;
    }
  }
  
  @media screen and (max-width: 1800px) {
    .opps-cards-flexbox .opps-card-container {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  
    .opps-cards-flexbox .opps-card-container {
      flex-basis: 50%;
      margin: 20px auto;
      scale: 0.95;
    }
  }
  
  @media screen and (max-width: 950px) {
    .opps-cards-flexbox .opps-card-container {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 700px) {
    .opps-cards-flexbox .opps-card-container {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  
    .opps-cards-flexbox .opps-card-container {
      flex-basis: 50%;
      margin: 10px auto;
      scale: 0.7;
    }
  }
  