@media(min-width:1300px) {

}
@media(min-width:1540px) {}
@media(max-width:1370px) {
    .container1 {
        padding: 5% 5%;
    }
    .experience p {
        color: #515a83;
        font-size: 20px;
        line-height: 1.4em;
    }
}
@media(max-width:1100px) {}
@media(max-width:990px) {
    .carousel-item h1 {
        font-size: 40px;
    }

    .what-we-do {
        font-size: 40px;
    }
    .experience h3 {
        font-size: 34px;
    }
}
@media(max-width:767px) {
    .carousel-item h1 {
        font-size: 36px!important;
        line-height: 1.3em;
    }
    .carousel-item p {
        font-size: 16px;
        line-height: 26px;
    }
    .what-we-do {
        font-size: 36px;
        line-height: 1.3em;
    }
    .experience .col-sm-6 {
        width: 100%;
        max-width: 100%;
    }
    .carousel-control-next {
        top: 35% !important;
    }
    .carousel-control-prev {
        top: 35% !important;
    }
    .experience {
        padding: 5% 10% 0 10%;
    }
    .experience h3 {
        font-size: 26px;
    }
    .experience p {
        font-size: 18px;
        padding-bottom: 40px;
    }
    .experience img {
        border-radius: 91px;
        margin-left: 20%;
    }
    .we-keep {
        color: #515a83;
        font-size: 20px;
    }
    
    .feature h3 {
        font-size: 36px;
    }
    .plan {
        text-align: center;
        padding: 0% 0 0 0;
    }
    .plan .col-sm-12 {
        padding: 10% 10% 0 10%;
    }
    .plan h5 {
        font-size: 20px;
    }
    .app-download img {
        width: 50%;
        padding-left: 5%;
        padding-top: 5%;
    }
}
@media(max-width:575px) {
    .experience img {
        border-radius: 91px;
        margin-left: 10%;
    }
}