.avyro-app-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 20px 60px;
    background:
        radial-gradient(circle at 12% 80%, rgba(28,111,255,.10), transparent 25%),
        radial-gradient(circle at 88% 20%, rgba(126,211,47,.09), transparent 24%),
        linear-gradient(135deg, #ffffff 0%, #f7faff 55%, #ffffff 100%);
}
.avyro-app-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(50px);
}

.avyro-app-glow-blue {
    width: 220px;
    height: 220px;
    left: -100px;
    bottom: -100px;
    background: rgba(28,111,255,.10);
}

.avyro-app-glow-green {
    width: 200px;
    height: 200px;
    right: -90px;
    top: -90px;
    background: rgba(126,211,47,.09);
}

.avyro-app-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.avyro-app-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 15px;

    border: 1px solid rgba(28,111,255,.18);
    border-radius: 30px;

    background: rgba(255,255,255,.75);

    color: #1264dc;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .7px;

    box-shadow: 0 5px 20px rgba(20,80,150,.06);
}

.avyro-app-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7bc92b;
    box-shadow: 0 0 0 4px rgba(123,201,43,.12);
}


.avyro-app-container h1 {
    max-width: 760px;
    margin: 22px auto 0;

    color: #102044;

    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;

    letter-spacing: -2.5px;
    font-weight: 800;
}

.avyro-app-container h1 span {
    display: block;

    background: linear-gradient(
        90deg,
        #075fe2,
        #2d8cff
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.avyro-app-container p {
    max-width: 590px;

    margin: 20px auto 0;

    color: #61718d;

    font-size: 16px;
    line-height: 1.65;
}


.avyro-app-buttons {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 13px;

    margin-top: 25px;
}

.avyro-app-primary,
.avyro-app-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 46px;

    padding: 0 21px;

    border-radius: 10px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: .25s ease;
}


.avyro-app-primary {
    color: #fff;

    background: linear-gradient(
        135deg,
        #075de0,
        #238bff
    );

    box-shadow: 0 9px 22px rgba(20,102,225,.20);
}

.avyro-app-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(20,102,225,.25);
}

.avyro-app-primary i {
    font-size: 11px;
}


.avyro-app-secondary {
    color: #17376d;

    border: 1px solid rgba(23,63,145,.25);

    background: rgba(255,255,255,.8);
}

.avyro-app-secondary:hover {
    color: #075de0;
    border-color: #075de0;
    transform: translateY(-2px);
}


.avyro-app-tags {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

    margin-top: 25px;
}

.avyro-app-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 12px;

    border-radius: 8px;

    background: #ffffff;

    border: 1px solid rgba(25,75,150,.08);

    color: #536681;

    font-size: 11px;
    font-weight: 600;

    box-shadow: 0 5px 15px rgba(20,60,120,.05);
}

.avyro-app-tags i {
    color: #176ee8;
    font-size: 12px;
}

.avyro-app-tags span:nth-child(3) i {
    color: #7bc92b;
}


@media (max-width: 650px) {

    .avyro-app-hero {
        padding: 34px 16px 40px;
    }

    .avyro-app-container h1 {
        margin-top: 20px;
        font-size: 38px;
        letter-spacing: -1.8px;
    }

    .avyro-app-container p {
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.6;
    }

    .avyro-app-buttons {
        margin-top: 22px;
        gap: 10px;
    }

    .avyro-app-primary,
    .avyro-app-secondary {
        min-height: 44px;
        padding: 0 17px;
        font-size: 12px;
    }

    .avyro-app-tags {
        margin-top: 22px;
        gap: 7px;
    }

    .avyro-app-tags span {
        padding: 7px 10px;
        font-size: 10px;
    }
}

@media (max-width: 400px) {

    .avyro-app-container h1 {
        font-size: 33px;
    }

    .avyro-app-container p {
        font-size: 13px;
    }
}



.avyro-app-services {
    position: relative;
    padding: 78px 20px 82px;
    background: #ffffff;
    overflow: hidden;
}

