.p_main{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);align-content:center;place-items:center start;display:grid}.p_main *{color:var(--color-text-sub);z-index:0}.p_main .txt_block{width:85%;font-size:1.4rem}.p_main .txt_block p{margin-bottom:.5rem;line-height:2}.p_main .txt_block:nth-child(2 of .txt_block){text-align:center;justify-self:center}.p_main .txt_block:first-child{width:120%}.p_main .txt_block:first-child p{letter-spacing:2px;line-height:1.5}.p_main .txt_block h1{color:var(--color-text-main);text-shadow:4px 4px 11px var(--color-blue);margin-bottom:.3rem;font-size:4rem;transform:translate(-8px)}.p_main .txt_block .button{border:4px double var(--color-text-main);width:-moz-fit-content;width:fit-content;color:var(--color-text-main);outline:transparent;margin:1.6rem auto 0;padding:1rem 1.2rem;font-size:1.25rem;transition:all .3s;display:block}.p_main .txt_block .button:hover{box-shadow:0 0 24px var(--color-blue)}.p_main .txt_block .button:focus{box-shadow:0 0 24px var(--color-blue)}.p_main .img_block{width:100%;height:auto;transform:translate(4rem)}.p_main .img_block img{transform:scale(1.1);position:relative!important}.p_main .img_block:nth-child(2 of .img_block){transform:translate(-4rem)}@media screen and not (min-width:1220px){.p_main .txt_block{width:100%;font-size:1.3rem}.p_main .img_block img{transform:none}.p_main .img_block:nth-child(2 of .img_block){transform:none}}@media screen and not (min-width:896px){.p_main{grid-template-rows:auto;grid-template-columns:auto}.p_main .txt_block{text-align:center;font-size:1.7rem}.p_main .txt_block:first-child{width:100%}.p_main .txt_block:nth-child(2 of .txt_block){grid-row:3/4}.p_main .txt_block h1{font-size:5rem}.p_main .txt_block .button{font-size:1.7rem}.p_main .img_block{transform:none}}@media screen and not (min-width:512px){.p_main h1{font-size:3.25rem!important}.p_main .txt_block{font-size:1.2rem}.p_main .txt_block .button{font-size:1.3rem}}
