section#experience .background{display:grid;grid-template-columns:repeat(2,1fr);gap:10%;padding:10%;background:var(--gradient);border-radius:25px}section#experience .background .image{display:flex;flex-direction:column;justify-content:center;align-items:center}section#experience .background .image img{max-width:100%;max-height:500px;border-radius:10000px;object-fit:cover;aspect-ratio:1/1}section#experience .background .text{display:flex;flex-direction:column;justify-content:center;gap:15px}@media screen and (max-width: 900px){section#experience .background{grid-template-columns:repeat(1,1fr)}}
