.buttonswitch{
    color: #ffffff;
    background-color: #F3C008;
    border: none;
    border-radius:20px;
    padding: 25px 80px;
    font-size: 16px;
    
}
.buttonswitch:hover{
    color: #F3C008;
    background-color: #ffffff;
    
}
.switchContent {
    color: #ffffff;
}
.switchContent h3{
    font-size: 48px;
    font-weight: bold;
}
.switchContent h3 img{
    height: 75px;
    width: 250px;
}
.switch-to{
    background-image:url(/Images/Background\ \(1\).png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20vh;
    text-align: center;
    margin: 5% 0;
    height: 70vh;

}
.switch-to h3{
    margin-bottom: 5%;
}


@media only screen and (max-width:1700px) {

    .buttonswitch{
        border-radius:20px;
        padding: 25px 80px;
        font-size: 20px;
        
    }
    
    .switchContent h3{
        font-size: 58px;
        font-weight: bold;
    }
    .switchContent h3 img{
        height: 45px;
        width: 300px;
    }
    .switch-to{
        background-image:url(/Images/Background\ \(1\).png) ;
        background-position: center;
        /* background-repeat: no-repeat;
        background-size: auto; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20vh;
        text-align: center;
        margin: 5% 0;
        height: 70vh;
    
    }
    .switch-to h3{
        margin-bottom: 5%;
    }
}
@media only screen and (max-width:1440px) {
    .buttonswitch{
        border-radius:20px;
        padding: 25px 80px;
        font-size: 16px;
        
    }
    .switchContent h3{
        font-size: 48px;
    }
    .switchContent h3 img{
        height: 40px;
        width: 250px;
    }
    .switch-to{
        padding: 20vh;
        margin: 5% 0 0 0;
        height: 70vh;
    
    
    }
    .switch-to h3{
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:1024px) {



    .buttonswitch{
        border-radius:20px;
        padding: 20px 70px;
        font-size: 14px;
        
    }
    .switchContent h3{
        font-size: 38px;
        font-weight: bold;
    }
    .switchContent h3 img{
        height: 30px;
        width: 200px;
    }
    .switch-to{
        padding: 20vh;
        margin: 5% 0;
        height: 70vh;
    
    
    }
    .switch-to h3{
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:768px) {



    .buttonswitch{
        border-radius:15px;
        padding: 10px 50px;
        font-size: 16px;
        
    }
    .switchContent h3{
        font-size: 26px;
        font-weight: bold;
    }
    .switchContent h3 img{
        height: 20px;
        width: 150px;
    }
    .switch-to{
        padding:5vh 10vh 10vh 10vh;
        margin: 5% 0;
        height: 25vh;
        justify-content: start;
    
    
    }
    .switch-to h3{
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:576px) {



    .buttonswitch{
        border-radius:15px;
        padding: 8px 40px;
        font-size: 14px;
        
    }
    .switchContent h3{
        font-size: 22px;
        font-weight: bold;
    }
    .switchContent h3 img{
        height: 18px;
        width: 125px;
    }
    /* .switch-to{
        padding: 5vh;
        margin: 5% 0;
        height: 40vh;
    
    
    } */
    .switch-to{
        padding:5vh 5vh 5vh 5vh;
        margin: 5% 0 0 0;
        height: 28vh;
        justify-content: start;
    
    
    }
    .switch-to h3{
        margin-bottom: 5%;
    }
}
@media only screen and (max-width:480px) {
.switch-to{
    padding:3vh;
    height: 25vh;
    justify-content: start;
}
}
@media only screen and (max-width:400px) {
    .buttonswitch{
        border-radius:10px;
        padding: 5px 30px;
        font-size: 12px;
        
    }
    .switchContent h3{
        font-size: 20px;
        font-weight: bold;
    }
    .switchContent h3 img{
        height: 15px;
        width: 100px;
    }
    .switch-to{
        padding: 2vh;
        margin: 5% 0 0 0;
        height: 25vh;
    }
    .switch-to h3{
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:360px) {
/* .switch-to{
    height: 40vh;
} */
}