.about{background:var(--bg-dark-white)}.about__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:10rem}@media only screen and (max-width:56.25em){.about__content{grid-template-columns:1fr;grid-gap:8rem;align-items:center;text-align:center}.about__content-details-para{max-width:100%!important}}.about__content-title{font-weight:700;font-size:2.8rem;margin-bottom:3rem}@media only screen and (max-width:37.5em){.about__content-title{font-size:2.4rem}.about__content{align-items:center;text-align:center}}.about__content-details-para{font-size:1.8rem;color:var(--light-grey-txt);max-width:60rem;line-height:1.7;margin-bottom:1rem}.about__content-details-para--hl{font-weight:700;margin:0 3px}.about__content-details-para:last-child{margin-bottom:4rem}.about__content-details-para a{text-decoration:underline;font-weight:700;color:var(--bg-orange);margin:0 3px}.about__content-details-para a:hover{color:var(--dark-grey-txt);text-decoration:none}.skills{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.skills__skill{display:flex;justify-content:center;align-items:center;padding:4rem 4rem 2.8rem;background:var(--bg-skill);border-radius:5px;font-weight:600;color:var(--light-grey-txt);transition:all .15s ease-in-out}.skills__skill:hover{background:var(--bg-skill-hover)}.skill-icons{height:30px;width:40px}