
.image {
  display: block;
  width: 100%;
  height: auto;
}

.text {
  color: white;  
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}


.text h3,
.text h4,
.text p{
    color: #FFF;
}

.parceiros_title h1{
    font-size: 100px;
}

@media (max-width: 1000px) {
    .parceiros_title h1{
        font-size: 70px;
    }
}

@media (max-width: 700px) {
    .parceiros_title h1{
        font-size: 50px;
    }
}

@media (max-width: 500px) {
    .parceiros_title h1{
        font-size: 40px;
    }
}

    
.parceiros_title h1,
.parceiros_title h2{
    color: var(--colorfirst);
}