@media (max-width: 425px){
    .textMapNaz h1 {
        font-size: 20px;
        width: 17ch;
    }
    .textMapNaz p {
        font-size: 12px;
        padding-top: 8px;
        width: 31ch;
    }
    .teste-Flex{
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .cepText p {
        width: 26ch;
        margin: 0;
    }
    
    #CardPosto{
        width: 100%;
        /* height: 1200px;
        overflow: auto; */
    }
    /* #CardPosto::-webkit-scrollbar {
        width: 0;
      }
    #CardPosto::-webkit-scrollbar-thumb {
        background: transparent;
      } */
    .lineInfo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 280px;
        height: auto;
        margin: 36px auto;
        padding: 24px 0px;
    }  
    .foto{
        margin: 0px;
    }
    .infoPostosPetrobras h2, .infoPostosShell h2, .infoPostosIpiranga h2, .infoPostosComum h2 {
        margin: 0px auto;
        font-size: inherit;   
    }
    .infoPostosPetrobras, .infoPostosShell, .infoPostosIpiranga, .infoPostosComum {
        font-family: "Poppins", sans-serif;
        text-align: center;
    }
    
}



@media (min-width: 427px) and (max-width: 665px){
    .teste-Flex{
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    #CardPosto{
        width: 100%;
        /* height: 1200px;
        overflow: auto; */
    }
    /* #CardPosto::-webkit-scrollbar {
        width: 0;
      } */
    /* #CardPosto::-webkit-scrollbar-thumb {
        background: transparent;
      } */
    .lineInfo{
        display: flex;
        flex-direction: column;
        width: 400px;
        height: auto;
        margin-top: 10px;
        padding: 30px 0px;

    }  
    .foto{
        margin: 0px;
    }
    .infoPostosPetrobras h2, .infoPostosShell h2, .infoPostosIpiranga h2, .infoPostosComum h2 {
        margin: 0px auto; 
    }
    .infoPostosPetrobras, .infoPostosShell, .infoPostosIpiranga, .infoPostosComum {
        font-family: "Poppins", sans-serif;
        text-align: center;
    }
}

@media (min-width: 666px) and (max-width: 736px){
    #CardPosto{
        width: 90%;
        /* overflow: auto;
        height: 1200px; */
    }
    
    .lineInfo{
        width: 550px;
        
    }  
    .infoPostosPetrobras h2, .infoPostosShell h2, .infoPostosIpiranga h2, .infoPostosComum h2 {
        width: 290px;
        margin: 0px auto; 
        word-wrap: break-word;
    }
    .infoPostos h2::after, .infoPostosShell h2:after, .infoPostosIpiranga h2::after, .infoPostosComum h2::after {
        display: none;
    }
}

@media (min-width: 737px) and (max-width: 1024px){
    #CardPosto{
        width: 90%;
        /* overflow: auto; */
    }
    .lineInfo{
        width: 600px;
    }  .infoPostosPetrobras h2, .infoPostosShell h2, .infoPostosIpiranga h2, .infoPostosComum h2 {
        margin: 0px auto; 
    }
    
}

@media (min-width: 1025px){
    .lineInfo{
        width: 80%;
    }
   
}