/*header section*/

section.about-banner {
    background-image: url('https://relaxtay.com/wp-content/uploads/2024/02/71146187308HejmURVXi65rUsQtIwfHAXDj2G5ivzPq1zeW9Qhgr0s64d3e33514133.jpg');
    height: 85vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  position:relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000006b;
    z-index: 0;
}

.about-head {
  width: 100%;
  z-index: 2;
  position: absolute;
}

.about-head h1{
   color:white;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
}

/* box css*/

.content-blog h3 {
    margin: 15px 0 0 0;
    font-size: var(--f22);
    height: 60px;
    overflow: hidden;
}

section.Blog-sec .blog {
    margin: 0px 0 40px 0;
}

section.Blog-sec .blog img {
    height: 300px;
    object-fit: cover;
  width: 100%;
}




/* Blog Details page css*/

section.Blog-details a {
    color: var(--btn-color);
}


