img, a {
    width: 100%;
}

.header {
    padding: 24px 52px;
}

.col {
    position: relative;
}

.s12 {
    display: flex;
    padding: .15rem !important;
    padding-top: 0 !important;
}

.s6 {
    padding: .15em !important;
}

.image {
    border-radius: 7px;
}

.title {
    position: absolute;
    left: 24px;
    bottom: -12px;
    font-size: 26px;
    color: white;
}

.footer {
    display: flex;
    flex-direction: column;
    margin: 24px 0;
}

.media-link {
    margin: 0 12px;
}

.svg {
    width: 50px;
    height: 50px;
}

.facebook {
    fill: #4267B2;
}

.instagram {
    fill: #125687;
}

.medias {
    text-align: center;
}

.infos {
    text-align: center;
    color: gray;
}

.telefone {
    margin-bottom: 4px;
    font-size: 10px;
}

.endereco {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 10px;
}

@media screen and (min-width: 590px) {
    .telefone {
        font-size: 12px;
    }
    .endereco {
        font-size: 12px;
    }
}

@media screen and (min-width: 900px) {
    .telefone {
        font-size: 14px;
    }
    .endereco {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .telefone {
        font-size: 16px;
    }
    .endereco {
        font-size: 16px;
    }
}
