.aptechka__use-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}

.aptechka__use-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 450px;
}

.aptechka__use-logo {
    width: 100%;
    max-width: 130px;
}

.aptechka__use-description {
    color: #1F3B71;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__use-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1230px;
    gap: 20px;
}

.aptechka__use-instructions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #EDF8FF;
    border-radius: 16px;
    padding: 24px 30px;
    height: 316px;
}

.aptechka__use-instructions-icon {
    width: 100%;
    max-width: 140px;
}

.aptechka__use-instructions-text {
    color: #1F3B71;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    max-width: 510px;
}

.aptechka__use-instructions-number {
    font-weight: 500;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 18px;
    color: #1F3B71;
}

.aptechka__use-find {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    padding: 16px 40px;
    border-radius: 68px;
    border: 1px solid #F69FA5;
}

.aptechka__use-find:hover {
    background-color: #FFF4F2;
    transition: 0.3s ease;
}

.aptechka__use-find span {
    color: #1F3B71;
    text-align: center;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 1200px) {
    .aptechka__use-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: auto;
    }
}

@media (max-width: 900px) {
    .aptechka__use-description {
        font-size: 18px;
    }

    .aptechka__use-wrapper {
        gap: 40px;
        margin-bottom: 60px;
    }

    .aptechka__use-instructions-text {
        font-size: 16px;
    }

    .aptechka__use-find {
        width: 100%;
        max-width: 420px;
        justify-content: center;

    }

    .aptechka__use-instructions {
        height: 300px;
        padding: 20px;
        max-width: 244px;
    }
}

@media (max-width: 600px) {
    .aptechka__use-main {
        gap: 10px;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aptechka__use-txt {
        width: auto;
    }

    .aptechka__use-instructions {
        gap: 16px;
        width: 100%;
        min-width: 0;
        height: 100%;
        max-height: 360px;
    }

    .aptechka__use-instructions-icon {
        width: 100%;
        max-width: 140px;
    }

    .aptechka__use-instructions-text {
        text-align: center;
    }

    .aptechka__use-find span {
        font-size: 18px;
    }

    .aptechka__use-txt h2 {
        margin: auto;
        max-width: 230px;
    }
}
