.tyt{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:67rem;margin:0 auto}
.tyt img{margin:0 auto;margin-bottom:2rem;max-width:8.2rem;max-height:6.2rem}
@media screen and (max-width:990px){
.tyt img{margin-bottom:3rem}
}
.tyt-heading{margin-bottom:3rem;font-size:4.8rem;line-height:6rem;text-align:center;font-weight:500;color:#3e3e3e}
@media screen and (max-width:990px){
.tyt-heading{font-size:2.8rem;line-height:3.2rem;text-align:start}
}
.tyt-text{text-align:center}
.tyt-text p{text-align:center;font-size:1.8rem;line-height:150%;color:#6f6f6f}
@media screen and (max-width:990px){
.tyt-text p{font-size:1.6rem;text-align:start}
}
.tyt-text p a{font-weight:600;text-decoration:underline;text-underline-offset:.3rem;color:#6f6f6f}