.breadcrumb{display:flex;flex-direction:column;justify-content:center;padding:210px 0 130px}@media only screen and (min-width:768px) and (max-width:991px){.breadcrumb{padding:170px 0 90px}}@media only screen and (max-width:767px){.breadcrumb{padding:130px 0 70px}}.breadcrumb h1{margin-bottom:20px}@media only screen and (min-width:768px) and (max-width:991px){.breadcrumb h1{font-size:40px;margin-bottom:15px}}@media only screen and (max-width:767px){.breadcrumb h1{font-size:30px;margin-bottom:10px}}.breadcrumb ul{align-items:center;display:flex;flex-wrap:wrap;gap:5px;padding-left:0}.breadcrumb ul li{display:flex;font-size:var(--body-font-size);gap:5px;list-style:none}.breadcrumb ul li:not(:last-child):after{align-self:center;background-color:rgba(var(--base-color));content:"";display:block;height:1px;transform:rotate(115deg);width:18px}.breadcrumb ul li:last-child a{color:rgba(var(--primary-color))}@media only screen and (max-width:767px){.breadcrumb ul li{font-size:18px}}