.profile-page {
    margin-top: 120px;
}
.auto-container {
    position: static;
    max-width: 1310px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.profile-page .card {
    height: auto !important;
}
.card {
    height: 770px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.user-profile-header {
    margin-top: -2rem;
}
.mx-auto {
    margin: 0 auto;
}

.user-profile-header .user-profile-img {
    border: 5px solid #fff;
    width: 200px;
}
.user-profile-header-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
}

.user-profile-header .user-profile-img {
    border: 5px solid #fff;
    width: 200px;
}
.user-profile-info .post-tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.user-profile-info .post-tags li {
    position: relative;
    background: #FBEBEB;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #e64944;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
}
.profile-page .bg-primary {
    background-color: #E64944 !important;
}
.profile-page .me-2 {
    margin-right: 0.5rem!important;
}
.profile-page .rounded-pill {
    border-radius: 50rem!important;
}
.profile-page .card-body h5{
    font-size: 1.25rem;
}

.profile-page .card-body small{
    font-size: 0.875rem;
}
.profile-page .card-icon i{
    font-size: 1.376rem;
    color: #fff;
}

@media (min-width: 576px) {
    .ms-sm-4 {
        margin-left: 1.5rem!important;
    }
    .mt-sm-5 {
        margin-top: 3rem!important;
    }
    .justify-content-sm-start {
        justify-content: flex-start!important;
    }
    .text-sm-start {
        text-align: left!important;
    }
}

@media (min-width: 768px) {
    .align-items-md-end {
        align-items: flex-end!important;
    }
    .justify-content-md-between {
        justify-content: space-between!important;
    }
    .flex-md-row {
        flex-direction: row!important;
    }
}
