/* mobile*/
@media only screen and (min-width: 1023px) and (max-width: 1300px) {

.section1{
  width: 100%;
  height: 100%;
}

#section1-header{
  position: absolute;
  margin-top: 20%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 120px;
  font-family: sans-serif;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

.section2{
  width: 100%;
  height: 100%;
}

.section2-cont{display: block;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}


.section2-card {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.section2-card img{
  width: 100%;
  height: auto;
  z-index: -1;
}

.section2-card-box{
  background-color: white;
  border: 1.5px solid #d7d7d7;
  border-bottom: 12px solid #d7d7d7;
  border-radius: 5px;
  position: relative;
  width: 95%;
  height: auto;
  margin-top: -18%;
  margin-left: 2.5%;
}

.section2-span1{
  display: inline-flex;
  margin-top: 2%;
  margin-left: 3%;
  width: 95%;
}

.section2-card-box .fa-calendar-days{
  font-size: 18px;
  color: #7c7a7b;
  margin-top: 0.3%;
}

.section2-span1 h1{
  font-size: 1rem;
  font-weight: 800;
  color: #fc9306;
  margin-left: 1.5%;
}

.section2-card-box  h2{
  color: #081468;
  margin-top: 0.5%;
  margin-left: 3%;
  font-size: 1.5rem;
}

.section2-card-box  p{
  margin-top: 1%;
  margin-left: 3%;
  line-height: 30px;
  font-size: 1rem;
}

.section2-card-box a{
  text-decoration: none;
  color: #081468;
  font-size: 20px;
  margin-left: 5%;
  transition: 0.5s;
  font-size: 1.5rem;
}

.section2-card-box a:hover{
  text-decoration: underline;
  color: #fc9306;
}

.section2-page-number{
  margin-top: 2%;
  margin-left: 10%;
  display: inline-flex;
  justify-content:10px;
}

.section2-number{
  width: 35px;
  height: 35px;
  border: 1px solid #1f1f1f;
  margin-left: 10px;

}

.section2-page-number a{
  text-decoration: none;
}
.section2-number h1{
  text-align: center;
  align-items: center;
    justify-content: center;
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 500;
    margin-top: 12%;
}

#section2-number-active{
  background-color: #1f1f1f;
}
#section2-number-active h1{
  color: white;
}
.section2-blank{
  width: 100%;
  height: 70px;
}


.footer{
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}


.footer-cont{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap:10px;
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
}

.footer-sec{
  width: 100%;
  height: 100%;
}
}