.main-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;

    background-color: var(--pale);

    padding-top: 106px;
    padding-bottom: 120px;

    position: relative;
}

.action {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.action-text {
    width: 504px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.action-text__card {
    display: flex;
    align-items: flex-start;
    gap: 26px;

}

.action-text__card__h5 {
    width: 387px;
}

.action-text__card-circle {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;

    background: url(/img/check.svg) no-repeat;
    background-position: center;
    background-color: var(--lighter__p);
}

.action-text__card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.button_product {
    padding: 16px 36px;
    color: white;
    border-radius: 8px !important;
}

.product-text {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    flex-direction: column;
    width: 495px;
}

.product-block__text {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 171px;
}

/* 
.product-block {
} */

.product {
    position: relative;
    background-color: var(--pale);
    margin-top: 81px;
}

.product-line {
    border-bottom: 1px solid rgba(32, 72, 79, 0.10);
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

.product-button {
    display: inline-flex;
    height: 115px;
    padding: 28px 120px 28px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 12px;
    background: white;
    color: black;
    border: 1px solid rgba(32, 72, 79, 0.10);

}

.product-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.product-block__buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.answear {
    padding-bottom: 125px;
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--pale);
}

.answear-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.answear-cards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 35px;
}

.answear-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    width: 266px;
}

.answear-circle {
    width: 56px;
    height: 56px;
    background-color: var(--lighter__p);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-article {
    color: black !important;
}

.article-h2 {
    width: 446px;
}

.article-h5 {
    width: 428px;
    margin-top: 23px;
    margin-bottom: 159px;
}

.article-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;

}

.article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-left: 120px;
}