@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; } .paragraph-center { display: flex; justify-content: center; max-width: 100%; margin: 20px; } .paragraph-center p { text-align: justify; max-width: 800px; font-weight: 500; font-size: 20px; margin-bottom: 20px; } .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; margin-top: 20px; line-height: 35.2px; } .heading-wrapper { display: inline-flex; padding: 0 20px 0 0; margin: 40px 0 20px 0; border-radius: 0px 0px 10px 0px; border-bottom: 5px solid #ef4024; } .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: start; margin-bottom: 2rem; } .paragraph-warpper-lg { max-width: 678px; } .polaroids-img { max-width: 398px; } .paragraph-image { width: 100%; height: auto; object-fit: cover; margin: auto auto 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; } .text-image-container { display: flex; justify-content: center; align-items: center; gap: 50px; margin: 50px 0; background: #f7f7f7; padding: 30px 30px 0 30px; border-radius: 10px; } .warranty-paragraph { margin: 30px 0; text-align: center; } .text-image-container p { text-align: justify; max-width: 700px; font-size: 18px; } .text-image-container img { width: 300px; margin: 0; } .tire-wrapper { display: flex; flex-direction: column; gap: 52px; margin-top: 50px; } .tire-wrapper:last-of-type { margin-bottom: 20px; } .producent-tire-logo { height: 64px; } .tire-info-container { flex-grow: 1; background: #f7f7f7; padding: 30px 75px; width: 100%; } .tire-info-container ul { margin-top: 12px; padding-left: 20px; } .tire-info-container ul li { font-size: 19px; font-weight: 400; line-height: 28.8px; /* 144% */ margin-bottom: 12px; } .separator-line { max-width: 488px; height: 2px; background: #ef4024; 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-model { margin-bottom: 0; font-size: 30px; 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 { margin-top: 0.5rem; margin-bottom: 2rem; border-bottom: 5px solid #ef4024; border-bottom-right-radius: 10px; width: fit-content; padding-bottom: 0.5rem; padding-right: 10px; } .title-sm p { margin: 0; font-size: 26px; font-weight: 600; } .paragraph-xl { color: #292b2c; text-align: justify; font-family: Inter, serif; 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; } .flex-row { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .flex-row p { text-align: justify; max-width: 788px; } .flex-row img { width: 110px; margin-left: 20px; } .paragraph:last-of-type { margin-bottom: 65px; } .active .content-link { text-decoration: underline; font-weight: 500; } .description-container { max-width: 1000px; display: block; margin: auto; } .description-item { margin: 20px; } .description-text { font-weight: 500; font-size: 19px; text-align: center; margin: 40px 0; } @media screen and (max-width: 1200px) { .tire-image-container { align-self: flex-end; } } @media screen and (max-width: 991px) { .tire-info-container ul li { font-size: 18px; } .flex-row { flex-direction: column !important; gap: 20px; } .text-image-container { flex-direction: column; gap: 20px; padding: 30px 20px 0 20px; } .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: 0; width: 100%; height: 400px; } .paragraph--image:last-of-type { margin-top: 0; width: 100%; height: 400px; } } @media screen and (max-width: 769px) { .tire-container { flex-direction: column-reverse; align-items: center; } }