.author-profile{background:var(--orangeColor);padding:35px 30px;text-align:center;border-radius:5px;margin-bottom:35px}.author-profile h3{color:var(--whiteColor);margin-bottom:10px;font-size:22px}.author-profile img{border-radius:50%;margin-bottom:15px}.author-profile p{margin-bottom:17px;color:var(--whiteColor);font-weight:600;max-width:320px;margin-left:auto;margin-right:auto}.author-profile .profile-social-link{list-style:none;margin:0;padding:0}.author-profile .profile-social-link li{display:inline-block;margin-right:5px}.author-profile .profile-social-link li a i{width:35px;height:35px;line-height:35px;font-size:20px;text-align:center;color:var(--orangeColor);background-color:var(--whiteColor);-webkit-transition:var(--transition);transition:var(--transition)}.author-profile .profile-social-link li a:hover i{background-color:var(--greenColor);color:var(--whiteColor);border-radius:50px}