.profile {
    padding: 50px 0;
}
.profile img {
    width: 100%;
    max-width: 287px;
    height: auto;
    aspect-ratio: 287/424;
    border-radius: 15px;
}
@media (max-width: 991px) {
    .profile img {
        display: block;
        margin: 0 auto;
    }
}
.profile .content {
    padding-left: 50px;
}
@media (max-width: 991px) {
    .profile .content {
        padding: 0;
    }
}
.profile .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.profile .content .click {
    margin-top: 40px;
}
.profile .content .click .btn {
    width: fit-content;
}
