section.bullet-points .container{display:grid;grid-template-columns:500px 1fr;grid-row-gap:2rem;align-items:center}section.bullet-points .featured-image img{position:relative;right:50%}section.bullet-points img{max-width:100%}section.bullet-points .desc{display:flex;align-items:center}section.bullet-points .desc p{margin-bottom:0}section.bullet-points .item{display:grid;grid-template-columns:1fr 4fr;grid-column-gap:2rem}section.bullet-points .featured-image{position:relative;right:60%}section.bullet-points .featured-image img{max-width:none}@media (max-width:1280px){section.bullet-points .container{grid-template-columns:450px 1fr}}@media (max-width:998px){section.bullet-points .featured-image,section.bullet-points .featured-image img{position:static;max-width:100%}section.bullet-points .container{grid-template-columns:1fr}section.bullet-points .item{margin:2rem 0}}