* {
    padding: 0;
    margin: 0;
}

.pensando-img {
    width: 100%;
}

.sub-container-tremendo {
    margin: 40px 0;
}

.info-pensando {
    width: 40%;
    margin: auto;
    padding: 40px 0;
}

.info-pensando h2 {
    font-weight: 500;
    font-size: 31px;
    line-height: 38px;
    color: #545454;
    margin-bottom: 15px;
}

.info-pensando p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #545454;
}

.line-blue {
    height: 5px;
    width: 60px;
    background-color: #003da5;
    border-radius: 5px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .info-pensando {
        width: 90%;
        padding: 0px;
        margin-bottom: 20px;
    }
    .pensando-img {
        margin-top: -18vw;
    }
    * {
    padding: 0;
    margin: 0;
}

.pensando-img {
    width: 100%;
}

.sub-container-tremendo {
    margin: 40px 0;
}

.info-pensando {
    width: 40%;
    margin: auto;
    padding: 40px 0;
}

.info-pensando h2 {
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    color: #545454;
    margin-bottom: 15px;
}

.info-pensando p {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #888888;
}

.line-blue {
    height: 5px;
    width: 60px;
    background-color: #003da5;
    border-radius: 5px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .info-pensando {
        width: 90%;
        padding: 0px;
        margin-bottom: 20px;
    }
    .pensando-img {
        margin-top: -18vw;
    }
}
}