.introducao {
    padding: 101px 20px;
    background: url(../../public/files/webp/back01.webp);
    background-size: cover;
    display: flex;
    justify-content: left;
    height: 400px;
    align-items: center;
    flex: 1;
    width: 100%;
}

.introducao > .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.introducao > .box > .item {
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    justify-content: center;
    color: white;
    border-left: 4px solid white;
    background: #13133dcf;
}

.introducao > .box > .item > img {
}

.introducao > .box > .item > h2 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

.introducao > .box > .item > p {
}
