@media only screen and (max-width: 20000px) and (min-width: 1000px){
    /*footer sector*/
    #footer-sector{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: row;
        background-color: #BD84FF;
    }
    .contact-info{
        margin-top: 20px;
        margin-left: 15px;
    }
    .contact-info, .op-hours{
        width: 90%;
        height: 100%;
    }
    .ft-headers{
        font-family: 'Rancho', sans-serif;
        font-size: 50px;
        color: #000000;
    }
    .contact-tel{
        display: flex;
        align-items: center;
        flex-flow: row;
    }
    .contact-info img{
        width: 45px;
    }
    .contact-info a, .contact-info a::before, .contact-info a::after{
        text-decoration: none;
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    }
    .op-hours{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .op-hours ul{
        list-style-type: none;
        margin: 0;
        padding: 0 !important;
    }
    .op-hours ul li{
        height: 25px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        color: #000000;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 400px){
    /*footer sector*/
    #footer-sector{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        flex-flow: column;
        background-color: #BD84FF;
    }
    .contact-info{
        margin-top: 20px;
    }
    .contact-info, .op-hours{
        width: 90%;
        height: auto;
    }
    .ft-headers{
        font-family: 'Rancho', sans-serif;
        font-size: 50px;
        color: #000000;
    }
    .contact-tel{
        display: flex;
        align-items: center;
        flex-flow: row;
    }
    .contact-info img{
        width: 45px;
    }
    .contact-info a, .contact-info a::before, .contact-info a::after{
        text-decoration: none;
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    }
    .op-hours{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .op-hours ul{
        list-style-type: none;
        margin: 0;
        padding: 0 !important;
    }
    .op-hours ul li{
        height: 25px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        color: #000000;
    }
}
@media only screen and (max-width: 400px) and (min-width: 250px){
    /*footer sector*/
    #footer-sector{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        flex-flow: column;
        background-color: #BD84FF;
    }
    .contact-info{
        margin-top: 20px;
        font-size: 14px;
    }
    .contact-info, .op-hours{
        width: 90%;
        height: auto;
    }
    .ft-headers{
        font-family: 'Rancho', sans-serif;
        font-size: 50px;
        color: #000000;
    }
    .contact-tel{
        display: flex;
        align-items: center;
        flex-flow: row;
    }
    .contact-info img{
        width: 35px;
    }
    .contact-info a, .contact-info a::before, .contact-info a::after{
        text-decoration: none;
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    }
    .op-hours{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .op-hours ul{
        list-style-type: none;
        margin: 0;
        padding: 0 !important;
    }
    .op-hours ul li{
        height: 25px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        color: #000000;
    }
}