
.sec1 {
    background: white;
    height: auto;
    padding-top: 50px;
}

.sec1 .container .col-12,
.sec1 .container .col-9,
.sec1 .container .col-8,
.sec1 .container .col-7,
.sec1 .container .col-6 {
    margin: 0 0 3em 0;
}

/* extra spacing when caption is side-by-side */
.sec1 .container .vertical-col {
    margin-bottom: 7em;  
}

.headerText {
    color: var(--text-color);
    margin-bottom: 40px;
}


.headerText h2 {
    font-family: var(--font-primary);
    font-size: 3rem;
    margin-bottom: 28px;
    color: var(--text-color);
}

.headerText p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: var(--text-color);
    text-align: justify;
}

img.imgBx {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

img.imgBx.v {
    object-fit: contain;
    margin-left: auto;
    width: 100%;
}

img.imgBx.h {
    height: 92vh;
    object-fit: contain;
}

.caption {
    color: var(--text-color);
}

.caption p {
    padding-top: 12px;
    font-family: var(--font-secondary);
    font-size: calc(1.3 * 1rem);
    font-weight: 300;
    letter-spacing: 0.01em;
}

a:hover {
    text-decoration: none;
}


@media (max-width: 1100px) {
    .container {
        max-width: calc(100% - 6vw);
    }

    .caption p {
        font-size: calc(0.3 * 1.2vh + 16px);
    }
}

@media (max-width: 992px) {
    .statement-content .headerText h2 {
        font-size: 3rem;
        margin-bottom: 30px;
    }    
}


@media (max-width: 768px) {
    .headerText h2 {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }

    img.imgBx {
        height: auto;
    }

    img.imgBx.v {
        height: auto;
    }    

    .headerText p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .headerText h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .headerText p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 18px;
    }
}

@media (max-width: 465px) {
    img.imgBx {
        height: 400px;
    }
}

@media (max-width: 380px) {
    .sec1 {
        padding-top: 47px;
    }

    img.imgBx {
        height: 300px;
    }
}


@media (min-width: 768px) {
    img.imgBx.v {
        width: unset;
    }
}


@media (min-width: 1100px){
    .container {
        max-width: 1030px;
    }
}

@media (min-width: 1300px){
    .container {
        max-width: 1000px;
    }
}






