/**************************************************/
/* MEDIA QUERIES
/**************************************************/
@media only screen and (max-width: 1200px) {
    .container {max-width: 100% !important;}
    .row {margin-left: 0 !important; margin-right: 0 !important;}
}
@media only screen and (max-width: 1120px) {
    #best-choice img {display: none;}
    #best-choice .row div div, #best-choice h3 {width: 100% !important; position: relative; text-align: center !important; left: 0 !important; top: 0 !important;}
    #best-choice h3 {margin-bottom: 50px;}
}
@media only screen and (max-width: 1096px) {
    .four-pillars div {max-width: 50%; flex: 0 0 50%; margin-bottom: 40px;}
    #four-pillars p {width: 50%; margin: 0 auto;}
}
@media only screen and (max-width: 990px) {
    #contact .row div {max-width: 100%; flex: 0 0 100%; text-align: center;}
    #contact .pipedriveWebForms {width: 100% !important;}
    #logo-footer {margin: 60px auto 0 auto;}
    #main-banner img {max-width: 100%;}
}
@media only screen and (max-width: 930px) {
    #banner-seno .row div {max-width: 100%; flex: 0 0 100%; text-align: center;}
    #banner-seno h5, #banner-seno h6 {width: 100%;}
    #banner-seno h5 {margin-top: 50px;}
    #banner-seno img {max-width: 100%;}
}
@media only screen and (max-width: 918px) {
    #four-pillars p {width: 60%; margin: 0 auto; font-size: 15px;}
}
@media only screen and (max-width: 745px) {
    #four-pillars p {width: 75%;}
}
@media only screen and (max-width: 620px) {
    #four-pillars p {width: 85%;}
}
@media only screen and (max-width: 576px) {
    #four-pillars p {width: 100%;}
}
@media only screen and (max-width: 556px) {
    .four-pillars div {max-width: 100%; flex: 0 0 100%; margin-bottom: 40px;}
    #four-pillars p {width: 50%;}
}
@media only screen and (max-width: 460px) {
    #four-pillars p {width: 65%;}
    #four-pillars img {max-width: 100%;}
}
@media only screen and (max-width: 375px) {
    #four-pillars p {width: 80%;}
}
@media only screen and (max-width: 320px) {
    #four-pillars p {width: 100%;}
}






