.class-packs-page {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.class-packs-page .title {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin: 4rem auto auto auto;
    color: #caa74d;    
}
    @media (max-width: 700px) {
        .class-packs-page .title {
            font-size: 7.5vw;
            line-height: 8vw;
            margin: 2rem auto auto auto;
        }
    }

.class-packs-page p {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    box-sizing: border-box;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
    @media (max-width: 1000px) {
        .class-packs-page p {
            width: 100%;
            padding: 2rem;
            font-size: 4vw;
            line-height: 5vw;
        }
    }

.class-packs-page hr {
    width: 900px;
    margin: 1rem auto 2rem auto;
    background-color: #caa74d;
    height: 3px;
    opacity: 1;
    border: none;
}
    @media (max-width: 1000px) {
        .class-packs-page hr {
            width: 300px;
        }
    }

.class-packs-page .packs {
    width: 65%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
    @media (max-width: 900px) {
        .class-packs-page .packs {
            width: 80%;
            padding: 0;
        }
    }
    @media (max-width: 580px) {
        .class-packs-page .packs {
            width: 100%;
            padding: 0 4rem;
        }
    }
    @media (max-width: 450px) {
        .class-packs-page .packs {
            display: block;
        }
    }


.class-packs-page .class-pack-thumb {
    width: 25%;
    box-sizing: border-box;
    margin: 0 1rem;
    cursor: pointer;
}
    @media (max-width: 900px) {
        .class-packs-page .class-pack-thumb {
            width: 100%;
            
        }
    }

.class-packs-page .class-pack-thumb img {
    padding: 1rem;
    border: 1px solid #d2d2d2;
}

    @media (max-width: 900px) {
        .class-packs-page .class-pack-thumb {
            padding: .5rem;
            margin: 0 .5rem;
        }
        .class-packs-page .class-pack-thumb img {
            padding: .5rem;
            border: 1px solid #d2d2d2;
        }
    }

.class-packs-page .class-pack-thumb h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700 !important;
    text-align: center;
    font-size: 1.7rem !important;
    line-height: 2rem !important;
    margin: 1rem 0 0 0;
    color: #000;        
}
    @media (max-width: 900px) {
        .class-packs-page .class-pack-thumb h2 {
            font-size: 1.25rem !important;
            line-height: 1.25rem !important;
            margin: .7rem 0;
        }
    }

.class-packs-page .class-pack-thumb img, .class-packs-page .class-pack-thumb-small img {
    width: 100%;
}

.class-packs-page .packs-small {
    width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
}
    @media (max-width: 1510px) {
        .class-packs-page .packs-small {
            width: 1024px;
        }
    }
    @media (max-width: 1026px) {
        .class-packs-page .packs-small {
            width: 90%;
            padding: 0 0 3rem 0;
        }
    }
    @media (max-width: 580px) {
        .class-packs-page .packs-small {
            width: 100%;
        }
    }
    @media (max-width: 450px) {
        .class-packs-page .packs-small {
            display: block;
            width: 90%;
        }
    }


.class-pack-thumb-small {
    width: 50%;
    box-sizing: border-box;
    margin: 0 1rem;
    cursor: pointer;
}
    @media (max-width: 900px) {
        .class-pack-thumb-small {
            padding: .5rem;
            margin: 0 .5rem;
        }
    }
    @media (max-width: 450px) {
        .class-pack-thumb-small {
            width: 100%;
            padding: 0 4rem;
            margin: 1rem 0;
        }
    }

.class-pack-thumb-small img {
    padding: 1.5rem;
    border: 1px solid #d2d2d2;
    
}

.class-packs-page .class-pack-thumb-small h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 800 !important;
    text-align: left;
    font-size: 1.2rem !important;
    line-height: 2rem !important;
    margin: 0;
    color: #000;        
}
    @media (max-width: 900px) {
        .class-packs-page .class-pack-thumb-small h3 {
            font-size: .88rem !important;
            line-height: .88rem !important;
            margin: .7rem 0;
        }
    }

.class-packs-page .class-pack-thumb-small h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 800 !important;
    text-align: left;
    font-size: 1.75rem !important;
    line-height: 1.75rem !important;
    margin: 0;
    color: #998547;        
}
    @media (max-width: 900px) {
        .class-packs-page .class-pack-thumb-small h4 {
            font-size: 1.25rem !important;
            line-height: 1.5rem !important;
        }
    }

.signup-cta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
}

.signup-cta .title {
    display: block;
    width: 100%;
}

.signup-cta .left, .signup-cta .right {
    box-sizing: border-box;
    padding: 2rem;
}

.signup-cta .left {
    width: 100%;
}
.signup-cta .right {
    width: 75%;
}

    @media (max-width: 860px) {
        .signup-cta {
            display: block;
        }
        .signup-cta .left, .signup-cta .right {
            width: 100%;
        }
    }

.signup-cta h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 600 !important;
    text-align: center;
    font-size: 2rem !important;
    line-height: 3rem !important;
    margin: 0;
    color: #000;        
}
    @media (max-width: 580px) {
        .signup-cta h1 {
            font-size: 1.75rem !important;
            line-height: 2rem !important;
        }
    }

.signup-cta p {
    font-family: 'Lato', sans-serif;
    font-weight: 500 !important;
    text-align: center;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    width: 90%;
    margin: 0 auto;
    color: #000;     
    padding: 1rem 0;
}
    @media (max-width: 580px) {
        .signup-cta p {
            font-size: 1rem !important;
            line-height: 1.5rem !important;
            padding: 2rem 0;
        }
    }


.signup-cta h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 600 !important;
    text-align: center;
    font-size: 1.75rem !important;
    line-height: 2rem !important;
    margin: 0;
    padding: 1rem 0 2rem 0;
    color: #caa74d;    
}
    @media (max-width: 580px) {
        .signup-cta h2  {
            font-size: 1.25rem !important;
            line-height: 1.8rem !important;
            padding: 0 0 2rem 0;
        }
    }

.signup-cta button {
    appearance: none;
    -webkit-appearance: none;
    padding: 1rem 2.5rem 1.3rem 2.25rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 1rem;
    border: none;
    cursor: pointer;
    background: #d0a63a;
    box-shadow: 0 .25rem .25rem rgba(0,0,0,.5);
}