.start .container{
padding: 0 clamp(1.25rem, 25vw - 17.5rem, 12.5rem);
max-width: 1920px;
}
.container {
}
.start__wrapper {
display: flex;
justify-content: space-between;
gap: 1rem;
}
.start__left {
display: flex;
flex-direction: column;
justify-content: center;
gap: clamp(1.875rem, 1.761vw + 1.325rem, 3.438rem);
flex: 235px 1 0;
}
.start__right {
flex: 1120px 0 1;
}
.start__item {
}
.start__text {
font-size: clamp(3.125rem, 1.408vw + 2.685rem, 4.375rem);
line-height: 1;
letter-spacing: -0.03em;
margin-bottom: 0.9rem;
}
.start__description {
font-size: 1.188rem;
}
@media screen and (max-width: 1024px) {
.start__wrapper {
flex-wrap: wrap;
}
.start__left {
flex-direction: row;
margin-bottom: 1.2rem;
flex-wrap: wrap;
}
.start__item{
text-align: center;
}
}
@media screen and (max-width: 480px) {
.start__item {
text-align: center;
width: 100%;
}
}