
#main_section .main-content h2.bmhome-h2 {
    max-width: 100%;
}

#main_section .main-content h1.bmhome-h1 {
    max-width: 700px;
    font-size: clamp(34px, 6vw, 60px);
    line-height: normal;
}

p.brandmentions-header-title {
    margin-bottom: 35px;
    font-size: 16px;
}

p.brandmentions-header-subtitle {
    line-height: normal;
}

#main_section .main-content {
    padding-top: 5%;
}

.brmntions-cta__copy p {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
}

.brmntions-cta__copy span {
    font-size: 10px;
}

@media screen and (max-width: 620px) {
    p.brandmentions-header-title {
        font-size: 18px;
    }

    #main_section .main-content h1.bmhome-h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    #main_section .main-content h2.bmhome-h2 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 50px;
    }

    #main_section .main-content h2.bmhome-h2 span {
        font-size: 18px;
    }

    p.brandmentions-header-subtitle {
        margin-bottom: 50px;
    }

    .brmntions-cta__copy p {
        justify-content: center;
    }

    .brandmentions-header-logo-body .main-content #main_form input {
        width: 100%;
    }

    #main_form #email_address_input {
        margin-bottom: 10px!important;
    }
}


@media screen and (max-width: 1500px) {
    .full {
        max-width: 1024px;
    }
}

@media screen and (max-width: 1400px) {
    .full {
        max-width: 950px;
    }
}

@media screen and (max-width: 1300px) {
    .full {
        max-width: 1118px !important;
    }
}


@media screen and (max-height: 1000px) {
    #main_section .main-content {
        padding-top: 1%;
    }
    p.brandmentions-header-title {
        margin-bottom: 6px;
    }

    #main_section .main-content h1 {
        margin-bottom: 16px;
        margin-top: 40px;
    }

    #main_section .main-content h2 {
        font-size: 21px;
    }

    .brandmentions-header-logo-icons {
        max-width: 300px;
    }

    .brandmentions-header-title {
        margin-top: 30px;
    }

    #tell_me_more_btn {
        bottom: 80px;
    }

    #main_section .main-content h1.bmhome-h1 {
        font-size: clamp(34px, 6vw, 42px);
    }

    p.brandmentions-header-subtitle {
        margin-top: 40px;
    }

    #tell_me_more_btn a {
        width: 150px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }

    .brandmentions-header-subtitle {
        font-size: 20px;
    }
}


@media (max-width: 600px) {

    #main_section {
        background-position: left top;
        background-size: auto 1050px;
    }

    #main_section .product-benefits {
        padding-top: 420px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 450px) {
    #main_section .main-content h1.bmhome-h1 {
        font-size: clamp(29px, 6vw, 42px);
    }
}

@media screen and (max-width: 400px) {
    #main_section .main-content h1.bmhome-h1 {
        font-size: clamp(27px, 6vw, 42px);
    }
}

@media screen and (max-width: 350px) {
    #main_section .main-content h1.bmhome-h1 {
        font-size: clamp(24px, 6vw, 42px);
    }
}