.intro-section{
    /* background-color: hsla(266.2,67.52%,45.88%,1);; */
    color: #fff;
      background-size: cover;
  background-repeat: none;
  background-position: center 40%;
  min-height: 40vh;
    background-image: url("/assets/images/blog/5.jpg");
    background-position: 50% 50%;
}
.bg-tint{
    /* background-color: hsla(266.2,67.52%,45.88%,.75);; */
    /* background-blend-mode: multiply; */
}
.title-text{
    font-weight: bold;
    font-size: 5rem;
}
.blog-card{
    text-align: center;
    margin-bottom: 4em;
}
.blog-img{
    border-radius: 10px;
    overflow: hidden;
}
.blog-img img{
    width: 100%;
}

.blog-title a{
    color: #6b26c4;
    font-size: 5rem;
    font-weight: bold;
}
@media screen and (max-width:791px){
    .blog-title a{
        font-size: 2rem;
    }
    .where-to-text{
    font-weight: bold;
    font-size: 2rem;
}
}
@media screen and (max-width:791px){
    .blog-title a{
        font-size: 1.5rem;
    }
    
}