.avyro-app-services-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}


.avyro-app-services-head {
    max-width: 1100px;
    margin-bottom: 30px;
}

.avyro-app-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #176ee8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.avyro-app-services-head h2 {
    margin: 0;
    color: #0b1b38;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -1.8px;
    font-weight: 800;
}

.avyro-app-services-head h2 span {
    display: block;
}

.avyro-app-services-head p {
    max-width: 720px;

    margin: 14px 0 0;

    color: #60718d;

    font-size: 15px;
    line-height: 1.7;
}


.avyro-app-service-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;
}




.avyro-app-service-card {
    min-height: 210px;

    padding: 22px;

    border: 1px solid #dce9f9;
    border-radius: 17px;

    background: #ffffff;

    box-shadow: 0 12px 32px rgba(21, 79, 145, 0.055);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.avyro-app-service-card:hover {
    transform: translateY(-5px);

    border-color: #bcd8fa;

    box-shadow: 0 18px 38px rgba(21, 79, 145, 0.10);
}


.avyro-app-service-icon {
    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 12px;

    font-size: 17px;
}

.avyro-app-service-icon.blue {
    color: #126bea;
    background: #edf5ff;
}

.avyro-app-service-icon.green {
    color: #6bbd24;
    background: #f1fae9;
}

.avyro-app-service-card h3 {
    margin: 0 0 10px;
    color: #0b1b38;
    font-size: 18px;
    line-height: 1.25;

    font-weight: 750;
}

.avyro-app-service-card p {
    margin: 0;

    color: #647691;

    font-size: 14px;
    line-height: 1.65;
}


@media (max-width: 850px) {

    .avyro-app-services {
        padding: 65px 20px 70px;
    }

    .avyro-app-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .avyro-app-services {
        padding: 55px 17px 60px;
    }

    .avyro-app-services-head {
        margin-bottom: 25px;
    }

    .avyro-app-services-head h2 {
        font-size: 31px;
        letter-spacing: -1.2px;
    }

    .avyro-app-services-head p {
        font-size: 14px;
        line-height: 1.65;
    }

    .avyro-app-service-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .avyro-app-service-card {
        min-height: auto;
        padding: 20px;
    }

}



.avyro-app-strategy {
    position: relative;
    overflow: hidden;
    padding: 85px 20px;
    background: #f4faff;
}

.avyro-app-strategy-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;

    background-image:
        linear-gradient(rgba(20, 105, 220, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 105, 220, 0.07) 1px, transparent 1px);

    background-size: 58px 58px;
}


/* CONTAINER */

.avyro-app-strategy-container {
    position: relative;
    z-index: 2;

    max-width: 1030px;
    margin: auto;

    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 70px;

    align-items: start;
}

.avyro-strategy-content {
    padding: 38px 35px;

    min-height: 355px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #071c3d 0%,
            #103d87 55%,
            #0b9bd1 100%
        );

    box-shadow:
        0 25px 55px rgba(15, 75, 150, 0.20);

    color: #ffffff;
}


.avyro-strategy-label {
    display: inline-block;

    margin-bottom: 22px;

    color: #ffffff;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.8px;
}


.avyro-strategy-content h2 {
    margin: 0;
    max-width: 440px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 42px);

    line-height: 1.08;

    letter-spacing: -1.5px;
}


.avyro-strategy-content h2 span {
    color: #8bd832;
}


.avyro-strategy-content p {
    max-width: 440px;

    margin: 22px 0 0;

    color: rgba(255, 255, 255, 0.82);

    font-size: 14px;

    line-height: 1.7;
}


.avyro-strategy-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 27px;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;
}


.avyro-strategy-link i {
    font-size: 11px;

    transition: transform 0.3s ease;
}


.avyro-strategy-link:hover {
    color: #9be344;
}


.avyro-strategy-link:hover i {
    transform: translate(3px, -3px);
}

.avyro-strategy-list {
    display: flex;

    flex-direction: column;

    gap: 18px;
}


