.dillers {
    width: 100%;
    background: var(--blue);
    padding: 64px 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    position: relative;
    height: 848px;
    margin-top: 48px;
}

.dillers-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.dillers-col__title {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    color: var(--white);
}

.dillers-col__box {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.dillers-col__box-title {
    font-weight: 400;
    font-size: 240px;
    line-height: 100%;
    color: var(--white);
    font-family: 'Stetica';
}

.dillers-col__box-text {
    font-family: 'Stetica';
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: var(--white);
}

.dillers-line {
    width: 1px;
    height: 720px;
    position: absolute;
    transform: translateX(-50%);
    background: var(--white);
    left: 50%;
}

.dillers-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 18px;
    cursor: pointer;
}

.dillers-row__circle {
    width: 64px;
    height: 64px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dillers-row__circle-icon {
    width: 32px;
    height: 32px;
}

.dillers-row__text {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
}

.dillers-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 1440px) and (max-width: 1919px) {
.dillers {
    padding: 64px 48px;
    height: 848px;
    margin-top: 48px;
}

.dillers-col {
    height: 100%;
}

.dillers-col__title {
    font-size: 50px;
    line-height: 100%;
}

.dillers-col__box {
    margin-top: auto;
}

.dillers-col__box-title {
    font-size: 220px;
    line-height: 100%;
}

.dillers-col__box-text {
    font-size: 26px;
    line-height: 32px;
}

.dillers-line {
    width: 1px;
    height: 720px;
}

.dillers-row {
    column-gap: 18px;
}

.dillers-row__circle {
    width: 64px;
    height: 64px;
}

.dillers-row__circle-icon {
    width: 32px;
    height: 32px;
}

.dillers-row__text {
    font-size: 18px;
    line-height: 24px;
}

.dillers-img {
    width: 60%;
    bottom: 0;
    right: 0;
}
}

@media (min-width: 1024px) and (max-width: 1439px) {
.dillers {
    padding: 48px 36px;
    height: 650px;
    margin-top: 48px;
}

.dillers-col {
    height: 100%;
}

.dillers-col__title {
    font-size: 30px;
    line-height: 100%;
}

.dillers-col__box {
    margin-top: auto;
}

.dillers-col__box-title {
    font-size: 140px;
    line-height: 100%;
}

.dillers-col__box-text {
    font-size: 20px;
    line-height: 32px;
}

.dillers-line {
    width: 1px;
    height: 570px;
}

.dillers-row {
    column-gap: 16px;
}

.dillers-row__circle {
    width: 48px;
    height: 48px;
}

.dillers-row__circle-icon {
    width: 26px;
    height: 26px;
}

.dillers-row__text {
    font-size: 16px;
    line-height: 20px;
}

.dillers-img {
    width: 60%;
    bottom: 0;
    right: 0;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.dillers {
    padding: 48px 26px;
    height: auto;
    flex-direction: column;
    margin-top: 48px;
}

.dillers-col {
    height: auto;
    width: 100%;
    row-gap: 40px;
}

.dillers-col__title {
    font-size: 36px;
    line-height: 100%;
}

.dillers-col__title br {
    display: none;
}

.dillers-col__box {
    margin-top: auto;
}

.dillers-col__box-title {
    font-size: 100px;
    line-height: 100px;
}

.dillers-col__box-text {
    font-size: 20px;
    line-height: 24px;
}

.dillers-line {
    display: none;
}

.dillers-row {
    column-gap: 12px;
    order: 3;
    margin-top: 48px;
    flex-direction: row-reverse;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    height: 54px;
}

.dillers-row__circle {
    width: 26px;
    height: 26px;
    background: var(--blue);
}

.dillers-row__circle-icon {
    width: 12px;
    height: 12px;
}

.dillers-row__circle-icon path {
    stroke: white;
}

.dillers-row__text {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-text);
}

.dillers-row__text br {
    display: none;
}

.dillers-img {
    margin-top: 48px;
    position: relative;
    width: 100%;
    order: 2;
    bottom: 0;
    right: 0;
}
}

@media (min-width: 440px) and (max-width: 767px) {
.dillers {
    padding: 48px 16px;
    height: auto;
    flex-direction: column;
    margin-top: 48px;
}

.dillers-col {
    height: auto;
    width: 100%;
    row-gap: 32px;
}

.dillers-col__title {
    font-size: 28px;
    line-height: 100%;
}

.dillers-col__title br {
    display: none;
}

.dillers-col__box {
    margin-top: auto;
}

.dillers-col__box-title {
    font-size: 88px;
    line-height: 88px;
}

.dillers-col__box-text {
    font-size: 18px;
    line-height: 24px;
}

.dillers-line {
    display: none;
}

.dillers-row {
    column-gap: 12px;
    order: 3;
    margin-top: 48px;
    flex-direction: row-reverse;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.dillers-row__circle {
    width: 26px;
    height: 26px;
    background: var(--blue);
}

.dillers-row__circle-icon {
    width: 12px;
    height: 12px;
}

.dillers-row__circle-icon path {
    stroke: white;
}

.dillers-row__text {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-text);
}

.dillers-row__text br {
    display: none;
}

.dillers-img {
    margin-top: 48px;
    position: relative;
    width: 100%;
    order: 2;
    bottom: 0;
    right: 0;
}
}

@media (max-width: 439px) {
.dillers {
    padding: 48px 16px;
    height: auto;
    flex-direction: column;
    margin-top: 48px;
}

.dillers-col {
    height: auto;
    width: 100%;
    row-gap: 32px;
}

.dillers-col__title {
    font-size: 28px;
    line-height: 100%;
}

.dillers-col__title br {
    display: none;
}

.dillers-col__box {
    margin-top: auto;
}

.dillers-col__box-title {
    font-size: 88px;
    line-height: 88px;
}

.dillers-col__box-text {
    font-size: 18px;
    line-height: 24px;
}

.dillers-line {
    display: none;
}

.dillers-row {
    column-gap: 12px;
    order: 3;
    margin-top: 48px;
    flex-direction: row-reverse;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.dillers-row__circle {
    width: 26px;
    height: 26px;
    background: var(--blue);
}

.dillers-row__circle-icon {
    width: 12px;
    height: 12px;
}

.dillers-row__circle-icon path {
    stroke: white;
}

.dillers-row__text {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-text);
}

.dillers-row__text br {
    display: none;
}

.dillers-img {
    margin-top: 48px;
    position: relative;
    width: 100%;
    order: 2;
    bottom: 0;
    right: 0;
}
}