.download_text{
    font-size: 20px;
    color:#f8c947 !important
}
.footer-menus li a{
    color: #f8c947 !important;
    font-size: 16px;
}
.think-footer{
    background: #241823;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.think-footer p{
    color: #f8c947 !important;
    font-size: 12px;
    margin:0; 
    padding: 0;
}
.footer-James-allen-logo {
    width: 250px;
    height: 100px;
}   
.download-btn-box{
    margin-top: 200px;
}
video{
    object-fit: cover;
    margin-top: 15px;
    margin-left: 21px;
    border-radius: 40px;
}

@media screen and (min-width: 300px) and (max-width: 450px) {
    .download-btn-box{
        margin-top: 50px !important;
    }
    .download-btns{
        width: 100% !important;
    }
    .footer-menus{
        flex-direction: column !important;
        gap:20px !important
    }
    .footer-logo-box{
        margin-bottom: 50px;
    }
    .custom-carousel-1{
        background-position: -25px 0 !important;
    }
    video{
        object-fit: cover; 
        margin-top: 15px;
        margin-left: -30px !important; 
        border-radius: 40px;
    }
}