.avyro-strategy-card {
    display: grid;

    grid-template-columns: 155px 1fr;

    min-height: 145px;

    overflow: hidden;

    border: 1px solid rgba(18, 105, 225, 0.13);

    border-radius: 20px;

    background: rgba(255, 255, 255, 0.94);

    box-shadow:
        0 12px 35px rgba(20, 70, 130, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.avyro-strategy-card:hover {
    transform: translateY(-5px);

    border-color: rgba(18, 105, 225, 0.28);

    box-shadow:
        0 20px 42px rgba(20, 70, 130, 0.12);
}


.avyro-strategy-image {
    display: flex;

    align-items: center;
    justify-content: center;

    padding: 15px;

    background:
        linear-gradient(
            145deg,
            #eef7ff,
            #e5f1ff
        );
}


.avyro-app-preview,
.avyro-business-preview,
.avyro-system-preview {
    width: 100px;
    height: 105px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 8px;

    border-radius: 18px;

    background: #ffffff;

    border: 1px solid rgba(20, 105, 220, 0.10);

    box-shadow: 0 12px 25px rgba(20, 70, 130, 0.10);
}


.avyro-app-preview i,
.avyro-business-preview i,
.avyro-system-preview i {
    color: #096cf0;

    font-size: 31px;
}


.avyro-app-preview span {
    color: #0d2855;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;
}


.avyro-business-preview i {
    color: #78c82b;
}


.avyro-system-preview i {
    color: #0879e8;
}
.avyro-card-content {
    position: relative;

    padding: 17px 22px 16px;
}


.avyro-card-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin-bottom: 10px;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0867ec,
            #129ddd
        );

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 8px 18px rgba(12, 110, 235, 0.20);
}


.avyro-strategy-card:nth-child(2)
.avyro-card-number {
    background:
        linear-gradient(
            135deg,
            #69bd21,
            #94d83c
        );

    box-shadow:
        0 8px 18px rgba(110, 190, 35, 0.20);
}


.avyro-strategy-card:nth-child(3)
.avyro-card-number {
    background:
        linear-gradient(
            135deg,
            #075de0,
            #328fff
        );
}


.avyro-card-content h3 {
    margin: 0;
    color: #0b1d3b;
    font-size: 20px;
    line-height: 1.2;
}


.avyro-card-content p {
    max-width: 400px;

    margin: 8px 0 0;

    color: #607493;

    font-size: 13px;

    line-height: 1.65;
}

@media (max-width: 900px) {

    .avyro-app-strategy-container {
        grid-template-columns: 1fr;

        max-width: 700px;

        gap: 35px;
    }

    .avyro-strategy-content {
        min-height: auto;
    }

}

@media (max-width: 600px) {

    .avyro-app-strategy {
        padding: 55px 16px;
    }

    .avyro-app-strategy-container {
        gap: 25px;
    }

    .avyro-strategy-content {
        padding: 28px 24px;

        border-radius: 18px;
    }

    .avyro-strategy-content h2 {
        font-size: 29px;

        letter-spacing: -1px;
    }

    .avyro-strategy-content p {
        font-size: 13px;
    }

    .avyro-strategy-card {
        grid-template-columns: 100px 1fr;

        min-height: 125px;

        border-radius: 16px;
    }

    .avyro-strategy-image {
        padding: 10px;
    }

    .avyro-app-preview,
    .avyro-business-preview,
    .avyro-system-preview {
        width: 75px;
        height: 82px;

        border-radius: 14px;
    }

    .avyro-app-preview i,
    .avyro-business-preview i,
    .avyro-system-preview i {
        font-size: 24px;
    }

    .avyro-card-content {
        padding: 14px 14px;
    }

    .avyro-card-number {
        width: 34px;
        height: 34px;

        margin-bottom: 7px;

        border-radius: 9px;

        font-size: 11px;
    }

    .avyro-card-content h3 {
        font-size: 16px;
    }

    .avyro-card-content p {
        font-size: 11px;

        line-height: 1.5;
    }

}

