section.hero .double-grid{grid-gap:40px;align-items:center;display:grid;grid-template-columns:2fr 3fr}section.hero .double-grid .content{margin-right:100px}section.hero .double-grid .content h1{color:#21174b;margin-bottom:50px}section.hero .double-grid .content p{color:#21174b;font-size:18px;line-height:28px;margin-bottom:50px}section.hero .double-grid iframe{border:none;border-radius:20px;height:435px;width:100%}@media(max-width:768px){section.hero{padding:50px 0}section.hero .double-grid{display:block;grid-template-columns:1fr}section.hero .double-grid .content{margin-bottom:20px;margin-right:0}section.hero .double-grid .content h1{margin-bottom:25px;margin-right:100px}section.hero .double-grid .content p{margin-bottom:25px}section.hero .double-grid iframe{height:200px}}