.protfolio{padding:3rem 0}.protfolio__wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media screen and (min-width:767px){.protfolio__wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem;max-width:1080px;margin:0 auto}}.protfolio__item{grid-row:span 2;order:1;border:1px solid #e1e3f0;box-shadow:0px 10px 20px rgba(153,159,227,0.07);border-radius:10px}.protfolio__header{max-width:420px;box-shadow:none;border:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.protfolio__header h1,.protfolio__header h2,.protfolio__header h3,.protfolio__header h4,.protfolio__header h5,.protfolio__header h6{margin-bottom:0}@media screen and (min-width:767px){.protfolio__item:nth-child(1){grid-row-start:1;grid-row-end:3;grid-column:1 / 2}.protfolio__item:nth-child(2){grid-row-start:2;grid-row-end:4;grid-column:2 / 3}.protfolio__item_standard:nth-last-child(2){order:3;grid-column:unset;grid-column:1 / 2}.protfolio__item_standard:nth-child(odd):nth-last-child(2){order:2}.protfolio__item_standard:nth-child(2):nth-last-child(2){order:2;grid-column:2 / 3}.protfolio__item.protfolio__item_link-section{background:#f5f7ff;border:0;box-shadow:none;border-radius:10px;order:3}.protfolio__item.protfolio__item_link-section:nth-child(odd){order:2}.protfolio__item:nth-child(2).protfolio__item_link-section{grid-row:2 / 4}.protfolio__item:nth-child(3).protfolio__item_link-section{grid-column:1 / 2}}.protfolio__item.protfolio__item_link-section{background:#f5f7ff;border:0;box-shadow:none;border-radius:10px}.protfolio__item_standard{padding:1.5rem}.protfolio__item-title h1,.protfolio__item-title h2,.protfolio__item-title h3,.protfolio__item-title h4,.protfolio__item-title h5,.protfolio__item-title h6{margin-bottom:8px}.protfolio__item-img{margin-bottom:16px}.protfolio__item-img img{display:block;width:100%;height:auto}@media screen and (min-width:1024px){.protfolio__item-desc{padding:0 1rem}}.protfolio__item-text p{margin-bottom:0}.protfolio__item.protfolio__item_link-section{position:relative}.protfolio__link-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:2rem}@media screen and (min-width:1024px){.protfolio__link-section{padding:2rem 4.75rem}}.protfolio__link-section-title{font-weight:bold;font-size:1.5rem;line-height:1.4;color:#1e266d;margin-bottom:1.5rem}.protfolio__link-section-desc{font-size:1rem;line-height:1.7;color:#455880;margin-bottom:1.5rem}.protfolio__link-section-arrow{width:70px;height:70px;background:#FFF;border-radius:50%;position:relative;transition:all .2s ease-in}.protfolio__link-section-arrow svg{width:30px;height:30px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}.protfolio__item.protfolio__item_link-section a:hover .protfolio__link-section-arrow{transform:scale(1.1)}@media screen and (min-width:1280px){.protfolio{padding:3rem 0 8rem 0}}