@media (max-width: 400px) {

    .avyro-strategy-card {
        grid-template-columns: 85px 1fr;
    }

    .avyro-app-preview,
    .avyro-business-preview,
    .avyro-system-preview {
        width: 65px;
        height: 72px;
    }

    .avyro-card-content h3 {
        font-size: 15px;
    }

    .avyro-card-content p {
        font-size: 10.5px;
    }

}
.avyro-app-work {
    position: relative;
    overflow: hidden;

    padding: 85px 20px 90px;

    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(20, 155, 235, 0.10),
            transparent 28%
        ),
        #f5faff;
}


/* BACKGROUND GRID */

.avyro-work-bg {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(20, 105, 220, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(20, 105, 220, 0.055) 1px,
            transparent 1px
        );

    background-size: 60px 60px;
}


/* CONTAINER */

.avyro-work-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1080px;

    margin: auto;
}

.avyro-work-heading {
    max-width: 720px;

    margin: 0 auto 42px;

    text-align: center;
}


.avyro-work-heading > span {
    display: block;

    margin-bottom: 10px;

    color: #53719d;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;
}


.avyro-work-heading h2 {
    margin: 0;

    color: #081b3a;
    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.12;

    letter-spacing: -1.5px;
}


.avyro-work-heading h2 strong {
    color: #126bea;

    font-weight: 800;
}


.avyro-work-heading p {
    max-width: 650px;

    margin: 18px auto 0;

    color: #607595;

    font-size: 14px;

    line-height: 1.7;
}

.avyro-work-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.avyro-work-card {
    display: block;

    overflow: hidden;

    border-radius: 20px;

    background: #ffffff;

    border: 1px solid rgba(25, 105, 220, 0.10);

    text-decoration: none;

    box-shadow:
        0 12px 35px rgba(25, 70, 130, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.avyro-work-card:hover {
    transform: translateY(-7px);

    border-color: rgba(25, 105, 220, 0.22);

    box-shadow:
        0 22px 45px rgba(25, 70, 130, 0.14);
}

.avyro-work-image {
    position: relative;

    overflow: hidden;

    aspect-ratio: 1.45 / 1;

    background: #edf5ff;
}


.avyro-work-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}


.avyro-work-card:hover
.avyro-work-image img {
    transform: scale(1.045);
}

.avyro-work-info {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 18px 20px 20px;
}


.avyro-work-info span {
    display: block;

    margin-bottom: 7px;

    color: #2878dc;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 0.8px;
}


.avyro-work-info h3 {
    margin: 0;

    color: #0c2348;
    font-size: 17px;

    line-height: 1.25;
}


.avyro-work-info > i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex-shrink: 0;

    border-radius: 50%;

    color: #ffffff;

    background: linear-gradient(
        135deg,
        #0866e9,
        #2b8cff
    );

    font-size: 12px;

    transition:
        transform 0.3s ease;
}


.avyro-work-card:hover
.avyro-work-info > i {
    transform: translate(2px, -2px);
}
.avyro-work-button {
    display: flex;

    justify-content: center;

    margin-top: 35px;
}


.avyro-work-button a {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 22px;

    border-radius: 10px;

    color: #ffffff;

    background: #0b62d8;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 10px 25px rgba(11, 98, 216, 0.20);

    transition: 0.3s ease;
}


.avyro-work-button a:hover {
    background: #084da9;

    transform: translateY(-3px);
}


.avyro-work-button i {
    font-size: 11px;

    transition: transform 0.3s ease;
}


.avyro-work-button a:hover i {
    transform: translateX(4px);
}


@media (max-width: 850px) {

    .avyro-app-work {
        padding: 70px 20px;
    }

    .avyro-work-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .avyro-app-work {
        padding: 55px 16px 65px;
    }

    .avyro-work-heading {
        margin-bottom: 30px;
    }

    .avyro-work-heading h2 {
        font-size: 30px;

        letter-spacing: -0.8px;
    }

    .avyro-work-heading p {
        margin-top: 14px;

        font-size: 13px;
    }

    .avyro-work-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .avyro-work-card {
        border-radius: 16px;
    }

    .avyro-work-info {
        padding: 15px 16px 17px;
    }

    .avyro-work-info h3 {
        font-size: 16px;
    }

    .avyro-work-info > i {
        width: 34px;
        height: 34px;
    }

}

