/* Products */
    .products{padding:62px 0;background:linear-gradient(180deg,#f4efe6,#ebe2d4)}
    .products-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:end}
    .products-head .section-copy{margin:0}
    .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:29px}
    .product-card{position:relative;min-height:205px;padding:21px;border:1px solid rgba(20,38,32,.12);border-radius:20px;background:rgba(255,255,255,.66);text-align:left;cursor:pointer;overflow:hidden;transition:.25s;box-shadow:0 13px 32px rgba(27,34,31,.05)}
    .product-card:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;top:-70px;background:rgba(215,173,77,.12)}
    .product-card:nth-child(2):before,.product-card:nth-child(5):before{background:rgba(36,89,71,.12)}
    .product-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(27,34,31,.11);border-color:rgba(185,134,37,.5)}
    .product-card h3{position:relative;margin:13px 0 0;font-family:Georgia,serif;font-size:21px;line-height:1.18}.product-card p{position:relative;margin:10px 0 0;color:#5c6863;font-size:13px;line-height:1.55}.product-card .learn{position:relative}
