

body{
  margin:0;
  padding:0;
}



.testimonialshomeouter {/* margin-top: 32px; */border-bottom: 1px solid rgb(0 0 0 / 67%);padding: 16px;float: left;width: 100%;text-align: center;}


.reviewlogos {
  display: inline-flex;
  gap: 4px;
}

.reviewlogos img {
  max-width: 120px;
  padding: 8px;
  background-color: rgba(256,256,256,0.4)
}


.testimonialshomeouter .insidewrapper {
  
  
  
  border-bottom: 1px solid rgb(0 0 0 / 67%);
  
  
  padding: 16px;width: 100%;
  
  
  text-align: center;
  
  
 
background: var(--nuvo-slate-light)

}

.testimonialshomeouter .innerwrapper {
margin-top: 32px;
  border-bottom: 1px solid rgb(0 0 0 / 67%);
  padding: 16px;
  float: left;
  width: 100%;
  text-align: center;
  ;
}


.testimonialsinglehome {
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
}

.testhead {
  font-size: 22px;

}


.announcement {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 8px
  }
  
  .announcementwrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    position: relative;
  }
  
  
  
  .newsheadinghome {
    position: absolute;
    left: 0px;
    padding: 8px 23px 8px 16px;
    bottom: -48px;
    z-index: 2;
    background-color: var(--nuvo-lightblue);
    color: #fff;
    font-weight: 600;
    height: 48px;
  }
  
  .announcementdetail {
    grid-column: 2 / span 2;
  
  }
  
  
  .pauseplay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: var(--nuvo-lightblue);
    color: #fff;
    display: none;
  }
  
  
  .newsheadinghome:after {
    position: absolute;
    content: "";
    right: -10px;
    width: 20px;
    top: 0px;
    background-color: var(--nuvo-accent);
    color: #fff;
    font-weight: 600;
    height: 48px;
    transform: skew(25deg, 0deg);
  }
  
  .marqueetext {
   
    padding: 0px;
    color: #fff;
    height: 48px;
    overflow: hidden;
   
  }
  
  .marqueetext a {
   
    padding: 12px;
    color: #fff;
    float: left;
  
   
  }
  
  
  
  

