.hd-switchback{display:flex;flex-direction:column;flex-wrap:nowrap;gap:30px}.hd-switchback .content-wrapper{margin-bottom:30px}.hd-switchback .content-column .content-wrapper>:first-child{margin-bottom:29px}.hd-switchback .content-column .list-wrapper ul{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.hd-switchback .content-column .list-wrapper ul li.list-item{align-items:center;display:grid;font-size:16px;gap:12px;grid-template-columns:auto 1fr}.hd-switchback .image-column img{height:auto;max-width:100%;width:100%}.hd-switchback .btn{background:#0f2332;color:#fff}@media (min-width:1024px){.hd-switchback{align-items:center;display:grid;gap:120px;grid-template-areas:"image-column content-column";grid-template-columns:1.25fr 1fr}.hd-switchback .image-column{grid-area:image-column}.hd-switchback .content-column{grid-area:content-column}}@media (min-width:992px){.hd-switchback .content-column .list-wrapper ul li.list-item{font-size:18px}.hd-switchback .image-column img{height:auto;max-width:616px;width:100%}}