/*media quary*/

/*ipad pro*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .about-sec-2 p {
        margin-top: 55px;
    }
}

/*ipad pro*/
@media (max-width: 850px) {
    .about-sec-1 h2 {
        padding-top: 30px;
        font-size: 40px !important;
    }

    section.about-sec-1 {
        padding: 0;
        height: 200px;
        background-position: left center;
        margin-top: -25px;
    }

    .about-sec-1 p {
        max-width: 55%;
        text-align: left;
    }

    .about-sec-2 p {
        padding-top: 0 !important;
        text-align: center !important;
    }

    .about-sec-2 .second-text p {
        padding-top: 45px;
    }
}

/*media quary cloose*/


/*about-sec-1*/

.about-sec-1 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-sec-1 h2 {
    font-size: 60px;
    color: #91278e;
    font-weight: bold;
}

.about-sec-1 p {
    color: #1e1424;
    font-size: 16px;
    width: 75%;
    font-family: 'ProductSans-Regular';
}

/*about-sec-1-cloose*/

/*about-sec-2*/

.about-sec-2 {
    padding-bottom: 50px;
}

.about-sec-2 img {
    width: 100%;
}

.about-sec-2 .disc-col {
    padding-right: 50px;
    padding-left: 50px;
}

.about-sec-2 p {
    padding-top: 80px;
    font-size: 20px;
    text-align: justify;
}

.about-sec-2 .disc-col .col-sm-6 {
    padding: 0;
}

.about-sec-2 .second-text p {
    padding-top: 45px;
}

/*about-sec-2-cloose*/
