

ul {
    list-style-type: disc;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul li p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 0.75rem;
}

/* aspn section */


 

.header-img {
    margin-top: 10px !important;
  width: 100%;
  max-width: 450px;
  object-fit: cover;
  margin-bottom: 20px;
}

.images-aspn {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.images-aspn img {
  max-width: 160px !important;
  width: 100% !important;
  min-width: 100px !important;
  /* height: 100px; */
  object-fit: cover;
  border-radius: 8px;
}

 
.action-btn {
    align-items: center;
    border: none;
    color: #f1ca47 !important;
    background-image: url(../img/home-ribbon.jpg);
    background-size: 100rem 92%;
    background-position: center top;
    background-repeat: no-repeat;
    content: "";

    font-size: 1.6rem !important;
    padding-top: 15px !important;
    padding-bottom: 15px;
    padding-inline: 70px !important;
    user-select: none !important;
    text-decoration: none !important;
  }

  .jump-link-aspn{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aspn-logo{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aspn{
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;
    gap: 60px;
  }

  .img-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
  }

  .img-sec strong{
    text-align: center !important;
    font-size: 24px;
    font-weight:700;
    color: #3f3f3f !important;
    margin-top: 15px ;
  }

  .aspn strong:last-child{

    margin-top: 20px !important;
  }

  
  .footer-logo-section{
    display: flex ;
    flex-direction: row ;
    justify-content: center ;
    width: 100%;
    flex-wrap:unset !important;
}

.img-23{
  margin-top: -4px !important;
}

@media (max-width: 991px) {

    .jl{
        margin-bottom: 4.75rem !important;
    }
  }

  @media (max-width: 767px) {
    .images-aspn {
      flex-direction: column;
      gap: 40px;
    }

    .cl-bt{
      margin-top: 85px;
    }

    .jl{
        margin-bottom: 5.75rem !important;
    }
  }

@media (max-width: 480px) {
  .images img {
    width: 80px;
    height: 80px;
  }

  .footer-logo-section{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .action-btn {
text-align: center;
    font-size: 18px !important;
}

}



