.widget .how-to-book__steps{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.widget .how-to-book__steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.widget .how-to-book__step{background:#f5f5f5;padding:1.5rem;border-radius:.5rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;color:inherit}.widget .how-to-book__step:hover{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.widget .how-to-book__step-icon{width:3rem;height:3rem;margin-bottom:1rem}.widget .how-to-book__step-icon img{width:100%;height:auto}.widget .how-to-book__step-step-title{font-size:1.25rem;margin-bottom:.75rem;font-weight:700}.widget .how-to-book__step-step-text{font-size:1rem;line-height:1.6;color:#555}