@media (min-width: 1200px) {}

@media (min-width: 1300px) {}

@media (min-width: 992px) {}

@media (max-width: 991px) {

    .hero .hero-img-con{min-height: initial;}
    
    .hero .content {
        margin-top: initial;
    }

    .social img {
        width: 32px;
    }

    .social li {
        padding-left: 10px;
    }

    .dropdown-toggle {
        height: 32px;
        margin-right: 0;
        margin-left: 16px;
        padding: 5px 7px;
    }

    .logo img {
        width: 100px;
    }

    .logo {
        margin: 0;
    }

    header {
        height: 56px;
        padding: 12px 0;
    }

    .main-title {
        font-size: 32px;
        line-height: 38px;
    }

    .hero p {
        font-size: 16px;
        line-height: 19px;
    }

    .store-links li {
        display: inline-block;
        margin-right: 6px;
    }

    .pre-title {

        font-size: 16px;
        line-height: 24px;
    }

    .section-title {
        font-size: 32px;
        line-height: 38px;
    }

    .more-section .text-center {
        text-align: left !important;
    }

    .more-card {
        text-align: left;
        margin-bottom: 40px;
    }

    .more-card img {
        float: left;
        margin-right: 12px;
    }

    .card-title {
        font-size: 16px;
        line-height: 19px;

    }

    .card-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .light,
    .dark {
        padding-bottom: 40px;
    }

    .footer-top {
        padding: 50px 0;
        text-align: left;
    }

    .footer-top .section-title {
        font-size: 32px;
        line-height: 38px;
            margin-bottom: 24px;
    }

    .footer {
        padding: 48px 0 48px;
        text-align: center;
    }
    
    .footer .social img{width: 40px;}

    .footer .contact {
        text-align: center;
        margin-bottom: 72px;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer .privacy {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .copyrights {
        margin-bottom: 0;
    }

    .footer-bottom {
        height: 53px;
        padding: 13px;
    }
    .store-links{display: flex;}
    .store-links li img{width: 100%;}
    
    
    
    
    
    
    
    
    .privacy-title{
font-size: 32px;
line-height:38px;
text-align: start;
margin-bottom: 12px;
margin-top: 32px;
}
.privacy  .content{margin-bottom: 80px;}
.privacy p{
    
font-weight: 400;
font-size: 19px;
line-height: 28px;
color: #6F6B64;}


    .footer-top{background: none;background-color: #297764;}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}