.nossa-frota {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    margin: 0 auto; /* Centraliza o elemento no contêiner pai */
    padding: 0;
    box-sizing: border-box;
    max-width: 800px; /* Limita a largura do conteúdo para centralização */
    text-align: center; /* Mantém centralizado para elementos que não sejam parágrafos */
}

.nossa-frota h2,
.nossa-frota h3 {
    margin-bottom: 20px;
}

.nossa-frota p {
    margin-bottom: 15px;
    line-height: 1.6; /* Torna o texto mais legível */
    text-align: justify; /* Texto justificado */
}

.equipamentos h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.frota {
    padding: 20px;
    text-align: center;
}

.frota .btn-default {
    display: flex;
    padding: 10px 20px;
    width: 230px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    margin: 20px auto;
}

.frota .btn-default:hover {
    background-color: #333;
}

@media screen and (max-width: 1170px) {
    .arrow {
        display: none;
    }
}
