#block2 .container{ max-width:1170px !important; padding:0px 15px; width:100%;}.template__body{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px;}.template__body:not(:last-child){ padding-bottom:30px;}.template__column{ background:#f0f1f2; border-radius:9px; border:1px solid #e1e1e1; box-shadow:17px 17px 31px 0px rgba(0,0,0,0.04); display:flex; flex-direction:column; height:100%; width:268px;}.template__column-content{ padding:23px 24px; display:flex; flex-direction:column; align-items:center; gap:16px; height:100%;}.template__column-picture img{ border-radius:8px 8px 0px 0px;}.template__column-title{ color:rgba(0,0,0,0.8); text-align:center; font-family:Open Sans; font-size:18px; font-style:normal; font-weight:600; line-height:24px;}.template__column-button{ padding:0 20px; border-radius:4px; border:1px solid rgba(34,36,41,0.2); color:#2c64eb; text-align:right; font-family:Open Sans; font-size:16px; font-style:normal; font-weight:600; line-height:24px; display:flex; align-items:center; gap:6px;}.template__column-button:hover{ color:#fff;}.template__column-button:hover svg path{ fill:#fff;}.template__column-action{ margin-top:auto;}/* ================================================ */@media (max-width:1200px){ .template__body{ grid-template-columns:repeat(2,1fr);} .template__column{ /*width:100%;*/ width:80%; margin:0 auto;}}@media (max-width:992px){ .template__column{ width:100%;}}@media (max-width:576px){ .template__body{ grid-template-columns:repeat(1,1fr);}}