/*------sitemap----*/



.siteMap{
  margin: 0px auto 30px auto;
  display: block;
}

.siteMap p {
  margin-bottom: 20px;
  line-height: 1.7em;
  padding-left: 200px;
}
.map-head {
  color: #ef8c3e;
  font-weight: 600;
  font-size: 1.35em;
  padding: 10px 0;
  border-bottom: solid 2px #ef8c3e;
  display: flex;
  align-items: baseline;
  justify-content: center;
  letter-spacing: 2px;
  z-index: 1;
}

.map-item {
  font-weight: 400;
  text-align: center;     
     font-size: 1.063rem;
}
.map-sub-item {
  margin-bottom: 10px;
}
.map-sub-item a {
  color: #333;
  padding: 10px  15px;
  background-color: rgba(76, 71, 109, .06);
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.map-sub-item a:hover{
    color: #577aa7;

}
.map-sub {
  margin-top: 15px;
  padding-left: 0;
  list-style-type: none;}

  @media screen and (max-width:768px){
    .map-item {  
         font-size: 1rem;}
  }

@media screen and (max-width:414px) {

  .siteMap .row-cols-2>* {

    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .map-sub-item a {
    border-bottom: 2px solid #eee;
    font-size: 1.063em;
    line-height: 1.46667em;
    width: 100%;
    max-width: 100%;
  }
}