.sec-page-head{
  padding: 2.4rem 0 4.1rem;
}
.sec-page-head .square-shape-outer{
  position: absolute;
  bottom: -1.3rem;
}
.sec-page-head .square-shape-outer::before,
.sec-page-head .square-shape-outer::after,
.sec-page-head .square-shape::before{
  content: none;
}
@media(min-width:1200px) and (max-width:1215.98px){
  .sec-page-head {
    padding: 1.6rem 0 4.1rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-page-head {
    padding: 1.6rem 0 3.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-page-head {
    padding: 1.6rem 0 3.6rem;
  }
}
@media(max-width:767.98px){
  .sec-page-head {
    padding: 0 0 2.3rem;
    background: #0A1626;
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .sec-page-head .square-shape-outer{
    display: block;
  }
}