#port-info {
    position: relative;
    height: 500px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: -61px; */
    margin-top: 110px;
  }
  #port-info::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgb(0 8 255 / 70%),rgba(180, 192, 180, 0.048)),url("images/single-banner.jpeg");
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    filter: contrast(0.5);
  }
  #port-info  p {
    font-size: 20px;
    padding: 0 100px;
  }
  .port-title {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 11;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
#our-info{
margin: 2rem 0;
}
.tab-content{
  margin: auto;
}
/* .info-btn-content{
  padding-top: 2rem;
} */
.info-title::after{
  content: "";
  position: relative;
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 10px;
  left: 12%;
  margin-left: -50px;
  background-color: #042e6f;
}
.our-info-title::after{
  content: "";
  position: relative;
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #042e6f;
}