.img-tech {
    max-width: 230px;
    max-height: 200px;
}

.cab {
    font-family: 'tech';
    font-size: 25px;
    line-height: 30px;
}

.conteudo {
    margin-top: 10px;
}

.container-cab {
    padding-top: 80px;
}

p {
    cursor: default;
}

.sobre-texto-botao {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
}

.sobre-segundo {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.sobre-segundo-item {
    max-width: 1100px;
    height: auto;
    display: flex;
    margin-bottom: 50px;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
}

.sobre-segundo-item .item-imagem {
    position: relative;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
}

.sobre-segundo-item .item-imagem .fundo-imagem {
    min-width: 300px;
    max-width: 400px;
    height: 200px;
    background-color: #34495e;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}

.sobre-segundo-item .item-imagem .fundo-imagem:hover {
    background-color: #212c43;
    box-shadow: 0 10px 17px #0000004d;
}

.sobre-segundo-item .item-imagem .fundo-imagem img {
    min-width: 300px;
    max-width: 400px;
    margin-top: -10px;
}

.sobre-segundo-item .item-imagem .fundo-imagem img:hover {
    margin-left: -5px;
    min-width: 310px;
    min-width: 410px;
}

.sobre-segundo-item .item-texto {
    position: relative;
    flex: 1;
    text-align: left;
    min-width: 300px;
    padding-left: 10px;
    padding-top: 15px;
}

.sobre-segundo-item .item-texto .item-texto-cab {
    font-family: tech;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    cursor: default;
}

.sobre-segundo-item .item-texto .item-texto-conteudo {
    margin-top: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.sobre-segundo .sobre-segundo-mensagem {
    width: 100%;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}

.sobre-segundo .sobre-segundo-mensagem p {
    font-style: italic;
    padding: 15px 8px 15px 8px;
    margin: 0px 20px 0px 20px;
    background-color: #34495e30;
    border-radius: 20px;
    max-width: 1200px;
    text-align: center;
}

.sobre-terceiro {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #34495e10;
}

.sobre-terceiro .sobre-terceiro-item {
    width: 380px;
    margin-left: 10px;
    margin-top: 10px;
    height: auto;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 2px 2px 2px #212c434d;
    cursor: default;
}

.sobre-terceiro .sobre-terceiro-item:hover {
    box-shadow: 0px 4px 4px 4px #212c434d;
}

.sobre-terceiro-item .terceito-item-img {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.sobre-terceiro-item .terceito-item-img img {
    width: 60px;
    height: 60px;
}

.sobre-terceiro-item .terceito-item-cab {
    font-family: 'tech';
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sobre-terceiro-item .terceito-item-txt {
    min-height: 85px;
}

.sobre-terceiro-item .terceito-item-txt ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.sobre-terceiro-item .terceito-item-txt li {
    padding-left: 5px;
    padding-right: 5px;
}

.sobre-terceiro-item .terceito-item-txt li::before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #212c43; /* Or a color you prefer */
}
  
@media (max-width: 720px) {

    .sobre-segundo-item .item-texto {
        text-align: center;
    }

    .sobre-segundo-item .item-texto .item-texto-conteudo {
        margin-left: auto;
        margin-right: auto;
    }

    .sobre-segundo .item-texto-cab {
        margin-top: 15px;
    }

}

@media (max-width: 400px) {

    .sobre-segundo-item .item-imagem .fundo-imagem {
        max-width: 300px;
        height: 150px;
    }

    .sobre-segundo-item .item-imagem .fundo-imagem img {
        max-width: 300px;
    }

    .sobre-segundo-item .item-imagem .fundo-imagem img:hover {
        margin-left: -5px;
        min-width: 310px;
    }

}