.two-blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.two-blocks-title{margin:0;margin-bottom:54px;text-align:center;font-size:24px;line-height:24px;font-weight:700;color:#111}
.two-blocks-item{padding:32px 88px;background-color:#fbfbfb}
.two-blocks-item img{display:flex;width:42px;height:42px;margin-bottom:18px}
.two-blocks-item-title{font-family:"Work Sans";font-size:18px;line-height:24px;font-weight:700;color:#111}
.two-blocks-item-number{font-family:"Work Sans";margin-bottom:8px;font-size:26px;line-height:34px;font-weight:700;color:#212121}
.two-blocks-item-email{font-family:"Roboto Condensed";font-size:18px;line-height:24px;color:#606060}
@media screen and (max-width:990px){
.two-blocks{display:flex;flex-direction:column}
.two-blocks-item{padding:36px}
}