.guide-cards-main{width:100%;margin-top:5rem;display:flex;flex-direction:column;gap:3rem;align-items:center;justify-content:center}.guide-cards-main h2{font-size:40px;font-weight:700;margin:2rem auto;color:var(--primary_color)}@media screen and (max-width:800px){.guide-cards-main h2{font-size:30px;text-align:center;margin:0 auto}}.guide-cards-main .guide-card-one{width:60rem;margin:0 auto;display:flex;height:auto;flex-direction:column;background-color:transparent;outline:2px solid var(--primary_color);border-radius:16px;overflow:hidden;background-size:contain;background-position:50%;transition:.3s;background-repeat:no-repeat}@media screen and (max-width:800px){.guide-cards-main .guide-card-one{width:100%}}@media screen and (max-width:600px){.guide-cards-main .guide-card-one{width:100%;height:20rem;background-position:bottom}}.guide-cards-main .guide-card-one:hover{transform:translateY(-5px);box-shadow:10px 10px 30px 0 rgba(146,21,123,.11)}.guide-cards-main .guide-card-one h3{margin-top:2rem;margin-bottom:1rem;font-size:35px;line-height:45px;text-align:center;width:60%;color:#000}.guide-cards-main .guide-card-one h3 span{color:var(--primary_color)}@media screen and (max-width:800px){.guide-cards-main .guide-card-one h3{width:100%;font-size:20px;line-height:25px}}@media screen and (max-width:600px){.guide-cards-main .guide-card-one h3{margin-top:10rem}}.guide-cards-main .guide-card-one h5{font-size:16px;padding:12px 20px;border-radius:10px;font-weight:500;background-color:var(--primary_color);margin-bottom:20rem}.guide-cards-main .guide-card-two{width:60rem;margin:0 auto;display:flex;height:auto;flex-direction:column;background-color:#842370;border-radius:16px;overflow:hidden;background-repeat:no-repeat;background-size:contain;background-position:50%;transition:.3s}@media screen and (max-width:800px){.guide-cards-main .guide-card-two{width:100%}}@media screen and (max-width:600px){.guide-cards-main .guide-card-two{width:100%;height:20rem;background-position:bottom}}.guide-cards-main .guide-card-two:hover{transform:translateY(-5px);box-shadow:10px 10px 30px 0 rgba(146,21,123,.11)}.guide-cards-main .guide-card-two h3{margin-top:2rem;margin-bottom:1rem;font-size:35px;line-height:45px;text-align:center;width:60%;color:#fff}.guide-cards-main .guide-card-two h3 span{color:#fff}@media screen and (max-width:800px){.guide-cards-main .guide-card-two h3{width:100%;font-size:20px;line-height:25px}}@media screen and (max-width:600px){.guide-cards-main .guide-card-two h3{margin-top:10rem}}.guide-cards-main .guide-card-two h5{font-size:16px;padding:12px 20px;border-radius:10px;font-weight:500;background-color:#fff;margin-bottom:20rem;color:var(--primary_color)}