body {
    font-family: 'Work Sans', sans-serif;
    background-color: #79afaf !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-teal {
    background: #3b6e70;
    background: linear-gradient(95deg, rgba(59, 110, 112, 1) 57%, rgba(247, 186, 64, 1) 57%);
    box-shadow: 0 0 50px #000;
    width: 90%;
}

.text-head {
    color: #fff;
}

.text-title {
    color: #fff;
}

.logo {
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.icon {
    width: 24px;
    height: 24px;
}


.img-cont {
    margin-left: 0px;
}

.img-fluid {
    border-radius: 25px !important;
}

.pro-about-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: transparent;
    text-align: center;
}

.pro-about-footer p,
.pro-about-footer a {
    background-color: transparent;
    font-size: 1rem;
    color: aliceblue;
    text-decoration: none;
}

.pro-about-footer a {
    color: #e8ecf7;
    text-decoration: underline;
}

.pro-about-footer a:hover {
    text-decoration: underline;
    color: dodgerblue;
}

@media (max-width: 991px) {
    body {
        background-color: rgba(247, 186, 64, 1) !important;
    }

    .bg-teal {
        width: 100%;
        background: #3b6e70;
    }

    .img-cont {
        width: 100%;
        border-top: 5px solid #bdbbbb;
        padding-top: 30px;
        margin-left: 0px;
    }
}