.sitemap{
  padding: 1rem;
}
.sitemap .border_bottom_inner .nav-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0rem;
}
.sitemap .border_bottom_inner ,.sitemap .home-border_bottom{
position: relative;
}
.sitemap .border_bottom_inner::after , .sitemap .home-border_bottom::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.sitemap h1{
font-weight: 600;
color: var(--pink_medium);
}
.sitemap .border_bottom_inner h4{
font-weight: 600;
margin-bottom: 1rem;
color: var(--yellow_dark);
}
.sitemap .border_bottom_inner a , .home-border_bottom a {
  color: var(--darkgrey);
  font-family: "manrope";
  font-weight: 600;
}
.border_bottom_inner .flex-column .nav-item{
  margin-left: 3.5rem;
  position: relative;
}
.border_bottom_inner a{
  display: flex;
  align-self: center;
}
.border_bottom_inner a p , .home-border_bottom a p{
  margin-bottom: 0rem;
  margin-left: .3rem;
}
.border_bottom_inner .flex-column .nav-item::after{
  position: absolute;
  position: absolute;
    content: "";
    top: 50%;
    left: -33px;
    width: 30px;
    background-image: url("/static/img/portfolio/dotted_line.svg");
    height: 1px
}
.dotted_line_1 h4{
  position: relative;
}
.dotted_line_1 h4::after{
  content: "";
  position: absolute;
  height: 158px;
  top: 40px;
  left: 18px;
  width: 1px;
  background-image: url("/static/img/portfolio/Line 227.png");
}
.dotted_line_2 h4::after,.dotted_line_3 h4::after{
  content: "";
  position: absolute;
  top: 40px;
  left: 32px;
  width: 1px;
  background-image: url("/static/img/portfolio/Line 227.png");
}
.dotted_line_2 h4::after{
  height: 115px;
}
.dotted_line_3 h4::after{
  height: 246px;
}
.fa-link{
  background-color: #f1f2f4;
  color: #d7dadd;
  padding: .3rem;
  margin-right: .2rem;
  font-size: 18px;
  border-radius: 4px;
}
@media (min-width:768px) and (max-width:1200px){
  .border_bottom_inner , .home-border_bottom{
    margin-bottom: 3rem;
  }
}
@media screen and (max-width:768px) {
  .sitemap h1 {
    font-size: var(--font-size-28);
}
  .sitemap .border_bottom_inner .mobile_text_none{
  display: none;
}
.border_bottom_inner , .home-border_bottom{
  margin-bottom: 3rem;
}
.dotted_line_3 h4::after{
  height: 267px !important;
}
}