



.contratacao{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 80%;
    flex-wrap: wrap;
}

.contratacao__card{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: auto;
    border: 1px solid #d3d3d3;
    padding: 1em;
    margin-bottom: 1em;
	border-radius: 5px 5px 5px 5px;
}


.contratacao__card:hover {
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 30%);
    transition: .3s;
}

.contratacao__card__tit{
    font-size: 18px;
    margin-bottom: 1em;
    color: #1a4385;
}

.botao-solicitar-cotacao1 {
    border: 0;
    border-radius: 5px;
    background-color: var(--azul-button);
    padding: 10px 25px;
    color: var(--branco);
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.botao-solicitar-cotacao1:hover {
    background-color: #ff914d;
}

.tamanho-card{
 width:400px;	
}

@media screen and (max-width:500px){
.tamanho-card{
 width:330px;	
}	

.mobile-img1{
	display:block !important;  
  }
  
  .posicao-texto{
	margin-top: 90px;  
  }
  
}

#cor-texto {
    color: #1a4385;
}

 @media (max-width: 768px) {
    .img-container {
      text-align: center;
    }

    .img-container img {
      width: 100%;
      max-width: 370px; /* ou o tamanho que quiser */
      height: auto;
    }
  }
  
  .mobile-img1{
	display:none;  
  }