* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: sans-serif;
  background: #f7f8fa;
  color: #222;
  min-height: 100vh;
}

.awards-container {
  width: 90%;
  max-width: 1355px;
  margin: 0 auto;
}

.awards-header {
  background: rgba(226, 229, 233, 1);
  padding: 2.5rem 0 2rem 0;
  text-align: center;
  margin: 0 0 2rem 0;
  border-radius: 0.5rem;
}

.awards-title {
  font-size: 2.8rem;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
}

.awards-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background-color: #e2b347;
  margin: 2px auto 0;
  border-radius: 4px;
}

/* Brief & Quick Links Side by Side */
.awards-content {
  width: 100%;
}

.awards-brief {
  display: flex;
  gap: 2rem;
  background: #fff;
  border-left: 6px solid #1976d2;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.awards-text-container {
  flex: 2;
}

.awards-text-container p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}

.convocation-header {
  padding: 0.5rem 0 0.5rem 0;
  text-align: center;
  margin: 0 0 2rem 0;
  border-radius: 0.5rem;
}

.convocation-title {
  font-size: 1.8rem;
  color: #002349;
  font-weight: 800;
  letter-spacing: 1px;
}

.convocation-title::after {
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background-color: #e2b347;
  margin: 2px auto 0;
  border-radius: 4px;
}

.member {
    text-align: center;
    margin-bottom: 35px;
    background: #f5f5f5;
    border: 1px solid #eef0ef;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  }

  .member img {
    margin: -1px -1px 30px -1px;
    vertical-align: middle;

  }

  .member-content {
    padding: 0 20px 30px 20px;
    text-align: center;
  }

  .profile1 {
    color: #777;
    font-style: italic;
  }

  .portfolio-wrapper {
    /*width: 390px;*/
    width: 300px;
    padding: 8px;
    text-align: center;
    background-color: #fff;
  }

  .portfolio-wrapper .portfolio__img {
    font-size: 0;
  }

  .portfolio-wrapper .portfolio__img img {
    width: 100%;
  }

  .portfolio-wrapper .portfolio__bottom {
    padding: 20px 0 10px 8px;
    background-color: #f5f5f5;
  }

  .portfolio-wrapper .portfolio__name {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*margin-bottom: 23px;*/
  }

  .portfolio-wrapper .portfolio__name span {
    /*font-size: 90px;
      line-height: 75px;*/
    font-size: 40px;
    line-height: 21px;
    color: #047fc7;
    font-family: "Calisto-MT-Bold";
  }

  .portfolio-wrapper p {
    padding: 0 10%;
    line-height: 25px;
    font-style: italic;
    color: #777;
  }

  .about-me_text {
    width: 68%;
    margin-right: 20px;
    /* margin-top: 50px;*/
    text-align: center;
  }

  .about-me_text .universal-h2 {
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .about-me_text p {
    margin-bottom: 35px;
    line-height: 30px;
    color: black;
  }

  .about-me_text p span {
    font-size: 48px;
    color: #fff;
  }

  .about-me_text h4 {
    margin-bottom: 7px;
    font-size: 25px;
    color: #c18f59;
  }

  .about-me_text .p-white {
    margin-bottom: 0;
    color: #fff;
  }

  .about-me-inner {
    display: flex;
    justify-content: space-between;
  }

  .site-container {
    width: 1115px;
    margin: 0 auto;
  }

  @media (max-width: 620px) {
    .about-me_text p {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 19px;
    }

    .portfolio-wrapper p {
      font-size: 15px;
      line-height: 20px;
    }

    .portfolio-wrapper {
      width: 250px;
    }
  }

  @media (max-width: 992px) {
    .about-me-inner {
      flex-direction: column;
      align-items: center;
    }

    .about-me_text {
      width: 100%;
      margin-right: 0;
    }

    .portfolio-wrapper {
      margin-bottom: 20px;
    }

    .portfolio-wrapper .portfolio__name span {
      font-size: 65px;
      line-height: 62px;
    }

    .portfolio-wrapper .portfolio__name {
      margin-bottom: 10px;
    }

    .portfolio-wrapper .portfolio__bottom {
      padding: 25px 0;
    }
  }

  @media (max-width: 1250px) {
    .site-container {
      width: 90%;
    }

    .about-me_text {
      width: 100%;
      margin-right: 40px;
    }
  }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .awards-brief {
    flex-direction: column;
  }
}
