@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); * { scroll-behavior: smooth; font-family: "Inter", sans-serif; } .article-wrapper { display: flex; width: 100%; justify-content: center; margin-bottom: 50px; } .list-item { list-style: none; padding: 0.5rem; } .heading { color: #292b2c; font-size: 35.1px; font-style: normal; font-weight: 600; line-height: 35.2px; } .heading-wrapper { display: inline-flex; padding: 0 20px 0 0; margin: 40px 0 60px 0; align-items: center; border-radius: 0px 0px 10px 0px; border-bottom: 5px solid #a39245; } .heading-1 { color: #000; text-align: center; font-family: Inter; font-size: 32px; font-style: italic; font-weight: 500; line-height: 47px; margin-bottom: 60px; } .article-container { position: relative; width: 100%; max-width: 1000px; margin: 0 auto; margin-top: 50px; margin-bottom: 50px; padding: 1rem; display: flex; flex-direction: column; } .main-image { width: 100%; margin: 0 auto; margin-bottom: 2rem; } .paragraph-wrapper { display: flex; gap: 80px; justify-content: center; align-items: center; margin-bottom: 2rem; } .paragraph-warpper-lg { max-width: 678px; } .paragraph--image:first-of-type { margin-top: 90px; width: 383px; height: 900px; background-image: url(/img/manufacturerpages/trelleborg/agiculture-image.png); background-repeat: no-repeat; background-size: cover; background-position: center; } .paragraph--image:last-of-type { margin-top: 90px; width: 383px; height: 660px; background-image: url(/img/manufacturerpages/trelleborg/industrial-image.png); background-repeat: no-repeat; background-size: cover; background-position: center; } .polaroids-img { max-width: 398px; } .paragraph-image { width: 100%; height: auto; margin: auto; object-fit: cover; margin-bottom: 2rem; border-radius: 10px; } .article-link { text-decoration: none; color: rgb(3, 109, 163); } .link { text-decoration: none; color: rgb(3, 109, 163); } .title-link { text-decoration: none; color: black; font-size: 35.1px; font-weight: 600; line-height: 35.2px; } .title-link:hover { text-decoration: none; color: rgb(3, 109, 163); } .paragraph-xl-link { font-size: 1.5rem; text-decoration: none; color: rgb(3, 109, 163); } .link:hover { text-decoration: underline; } .title { text-align: center; font-size: 4rem; font-weight: 600; } .tire-container { color: #000; text-decoration: none; display: flex; justify-content: space-between; } .tire-container:hover { color: #000; text-decoration: none; } .tire-container:focus { color: #000; text-decoration: none; } .tire-wrapper { display: flex; flex-direction: column; gap: 52px; } .tire-wrapper:last-of-type { margin-bottom: 20px; } .producent-tire-logo { height: 64px; } .tire-model { margin-bottom: 40px; margin-top: 20px; font-size: 38px; } .tire-info-container { flex-grow: 1; background: #f7f7f7; padding: 30px 75px; } .tire-info-container ul { display: flex; /* align-items: center; */ height: auto; flex-direction: column; justify-content: center; gap: 20px; padding-left: 20px; } .tire-info-container ul li { font-size: 20px; font-weight: 400; line-height: 28.8px; /* 144% */ } .separator-line { max-width: 488px; height: 2px; background: #a39245; margin-bottom: 12px; } .info-data { display: flex; gap: 20px; } .info-data-titles p { margin-bottom: 10px; font-size: 16px; font-weight: 600; line-height: 28.8px; /* 180% */ } .info-data-p p { margin-bottom: 10px; font-size: 16px; font-weight: 400; line-height: 28.8px; } .tire-info-head { display: flex; flex-direction: column; gap: 3px; } .tire-producent { margin-bottom: 0; font-size: 24px; font-weight: 500; line-height: 28.8px; } .tire-info-container { margin-top: 20px; font-size: 38px; font-weight: 600; line-height: 28.8px; /* 90% */ } .tire-details { margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 28.8px; /* 180% */ } .producent-tire { max-width: 383px; } .tire-image-container { max-width: 383px; display: flex; flex-direction: column; } .title-sm { font-size: 2rem; font-weight: 600; margin-top: 0.5rem; margin-bottom: 2rem; border-bottom: 5px solid #ff4858; border-bottom-right-radius: 10px; width: fit-content; padding-bottom: 0.5rem; padding-right: 10px; } .paragraph-xl { color: #292b2c; text-align: justify; font-family: Inter; font-size: 24px; font-style: normal; font-weight: 500; line-height: 36px; /* 150% */ } .paragraph { color: #292b2c; text-align: justify; font-size: 18.6px; font-style: normal; font-weight: 400; line-height: 24px; } .paragraph:last-of-type { margin-bottom: 65px; } .active .content-link { text-decoration: underline; font-weight: 500; } @media screen and (max-width: 1200px) { .tire-image-container { align-self: flex-end; } } @media screen and (max-width: 991px) { .contents { display: none; } .title-sm { font-size: 1.5rem; margin-bottom: 1rem; } .paragraph-xl { font-size: 1.3rem; margin-bottom: 1rem; } .paragraph-wrapper { flex-direction: column; gap: 0; } .paragraph-wrapper:nth-of-type(3) { flex-direction: column-reverse; } .tire-image-container { align-self: center; } .tire-info-container { padding: 15px; max-width: 383px; } .paragraph--image:first-of-type { margin-top: 0px; width: 100%; height: 400px; } .paragraph--image:last-of-type { margin-top: 0px; width: 100%; height: 400px; } } @media screen and (max-width: 769px) { .tire-container { flex-direction: column-reverse; align-items: center; } }