@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}

/* media query for tablet devices for website cover page  */
@media only screen and (max-width: 1230px) {
    .web-intro{
        width:100% !important;
        /* background-color: red !important; */
    }
}
@media only screen and (max-width:992px) {
    .web-intro{
        font-size: 14px;
    }
}
@media only screen and (max-width:769px) {
    .web-intro{
        font-size: 13.5px;
    }
}
@media only screen and (max-width:576px) {
.web-intro{
        font-size: 12px;
    }
    .web-intro .description {
    display: none;
    }
}

@media only screen and (max-width:430px) {
    .web-intro{
        font-size: 16px;
    }
    .web-intro .description {
    display: none;
    }
.web-intro .contect-btn .info p{
  font-size: 16px !important;
}
}