.ta-photo {
    width: 280px;
    height: 280px;
    position: relative;
    padding-bottom: 22px;
}
.ta-photo img {
    border-radius: 10%;
    max-height: 100%;
}
.artist-info {
display: flex;
    align-items: center;
    gap: 25px;
    background: linear-gradient(135deg, #fff8e7, #fff0d4);
    padding: 20px;
    border-radius: 50px;
    margin-bottom: 25px;
}
.menu li {
    float: left;
    padding: 9px 16px;
    list-style-type: none;
    background-color: #d5ffcd;
    /* color: white; */
    margin: 9px;
    border-radius: 20px;
    border: 3px solid #11c903;
}
.ai-text {
    max-width: 770px;
    font-size: 17px;
}
.artist-row {
    padding: 14px 15px;
}
@media only screen and (max-width: 767px) {
	
	.ai-text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 850px) {
	img {
    width: 100%;
    height: 100%;
}
    .artist-info {
        flex-direction: column;
        text-align: center;
    }
}