@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');.home-info__container{width:100%}.home-info__flex-container{width:100%;display:flex;gap:16px}.home-info__block-container{flex:1 1 0px;width:0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;padding:125px 0}.home-info__block-header{font-family:Source Sans Pro;font-style:normal;font-weight:bold;font-size:32px;line-height:32px;text-align:center;color:#fff;margin-top:0;margin-bottom:16px}.home-info__block-text{font-family:Source Sans Pro;font-style:normal;font-weight:normal;font-size:16px;line-height:24px;text-align:center;color:#fff;margin-top:0;margin-bottom:24px;padding:0 10%}.home-info__block-btn{border:1px solid #fff;border-radius:4px;width:216px;height:48px;text-align:center;text-decoration:none;color:#fff;margin-top:0;display:flex;justify-content:center;align-items:center}.home-info__block-btn:hover{text-decoration:none}.home-info__block-btn span{font-family:Source Sans Pro;font-style:normal;font-weight:bold;font-size:18px;line-height:22px;text-align:center;color:#fff}@media screen and (max-width:796px){.home-info__flex-container{flex-direction:column}.home-info__block-container{flex:0;width:100%;padding:32px 0}.home-info__block-header{font-size:24px;line-height:32px}.home-info__block-text{font-size:14px;line-height:18px}.home-info__block-btn{width:206px;height:41px}.home-info__block-btn span{font-size:16px;line-height:24px}}