.avyro-app-faq {
    position: relative;
    padding: 90px 20px 100px;
    background: #ffffff;
    overflow: hidden;
}

.avyro-app-faq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e4efff;
}


.avyro-faq-head {
    position: relative;
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.avyro-faq-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #35639b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.avyro-faq-head h2 {
    margin: 0;
    color: #071a33;
    font-size: clamp(32px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.avyro-faq-head p {
    max-width: 700px;
    margin: 16px auto 0;
    color: #637899;
    font-size: 15px;
    line-height: 1.7;
}

.avyro-faq-list {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}
.avyro-faq-item {
    margin-bottom: 10px;
    border: 1px solid #dbe9fb;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.avyro-faq-item:hover {
    border-color: #c8ddfa;
    box-shadow: 0 10px 28px rgba(18, 76, 145, 0.06);
}

.avyro-faq-question {
    width: 100%;
    min-height: 70px;
    padding: 0 20px;
    border: 0;
    outline: none;
    background: transparent;
    color: #071a33;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    text-align: left;
    cursor: pointer;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
}
body {
    font-family: "Poppins", sans-serif;
}

.avyro-app-hero,
.avyro-app-services,
.avyro-app-strategy,
.avyro-app-work,
.avyro-app-faq {
    font-family: "Poppins", sans-serif;
}

.avyro-app-hero h1,
.avyro-app-hero h2,
.avyro-app-hero h3,
.avyro-app-hero p,
.avyro-app-hero span,
.avyro-app-hero a,
.avyro-app-services h2,
.avyro-app-services h3,
.avyro-app-services p,
.avyro-app-services span,
.avyro-app-services a,
.avyro-app-strategy h2,
.avyro-app-strategy h3,
.avyro-app-strategy p,
.avyro-app-strategy span,
.avyro-app-strategy a,
.avyro-app-work h2,
.avyro-app-work h3,
.avyro-app-work p,
.avyro-app-work span,
.avyro-app-work a,
.avyro-app-faq h2,
.avyro-app-faq h3,
.avyro-app-faq p,
.avyro-app-faq span,
.avyro-app-faq button {
    font-family: "Poppins", sans-serif;
}

.avyro-app-hero i,
.avyro-app-services i,
.avyro-app-strategy i,
.avyro-app-work i,
.avyro-app-faq i {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal;
    font-weight: 900;
}

.avyro-app-hero i.fab,
.avyro-app-services i.fab,
.avyro-app-strategy i.fab,
.avyro-app-work i.fab,
.avyro-app-faq i.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
}

.avyro-faq-question i {
    width: 30px;
    height: 30px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #0878f9;
    background: #eef6ff;

    font-size: 11px;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.avyro-faq-item.active {
    border-color: #cfe3fc;
}

.avyro-faq-item.active .avyro-faq-question i {
    color: #ffffff;
    background: linear-gradient(135deg, #0878f9, #18a7df);
}

.avyro-faq-answer {
    display: none;
    padding: 0 60px 22px 20px;
}

.avyro-faq-item.active .avyro-faq-answer {
    display: block;
}

.avyro-faq-answer p {
    margin: 0;
    color: #607696;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 650px) {

    .avyro-app-faq {
        padding: 40px 16px 40px;
    }

    .avyro-faq-head {
        margin-bottom: 28px;
    }

    .avyro-faq-head h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .avyro-faq-head p {
        font-size: 14px;
        line-height: 1.65;
    }

    .avyro-faq-question {
        min-height: 64px;
        padding: 0 16px;
        font-size: 14px;
    }

    .avyro-faq-answer {
        padding: 0 48px 20px 16px;
    }

    .avyro-faq-answer p {
        font-size: 13px;
    }

}