/* .requir-sec {
    background-color: #FFFFF2;
  } */
  
  .grades-icon {
    background-color: #8B0000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 20px;
  }
  
  .icon-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rounded_text{
    width: 70px;
    height: 70px;
    background-color: #8B0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    margin-right: 20px;
  }
  
  .icon-text h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000c9;
  }
  
  .info-list {
    list-style-type: none;
    padding-left: 90px;
    padding-right: 20px;
  }
  
  .info-list li{
    margin-bottom: 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #131212;
  }
  
  
.info-list2 li {
    margin-bottom: 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #131212;
  }  
  
  .info-list li::before {
    content: '\27A4';
    margin-right: 10px;
    color: #B01F24;
  }
  
  .info-list2 li::before {
    content: '\27A4';
    margin-right: 10px;
    color: #B01F24;
  } 
  
  
.info-list2 {
    list-style-type: none;
    padding-left: 21px;
    padding-right: 20px;
}  
  
  .content-image {
    width: 100%;
    border-radius: 8px;
  }
  
  
  
  span {
    color: #B01F24;
  }
  
  /* .rank .icon-text h5::after {
    content: 'A*A*A';
    margin-right: 10px;
    color: #fff;
    background-color: #B01F24;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%,-50%);
    font-size: 15px;
    padding: 16px 8px;
  } */
  
  .sec-heading h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    color: #252525;
  }
  
  .apply-item {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    opacity: 0.7;
  }
  
  .apply-item h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
  }
  
  .apply-item h2::before {
    content: '\27A4';
    margin-right: 10px;
    color: #B01F24;
    font-size: 16px;
  }
  
  .warning {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    padding: 10px;
    cursor: pointer;
  }
  
  .warning p {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000000c3;
  }
  
  
  .custom-desk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
  
  .card1 {
    width: 260px;
    position: relative;
    perspective: 1000px;
    margin-bottom: 20px;
  }
  
  .card-inner {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .card1:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .card-front h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #B01F24;
  }
  
  .card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #00000050;
    box-sizing: border-box;
  }
  
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
  }
  
  .card-front {
    background-color: white;
  }
  
  .card-back {
    background-color: #B01F24;
    transform: rotateY(180deg);
  }
  
  .card1 .content {
    text-align: start;
  }
  
  .card1 .content h2 {
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  .card1 .content p {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
  }
  
  .number {
    position: absolute;
    top: -15px;
    right: 10px;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.134);
    font-weight: bold;
  }

  .uk_requirement{
    display: flex;
    flex-direction: row;
    min-height: 150px;
  }
  .uk_requirement span{
        width: 75px !important;
        height: 75px !important;
        margin-right: 10px;
  }
  .uk_requirement h4{
    width: calc(100% - 80px);
    text-align: left;
  }
  .uk_requirement::after{
    left: -1px;
    height: 80px;
    width: 5px;
    top: 50%;
    transform: translate(0%,-50%);

  }