@media screen and (min-width: 1500px) {
    .vara-columns:after {
        left: 48%;
    }
}
@media screen and (max-width: 1199px) {
    .main-header .main-nav {
        position: fixed;
        top: 67px;
        right: 0;
        left: auto;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        max-width: 300px;
        padding-top: 10px;
        padding-left: 30px;
        bottom: 0;
        z-index: 1000;
        opacity: 0;
        transform: translate(100%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow-y: auto;
        padding-bottom: 40px;
    }

    .main-header .navbar-fixed-top {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .main-header .navbar-fixed-top.bg-full {
        background: rgba(255, 255, 255, 1);
    }

    .main-header .navbar-nav>li:hover .dropdown {
        display: none;
    }

    .main-header .navbar-nav>li:hover .fa {
        transform: rotate(0);
    }

    .main-header .navbar-nav>li .fa:before {
        font-size: 15px;
        font-weight: 400;
        margin-left: 5px;
    }

    .main-header .navbar-nav>li .fa {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: inline-block;
    }

    .main-header .navbar-nav>li .fa.rot {
        transform: rotate(-180deg);
    }


    .main-header .main-nav.menu-open {
        opacity: 1;
        transform: translate(0);
    }

    .main-header .navbar-nav {
        margin: 0;
        height: auto;
        float: none;
        display: inline-block;
    }

    .main-header .navbar-nav>li {
        float: none;
        padding: 0;
    }

    .main-header .navbar-right {
        float: none !important;
        display: block;
    }

    .main-header .navbar-right li {
        display: inline-block;
    }

    .main-header .navbar-nav>li .dropdown {
        display: none;
        position: static;
        min-width: 100%;
        width: 100%;
        padding-left: 40px;
    }

    .main-header .navbar-nav>li .dropdown li a {
        padding: 10px 15px;
    }

    /*menu-button*/
    .menu-button {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button span {
        width: 30px;
        height: 4px;
        background: #35bade;
        display: block;
        position: relative;
        transition: background 0s 0.3s;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-button span:after,
    .menu-button span:before {
        content: '';
        align-content: space-between;
        position: absolute;
        width: 100%;
        height: 4px;
        background: #35bade;
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
        border-radius: 4px;
    }

    .menu-button span:after {
        top: -7px;
        transition-property: top, transform;
    }
    .menu-button span:before {
        bottom: -7px;
        transition-property: bottom, transform;
    }

    .menu-button.open span:after {
        top: 0;
        transform: rotate(45deg);
    }

    .menu-button.open span {
        background: transparent;
    }

    .menu-button.open span:before {
        bottom: 0;
        transform: rotate(-45deg);
    }
    .menu-button.open span:after,
    .menu-button.open span:before {
        transition-delay: 0s, 0.3s;
    }

    .main-footer .footer-social li {
        margin-right: 0px;
    }

    .info-section .info-container.right {
        padding-left: 0;
    }

    .info-section .info-container .info-text-wrapper {
        padding-left: 10px;
    }

    .laptop-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .laptop-section .btn-wrapper {
        padding-top: 30px;
    }

    .steps-section {
        padding-top: 25px;
    }

    .target-section {
        padding-bottom: 25px;
    }

    .start-now-section {
        padding-bottom: 140px;
    }

    .main-header .navbar-nav>li {
        position: relative;
        display: block;
        width: 100%;
    }

    .main-header .navbar-nav>li .mobile-toggle {
        display: block;
        height: 40px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
    }

    .main-header .navbar-nav {
        display: block;
    }

    .main-header .navbar-nav>li a {
        display: inline-block;
        z-index: 10;
    }
    .main-header .navbar-nav>li .fa.fa-plus {
        display: inline-block;
    }

    .main-header .navbar-nav>li .dropdown li a {
        display: inline-block;
        z-index: 1;
    }

    .vara-columns:after {
        left: 50%;
    }
}

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

    .vara-columns:after {
        display: none;
    }
    .target-section .target-wrapper .target-list-wrapper ul li {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .target-section .target-wrapper img {
        width: 27%;
    }

    .target-section .target-wrapper .target-list-wrapper {
        margin-top: 0;
    }

    .target-section .target-wrapper .target-list-wrapper ul li img {
        width: auto;
    }

    .middle-section .top-block {
        text-align: center;
    }

    .middle-section .top-block .text-block {
        margin-bottom: 50px;
    }

    .middle-section .top-block .text-block p,
    .middle-section .top-block .text-block .main-list-wrapper,
    .middle-section .top-block .text-block h2 {
        text-align: left;
    }

    .middle-section .bottom-block .right-block {
        text-align: center;
        margin-bottom: 50px;
    }

    .middle-section .bottom-block .right-block span,
    .middle-section .bottom-block .right-block h2,
    .middle-section .bottom-block .right-block p,
    .middle-section .bottom-block .right-block .bottom-list-wrapper {
        text-align: left;
    }

    .middle-section .img-block.img-phone {
        text-align: center;
    }

    .main-footer .footer-social li a {
        padding: 4px;
    }

    .main-footer .footer-menu.first {
        padding-left: 0;
    }

    .main-footer .footer-menu.second {
        padding-left: 20px;
    }

    .steps-section h2 {
        margin-bottom: 50px;
    }

    .steps-section .step-item.first .step-text-wrapper {
        margin-bottom: 40px;
    }

    .steps-section .step-item .step-img {
        text-align: center;
    }

    .steps-section .step-item.left .step-img {
        margin-top: 40px;
    }

    .steps-section .step-item.first {
        margin-bottom: 0;
    }

    .target-section .assistant-wrapper .img-wrapper {
        float: none;
        text-align: center;
        margin-top: 30px;
    }

    .target-section .assistant-wrapper .assistant-text {
        float: none;
    }

    .laptop-section img {
        margin: 0 auto;
    }

    .sparrservice-phone-section img {
        margin-top: 50px;
    }

    .sparrservice-phone-section .btn-wrapper {
        text-align: center;
    }

    .sparrservice-target .target-wrapper .target-list-wrapper {
        margin-top: -10px;
    }

    .sparrservice-target .target-wrapper .target-list-wrapper h3 {
        margin-bottom: 5px;
    }

    .sparrservice-target .target-wrapper .target-list-wrapper ul li {
        margin-bottom: 2px;
    }

    .vara-column-wrapper {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 800px) {
    .middle-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .middle-section .top-block .text-block {
        text-align: center;
    }

    .middle-section .text-block p {
        padding-right: 0;
    }

    .middle-section .top-block .text-block ul {
        text-align: left;
        display: inline-block;
    }

    .middle-section .img-block {
        margin-top: 40px;
    }

    .middle-section .top-block {
        padding-bottom: 50px;
    }

    .middle-section .img-block.img-phone {
        text-align: center;
        margin-top: 0;
    }

    .middle-section .bottom-block {
        text-align: center;
    }

    .middle-section .bottom-block .bottom-list-wrapper {
        text-align: center;
    }

    .middle-section .bottom-block .bottom-list-wrapper ul {
        display: inline-block;
        text-align: left;
    }

    .call-to-action .call-left {
        margin-bottom: 50px;
    }

    .main-footer .footer-menu.first {
        padding-left: 0;
    }

    .main-footer .footer-menu.second {
        padding-left: 50px;
    }

    .main-footer .footer-social li a {
        padding: 5px;
    }

    .main-footer .top-footer {
        padding-bottom: 30px;
    }

    .kundservice-section .kund-tabs .nav-tabs>li.active>a,
    .kundservice-section .kund-tabs .nav-tabs>li.active>a:focus,
    .kundservice-section .kund-tabs .nav-tabs>li.active>a:hover,
    .kundservice-section .kund-tabs .nav-tabs>li>a {
        margin-right: 30px;
    }

    .kundservice-section .kund-tabs .nav-tabs {
        text-align: center;
    }

    .nav-tabs>li {
        float: none;
        display: inline-block;
    }

    .kundservice-section .kund-tabs .tab-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .target-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .target-section .assistant-wrapper .assistant-text {
        text-align: center;
        float: none;
    }

    .target-section .assistant-wrapper .assistant-text ul {
        display: inline-block;
        text-align: left;
    }

    .target-section .target-wrapper {
        padding-bottom: 50px;
    }

    .target-section .assistant-wrapper .img-wrapper {
        float: none;
        text-align: center;
        margin-top: 50px;
    }

    .steps-section h2 {
        margin-bottom: 50px;
    }

    .steps-section .step-item.first .step-text-wrapper {
        text-align: center;
    }

    .steps-section .step-item .step-text-wrapper p {
        padding-right: 0;
    }

    .steps-section .step-item .step-text-wrapper h4 {
        margin-bottom: 15px;
    }

    .steps-section .step-item .step-text-wrapper p {
        margin-bottom: 10px;
    }

    .steps-section .step-item .step-img {
        text-align: center;
        margin-top: 30px;
    }

    .steps-section .step-item.left .step-text-wrapper p {
        padding-right: 0;
    }

    .steps-section .step-item.left .step-text-wrapper {
        text-align: center;
    }

    .steps-section .step-item.left ul {
        float: none;
        display: inline-block;
    }

    .steps-section .step-item.right {
        text-align: center;
    }

    .steps-section .step-item.right .step-text-wrapper {
        padding-right: 0;
    }

    .steps-section .step-item.right ul li span {
        max-width: 100%;
    }

    .start-now-section {
        padding-top: 50px;
    }
}

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

    .middle-section .top-block .text-block p,
    .middle-section .top-block .text-block .main-list-wrapper,
    .middle-section .top-block .text-block h2 {
        text-align: center;
    }
    .middle-section .bottom-block .right-block span,
    .middle-section .bottom-block .right-block h2,
    .middle-section .bottom-block .right-block p,
    .middle-section .bottom-block .right-block .bottom-list-wrapper {
        text-align: center;
    }

    .middle-section .bottom-block .right-block {
        margin-bottom: 0;
    }

    .middle-section .top-block .text-block {
        margin-bottom: 0;
    }

    .middle-section .top-block {
        padding-bottom: 30px;
    }

    .middle-section .top-block .template-btn {
        margin-top: 22px;
    }

    .template-btn {
        padding: 9px 20.5px;
        min-width: 160px;
        padding-top: 12px;
    }

    .main-title .template-btn {
        padding: 9px 10.5px;
        min-width: 136px;
        padding-top: 9px;
        font-size: 11.58px
    }

    .main-header .main-nav {
        max-width: 100%;
    }

    .main-section {
        background-position: -4% 100%;
        background-repeat: repeat-x;
        background-size: 111%;
    }
    .main-section .main-title {
        padding-top: 118px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-section .main-title .top-p {
        line-height: 24px;
        font-size: 11px;
    }

    .main-section .main-title h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .main-section .main-title .bottom-p {
        font-size: 14px;
        line-height: 18px;
    }

    .main-section {
        min-height: 500px;
    }

    .middle-section .text-block h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .middle-section {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .middle-section .text-block ul li {
        font-size: 18px;
    }

    .middle-section .img-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .middle-section .img-block.img-phone {
        padding-right: 0;
        padding-left: 0;
    }

    .middle-section .bottom-block .right-block {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .middle-section .bottom-block .right-block h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .middle-section .bottom-block .right-block p {
        font-size: 16px;
    }

    .call-to-action a {
        font-size: 36px;
    }

    .call-to-action {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .main-footer {
        padding-top: 40px;
    }

    .main-footer .top-footer .footer-logo {
        text-align: center;
    }

    .main-footer .top-footer .footer-logo img {
        display: inline-block;
    }

    .main-footer .footer-social {
        margin-top: 25px;
    }

    .main-footer .footer-menu.first {
        text-align: center;
        margin-top: 25px;
    }

    .main-footer .footer-menu.second {
        padding-left: 0;
        text-align: center;
        margin-top: 25px;
    }

    .main-footer .copyright .footer-copyright {
        padding-left: 0;
        text-align: center;
    }

    .omoss-section .omoss-title .title-wrapper {
        padding-top: 118px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .omoss-section .omoss-title .title-wrapper p {
        font-size: 20px;
    }

    .omoss-section .omoss-title {
        min-height: 400px;
    }

    .omoss-section .omoss-content {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .omoss-section .omoss-content .content-inner p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .kundservice-section .kund-title .title-wrapper h1 {
        font-size: 40px;
    }

    .kundservice-section .kund-title .title-wrapper p {
        font-size: 20px;
        line-height: 26px;
    }

    .kundservice-section .kund-title .title-wrapper {
        padding-top: 148px;
    }

    .kundservice-section .kund-title {
        min-height: 400px;
    }

    .kundservice-section .kund-tabs .tab-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-tabs>li {
        display: block;
        margin: 0;
    }

    .kundservice-section .kund-tabs .nav-tabs>li>a:after {
        display: block;
        opacity: 1;
        height: 2px;
    }

    .kundservice-section .kund-tabs .nav-tabs>li.active>a,
    .kundservice-section .kund-tabs .nav-tabs>li.active>a:focus,
    .kundservice-section .kund-tabs .nav-tabs>li.active>a:hover,
    .kundservice-section .kund-tabs .nav-tabs>li>a {
        margin: 0;
    }

    .kundservice-section .kund-tabs .mobile-tab-title {
        display: block;
        border: none;
        padding: 15px 0;
        background: transparent;
        position: relative;
        text-align: center;
        font-size: 16px;
        color: #222b34;
        font-family: 'ProximaNovaRegular', sans-serif;
        cursor: pointer;
    }

    .kundservice-section .kund-tabs .mobile-tab-title:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #35bade;
        position: absolute;
        bottom: 0px;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
    }

    .kundservice-section .kund-tabs .nav-tabs {
        display: none;
    }

    .kundservice-section .kund-tabs .mobile-tab-title:before {
        content: "\f107";
        font-family: 'fontawesome';
        font-size: 20px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        display: block;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .kundservice-section .kund-tabs .mobile-tab-title.tabs-open:before {
        content: "\f107";
        transform: translateY(-50%) rotate(180deg);
    }

    .kundservice-section .kund-tabs {
        padding-bottom: 40px;
    }

    .kundservice-section .kund-tabs .nav-tabs-line {
        height: 46px;
    }

    .idskyd-section .hero-wrapper {
        background-position: bottom left;
    }

    .idskyd-section .hero-wrapper .hero-title {
        padding-top: 128px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .idskyd-section .hero-wrapper .hero-title p {
        padding-right: 0;
    }

    .dark-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .idskyd-section .hero-wrapper {
        min-height: 510px;
    }

    .info-section .info-container {
        text-align: center;
    }

    .info-section .info-container img {
        float: none;
        margin-bottom: 15px;
    }

    .info-section .info-container.right {
        margin-top: 30px;
    }

    .laptop-section .laptop-text {
        text-align: center;
        padding-right: 0;
    }

    .laptop-section .laptop-text h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .dark-section .title-wrapper h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .dark-section {
        text-align: center;
        padding-bottom: 30px;
    }

    .dark-section .cta-wrapper .cta-item {
        margin-bottom: 30px;
    }

    .target-section h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .target-section {
        padding-top: 30px;
    }

    .target-section h2 {
        margin-bottom: 30px;
    }

    .target-section .target-wrapper .target-list-wrapper {
        margin-top: 50px;
    }

    .target-section .target-wrapper {
        padding-bottom: 0;
    }

    .target-section .target-wrapper img {
        width: 20%;
        margin-bottom: 2px;
        float: left;
    }

    .target-section .assistant-wrapper {
        margin-top: 30px;
    }

    .steps-section .step-item .step-text-wrapper .step-title h3 {
        font-size: 12px;
    }

    .steps-section .step-item .step-text-wrapper .step-title span {
        display: inline-block;
        font-size: 19px;
        color: #fff;
        background: #35b9de;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 6px;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 5px;
    }

    .steps-section .step-item .step-text-wrapper p {
        font-size: 18px;
    }

    .steps-section .step-item .step-text-wrapper ul li {
        font-size: 18px;
    }

    .steps-section .step-item .step-text-wrapper h4 {
        font-size: 18px;
    }

    .steps-section .step-item.first {
        margin-bottom: 30px;
    }

    .steps-section .step-item.left .step-text-wrapper {
        margin-top: 30px;
    }

    .steps-section .step-item.left ul {
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .steps-section .step-item.right .step-text-wrapper {
        margin-top: 10px;
    }

    .steps-section .step-item.right ul {
        position: relative;
    }

    .steps-section .step-item.right ul li img {
        position: absolute;
    }

    .steps-section .step-item.right ul li span {
        text-align: left;
        padding-left: 30px;
    }

    .start-now-section {
        padding-top: 10px;
    }

    .start-now-section h2 {
        font-size: 30px;
    }

    .start-now-section p {
        font-size: 16px;
    }

    .start-now-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .start-now-section .order-wrapper .order-item {
        display: block;
        margin-bottom: 15px;
    }

    .start-now-section .order-wrapper .order-item .top-side {
        padding: 31px 10px 16px 10px;
    }

    .start-now-section .order-wrapper .order-item .bottom-side ul li {
        font-size: 14px;
    }

    .target-section .assistant-wrapper .assistant-text ul li img {
        position: absolute;
        left: 0;
    }

    .target-section .assistant-wrapper .assistant-text ul li {
        padding-left: 30px;
    }

    .target-section .target-wrapper {
        position: relative;
    }
    .target-section .target-wrapper .target-list-wrapper ul li img {
        margin-top: 8px;
        position: static;
        opacity: 1;
        transform: rotate(0);
    }

    .target-section .target-wrapper img {
        position: absolute;
        width: auto;
        top: 0;
        left: -10px;
        opacity: 1;
        width: 166px;
    }

    .target-section .target-wrapper .target-list-wrapper .target-list {
        padding-left: 130px;
    }

    .target-section .target-wrapper .target-list-wrapper ul li {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 4px;
        float: left;
    }

    .steps-section .step-item.first .step-text-wrapper {
        text-align: left;
    }

    .steps-section .step-item.left .step-text-wrapper {
        text-align: left;
    }

    .steps-section .step-item.right .step-text-wrapper {
        text-align: left;
    }

    .start-now-section .order-wrapper .order-item {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .target-section .target-wrapper .target-list-wrapper ul li img {
        display: none;
    }

    .target-section .target-wrapper .target-list-wrapper {
        margin-top: 0;
    }

    .target-section .target-wrapper .target-list-wrapper .target-list {
        padding-left: 170px;
    }

    .target-section .target-wrapper .target-list-wrapper ul li {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .target-section .target-wrapper .target-list-wrapper h3 {
        text-align: right;
    }

    .main-header .main-nav {
        padding-left: 20px;
    }

    .main-header .navbar-right li {
        padding-left: 10px;
    }

    .sparrservice-section .template-btn {
        padding: 10px 9px;
    }

    .sparrservice-section .info-container.right .info-text-wrapper p {
        padding-right: 0;
    }

    .idskyd-section .hero-wrapper .hero-title h1 {
        font-size: 28px;
    }

    .idskyd-section .hero-wrapper .hero-title p {
        font-size: 16px;
    }

    .laptop-section .laptop-text {
        padding-top: 0;
    }

    .laptop-section .laptop-text h2 {
        font-size: 26px;
    }

    .target-section h2 {
        font-size: 20px;
    }

    .target-section .target-wrapper .target-list-wrapper h3 {
        font-size: 12px;
    }

    .sparrservice-target .target-wrapper .target-list-wrapper h3 {
        margin-bottom: 0;
        line-height: 22px;
        text-align: center;
    }

    .sparrservice-target .target-wrapper .target-list-wrapper .target-list {
        padding-left: 160px;
    }

    .sparrservice-target .target-wrapper .target-list-wrapper ul li {
        float: none;
    }

    .sparrservice-steps-section h2 {
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .sparrservice-steps-section {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .sparrservice-steps-section .sparrservice-steps-item {
        text-align: center;
    }

    .sparrservice-steps-section .steps-icon-wrapper {
        margin-right: 0;
    }

    .sparrservice-steps-section .sparrsecvice-steps-text h3 {
        padding-right: 0;
    }

    .sparrservice-steps-section .sparrservice-steps-item.middle-step .steps-icon-wrapper {
        margin-right: 0;
    }

    .sparrservice-steps-section .sparrservice-steps-item.bottom-step .steps-icon-wrapper {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }

    .sparrservice-steps-section .sparrservice-steps-item.bottom-step {
        text-align: center;
    }

    #mina-sidor-popup h2 {
        margin-top: 30px;
    }

    #mina-sidor-popup .close-login {
        right: 0;
    }

    .vara-tjanster .page-title {
        padding-top: 150px;
        padding-left: 15px;
    }

    .vara-tjanster .page-title span {
        font-size: 12px;
    }

    .vara-tjanster .page-title {
        min-height: 400px;
    }

    .vara-tjanster .page-title h1 {
        font-size: 32px;
    }

    .vara-tjanster .page-title p {
        font-size: 14px;
        line-height: 18px;
    }

    .vara-columns {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .vara-columns .vara-text h2 {
        font-size: 30px;
    }

    .vara-columns .vara-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .vara-columns .vara-list-wrapper {
        margin-top: 20px;
    }

    .vara-columns .vara-btn-wrapper {
        margin-top: 30px;
    }

    .vara-columns .vara-btn-wrapper .vara-btn {
        height: 50px;
        padding-top: 18px;
    }

    .vara-columns .vara-text span {
        font-size: 12px;
    }
}




/*@media screen and (min-width: 460px) and (max-width: 767px) {
    .target-section .target-wrapper .target-list-wrapper ul li {
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .target-section .target-wrapper .target-list-wrapper ul li {
        margin-bottom: 12px;
    }
}*/

@media screen and (min-width: 437px) and (max-width: 767px) {
    .target-section .target-wrapper .target-list-wrapper ul li {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .sparrservice-target .target-wrapper .target-list-wrapper ul li {
        float: none;
        font-size: 9px;
        margin-bottom: 3px;
    }
}


}