/* =========================================================
   PROPERĀ — SIZE GUIDE
   ========================================================= */

.propera-size-guide {
    width: 100%;
    background: #ffffff;
    color: #063f63;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.propera-size-guide__container {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 90px 0 120px;
}


/* =========================================================
   TITLE
   ========================================================= */

.propera-size-guide__eyebrow {
    margin-bottom: 16px;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;

    letter-spacing: 0.12em;

    color: rgba(6, 63, 99, 0.5);
}


.propera-size-guide__title {
    max-width: 950px;

    margin: 0 0 65px !important;

    font-size: 54px !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;

    letter-spacing: -0.035em !important;

    color: #063f63 !important;
}


/* =========================================================
   CONTENT
   ========================================================= */

.propera-size-guide__content {
    max-width: 820px;

    font-size: 17px;
    line-height: 1.65;

    color: rgba(6, 63, 99, 0.82);
}


.propera-size-guide__content p {
    margin: 0 0 28px;
}


.propera-size-guide__content h2 {
    margin: 55px 0 18px !important;

    font-size: 27px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    color: #063f63 !important;
}


.propera-size-guide__content h3 {
    margin: 35px 0 14px !important;

    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;

    color: #063f63 !important;
}


/* =========================================================
   LISTS
   ========================================================= */

.propera-size-guide__content ul,
.propera-size-guide__content ol {
    margin: 0 0 30px;
    padding-left: 25px;
}


.propera-size-guide__content li {
    margin-bottom: 12px;
}


/* =========================================================
   MODELS
   ========================================================= */

.propera-size-guide__model {
    margin-bottom: 40px;
}


/* =========================================================
   DOWNLOAD BUTTON
   ========================================================= */

.propera-size-guide__download {
    margin: 40px 0 55px;
}


.propera-size-guide__download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;

    padding: 0 28px;

    border-radius: 30px;

    background: #8f2a91;
    color: #ffffff !important;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


.propera-size-guide__download-button:hover {
    background: #76227a;
    color: #ffffff !important;
    transform: translateY(-1px);
}


/* =========================================================
   EMAIL
   ========================================================= */

.propera-size-guide__content a:not(.propera-size-guide__download-button) {
    color: #8f2a91;
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .propera-size-guide__container {
        width: calc(100% - 36px);
        padding: 60px 0 80px;
    }


    .propera-size-guide__eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }


    .propera-size-guide__title {
        margin-bottom: 45px !important;

        font-size: 34px !important;
        line-height: 1.08 !important;
    }


    .propera-size-guide__content {
        font-size: 15px;
        line-height: 1.6;
    }


    .propera-size-guide__content h2 {
        margin-top: 42px !important;
        font-size: 23px !important;
    }


    .propera-size-guide__content h3 {
        font-size: 18px !important;
    }


    .propera-size-guide__content ul,
    .propera-size-guide__content ol {
        padding-left: 22px;
    }


    .propera-size-guide__download {
        margin: 35px 0 45px;
    }


    .propera-size-guide__download-button {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .propera-size-guide__container {
        width: calc(100% - 24px);
    }


    .propera-size-guide__title {
        font-size: 30px !important;
    }

}