.pg-box-panels{display:flex;flex-wrap:wrap;gap:30px}.pg-box-panel{background-color:#243247;border-radius:16px;box-sizing:border-box;flex:0 0 calc(50% - 20px);overflow:hidden}.box-panel-img img{display:block;height:auto;max-height:230px;width:100%}.box-panel-details{padding:30px}.box-panel-description{margin-bottom:20px}.box-panel-details a{text-decoration:underline}.box-panel-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:250px}.box-panel-img-icon{margin-bottom:20px}.box-panel-img-icon img{max-height:100px;width:auto}@media only screen and (max-width:768px){.pg-box-panel{flex:1 1 calc(100% - 20px)}}@media only screen and (max-width:480px){.box-panel-img{height:150px}}@media only screen and (max-width:320px){.box-panel-details{padding:20px}}