.profile-info {
  margin-bottom: 25px;
}

.profile-img {
    width: 80%;
    max-width: 350px;
}

.profile-img-section {
    position: relative;
}

.profile {
    text-align: center;
}

.profile-title {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    color: var(--primary-color);
}

.profile-details {
    margin-top: 10px;
    font-style: 18px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 450px;
    margin: 20px auto;
}

@media (min-width: 950px) {
    .profile-info {
  margin-bottom: 0px;
}

.profile-img {
    width: 90%;
    max-width: 500px;
}

.profile {
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    align-items: center;
    margin: 0 auto;
}

.profile-title {
    font-size: 60px;
}

.profile-details {
    font-style: 25px;
    margin: 30px 0;
}
}