.container {
    text-align: center;
    margin: 0% 20% 1% 20%;
    background-color: #fff;
    padding: 0% 0% 1% 0%;
}

.img {
    width: 80%;
    height: auto;
}

p {
    color: #005ba8;
    text-align: center;
    padding: 0% 0% 0% 2%;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
}

.logo {
    width: 30%;
}

.telefone1 {
    text-decoration: none;
    color: #005ba8;
    font-weight: 550;
}

@media screen and (max-device-width: 600px) {
    .container {
        text-align: center;
        margin: 0% 0% 1% 0%;
        background-color: #fff;
        padding: 0% 0% 1% 0%;
    }

    p {
        text-align: center;
        padding: 0% 4% 0% 4%;
        font-size: 20px;

    }

    .logo {
        width: 50%;
        height: auto;
    }

    .img {
        width: 100%;
        height: auto;
    }
}