/* ======================================================
   LIKTEŅA KOREKCIJA
====================================================== */
.page-title{
    margin:30px 0 20px;

    color:#9b6f3c;

    font-family:"Cormorant Garamond",serif;
    font-size:55px;
    font-weight:500;
    line-height:1.1;

    text-align:center;
}
.content-image{
    max-width:1100px;
    margin:0 auto 40px;
}

.content-image img{
    display:block;

    width:100%;
    height:280px;

    object-fit:cover;

    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.18);
}
.gold-button{
    display:inline-block;

    padding:14px 40px;

    background:#b48a2b;
    color:#fff;

    border:none;
    border-radius:30px;

    font-size:16px;
    font-weight:600;

    text-decoration:none;

    cursor:pointer;

    transition:.3s;
}

.gold-button:hover{
    background:#9b741f;

    transform:translateY(-2px);
}

/* ======================================================
   HERO
====================================================== */

.hero{
    padding:70px 0 80px;
}

.hero .container{
    max-width:1000px;
    margin:0 auto;
}


/* ======================================================
   IEVADA TEKSTS
====================================================== */

.intro-text{
    max-width:820px;

    margin:0 auto 40px;

    color:#5b5b5b;

    text-align:center;

    font-size:22px;
    line-height:1.8;
}


/* ======================================================
   IEVADA ATTĒLS
====================================================== */

.intro-image{
    display:block;

    width:100%;
    max-width:900px;

    margin:0 auto 45px;

    border-radius:18px;
}


/* ======================================================
   POGA
====================================================== */

.start-button{
    text-align:center;
}

#startTest{
    min-width:240px;
    padding:18px 40px;
}


/* ======================================================
   IEVADS
====================================================== */

.intro-section{
    box-sizing:border-box;

    width:100%;
    max-width:1400px;

    margin:0 auto 80px;
    padding:0 40px;
}
/* ======================================================
   VIRSRAKSTI
====================================================== */

.intro-section h2{
    margin-bottom:40px;

    color:#8a673e;

    text-align:center;

    font-family:"Cormorant Garamond",serif;
    font-size:64px;
    font-weight:600;
    line-height:1.1;
}

.intro-section h3{
    margin:60px 0 25px;

    color:#8a673e;

    font-family:"Cormorant Garamond",serif;
    font-size:42px;
    font-weight:600;
    line-height:1.2;
}


/* ======================================================
   TEKSTS
====================================================== */

.intro-section p{
    margin-bottom:28px;

    max-width:none;

    color:#555;

    font-size:21px;
    line-height:1.9;

    text-align:justify;
}

.intro-section strong{
    color:#8a673e;
    font-weight:600;
}


/* ======================================================
   SARAKSTS
====================================================== */

.intro-section ul{
    margin:35px 0 45px 30px;
}

.intro-section li{
    margin-bottom:18px;

    color:#555;

    font-size:21px;
    line-height:2;
}
/* ======================================================
   RAKSTA ATTĒLS
====================================================== */

.article-image{
    max-width:1100px;

    margin:50px auto;
}

.article-image img{
    display:block;

    width:100%;
    height:auto;

    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.18);
}

/* ======================================================
   MOBILĀ VERSIJA
====================================================== */

@media (max-width:768px){

    .hero{
        padding:30px 0;
    }

    .intro-section{
        padding:0 15px;
    }

    .intro-section h2{
        font-size:36px;
    }

    .intro-section h3{
        font-size:32px;
    }

    .intro-section p{
        font-size:18px;
        line-height:1.8;
        text-align:left;
    }

    .intro-section li{
        font-size:18px;
        line-height:1.8;
    }
  .content-image{
        margin:20px auto;
    }

    .content-image img{
        width:100%;
        height:180px;

        object-fit:cover;

        border-radius:12px;
    }

    .page-title{
        margin-top:25px;

        font-size:48px;
    }
.article-image{
    margin:35px auto;
}

.article-image img{
    width:100%;
    height:auto;

    border-radius:12px;
}
}

