#banner-image {
    height: 300px;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 30px;
    width: 100%;
    padding: 10px;
}

#description {
    text-align: justify;
}

#social-media {
    display: flex;
    font-size: 20px;
}

#social-media i {
    padding-right: 10px;
    justify-self: center;
    font-size: 25px;
}

.connect-phone a {
    border-radius: 30px;
    padding: 5px 10px;
    background: #000;
    color: #FFF !important;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
}

.connect-phone strong {
    display: none;
}

.connect a {
        display: grid;
    /* width: 65px; */
    font-size: 12px;
    justify-content: space-around;
    padding: 5px;
}

.connect {
        display: contents;
}