.recomendationSection .content{display:flex;flex-direction:column;gap:50px;}.recomendationSection .content .list{display:flex;flex-wrap:wrap;gap:40px;}.recomendationSection .content .list .block{background-color:var(--lightgray-color);border-radius:10px;padding:30px;width:calc(50% - 60px - 20px);display:flex;flex-direction:column;gap:10px;}.recomendationSection .content .list .block p{font-size:16px;font-weight:400;line-height:20px;}.recomendationSection .content .list .block h3{font-size:20px;font-weight:500;line-height:26px;color:var(--base-color);}@media (max-width:800px){.recomendationSection .content{gap:30px}.recomendationSection .content .list{display:flex;flex-wrap:wrap;gap:20px}.recomendationSection .content .list .block{padding:20px;width:calc(100% - 40px);display:flex;flex-direction:column;gap:10px}}