section.person{align-items:center;column-gap:50px;display:flex;justify-content:center;padding:100px 0 200px}.person .description-wrapper,.person .photo-wrapper{flex-basis:calc(50% - 25px)}.person .description-wrapper div:first-child{font-weight:500;max-width:560px}.person .photo-wrapper img{display:block;margin-left:auto}.person .description-wrapper .button-wrapper a{background-color:#222020;color:#fff;display:inline-block;font-size:30px;font-weight:500;line-height:34px;margin-top:30px;padding:5px 20px}.person .description-wrapper .button-wrapper a:hover{background-color:#ffe500;color:#000}@media (max-width:767px){section.person{flex-direction:column;padding:40px 15px}.person .photo-wrapper img{max-width:160px!important}.person .description-wrapper{margin-top:30px;text-align:center}.person .description-wrapper div span{font-size:16px!important}.person .description-wrapper .button-wrapper a{font-size:16px;line-height:1.4}}