.testimonialPage h1 {
    font-family: Oswald;
    font-size: 36.02px;
    font-weight: 400;
    line-height: 53.38px;
    text-align: center;
    color: #eb5805;
    text-transform: uppercase;
  }
  
  .reviewVideo {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px;
    justify-content: center;
    gap: 30px;
  }
  
  .reviewVideo iframe {
    width: 400px;
    height: 260px;
  }
  
  
  .artistName {
    font-family: Oswald;
    font-size: 40px;
    font-weight: 400;
    line-height: 59.28px;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: white;
    gap: 10px;
    padding-right: 100px;
  }

  .mediaLoad{
    display: flex;
    justify-content: center;
    padding: 0 0 25px;
  }

  .mediaLoad button{
    font-family: Oswald;
font-size: 18.04px;
font-weight: 400;
line-height: 26.74px;
text-align: center;
background-color: #eb5805;
color: white;
padding: 8px 15px;
border: none;
  }

  .blogs{
    padding: 70px 50px;
    background-color: #eb5805;
  }

  .firstBlogs {
    /* background-image: url(./img/m-post-card-overlay.png); */
    height: 372px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
}

.firstBlogsLatest{
    background-color: #eb5805;
    color: white;
    font-size: 17px;
    font-family: Oswald;
    padding: 1px 3px;
    width: fit-content;
    border-radius: 5px;
}

.firstBlogsText {
    font-family: Poppins;
    font-size: 37px;
    font-weight: 600;
    text-align: left;
    color: white;
    padding: 8px 0 15px;
}

.firstBlogsNameDate{
    color: white;
    font-size: 13px;
    font-family: Oswald;
    display: flex;
    gap: 10px;
    align-items: center;
}

.firstBlogsNameDate span{
    margin-left: 15px;
}

.differentBlogs{
    padding: 50px 0;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.differentBlogs1 {
    background-color: white;
    width: 320px;
    padding: 10px;
    border-radius: 10px;
}

.differentBlogsText{
    font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: left;
}

.differentBlogsText2{
    display: flex;
    align-items: center;
    font-family: Work Sans;
font-size: 14.18px;
font-weight: 400;
line-height: 21.28px;
text-align: left;
color: rgba(151, 152, 159, 1);
gap: 10px;
}

.differentBlogsText2 span{
    margin-left: 15px;
}

@media(max-width:580px){

    .reviewVideo iframe {
    width: 350px;
    height: 250px;
}


    .blogs {
        padding: 70px 0px;
        background-color: #eb5805;
    }

        .firstBlogs {
        width: 95%;
        border-radius: 10px;
        height: 200px;
        background-size: cover;
    }

    .differentBlogs{
        flex-direction: column;
        align-items: center;
    }
    .firstBlogsText {
        font-size: 14px;
        padding: 4px 0 5px;
    }   
}

@media(min-width:581px) and (max-width:820px){
    .firstBlogs{
        width: 100%;
        height: 255px;
    }

    .firstBlogsText{
        font-size: 25px;
    }

    .differentBlogsText {
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
    }

    .differentBlogsText2 {
      
        font-size: 9.18px;
    
    }
}
@media(min-width:821px) and (max-width:1200px){
    .firstBlogs{
        width: 100%;
        height: 345px;
    }


}