*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 850px) 
{
    .about-company{
        margin-top: 20px;
    }

    .about-company .about-section{

        /* border: 1px solid blue; */
    
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    
        min-height: 40vh;
    
        padding: 50px;
        padding-left: 15px;
        padding-right: 15px;    
    }


    .about-company .about-section .about-images{
        width: 36%;
    
         /*border: 1px solid red; */
    
        height: 150px;
    
        position: relative;
        
    }
    
    .about-company .about-section .about-images .below-img{
        position: absolute;
        right: -7%;
    
        width: 95%;
        height: 100%;
    
        object-fit: cover;
    
        z-index: 1;
    }
    
    .about-company .about-section .about-images .up-img{
        
        position: absolute;
        top: 25%;
        right: 0%;
        
        width: 55%;
        height: 50%;
    
        object-fit: cover;
    
        z-index: 2;
    }
    
    .about-company .about-section .about-intro{
        width: 60%;
        height: 50vh;
    
         /*border: 1px solid green; */
    
        position: relative;
    }
    
    .about-company .about-section .about-intro .heading{
        font-size: 0.8rem;
        margin-bottom: 10px;
    
        position: absolute;
        top: 8%;
        left: 0%;
    
        transform: translate(0%, -8%);
    }
    
    .about-company .about-section .about-intro .message{
        font-size: 1rem;
        margin-bottom: 20px;
    
        position: absolute;
        top: 15%;
        left: 0%;
    
        transform: translate(0%, -15%);
    }
    
    .about-company .about-section .about-intro .desc{
        font-size: 0.7rem;
        
        word-spacing: 1px;
        letter-spacing: 0.5px;
        font-weight: 600;
        line-height: 20px;
    
        position: absolute;
        top: 50%;
        left: 0%;
    
        transform: translate(0%, -50%);

        max-height: 203px;
        overflow: hidden;
    }
    
    .about-company .about-section .about-intro .desc2{
        font-size: 0.8rem;

        word-spacing: 3px;
        letter-spacing: 0.5px;
        font-weight: 600;
        line-height: 25px;
    
        position: absolute;
        top: 75%;
        left: 0%;
    
        transform: translate(0%, -75%);
    }
    
    .about-company .about-section .about-intro .btn{
        text-decoration: none;
        padding: 8px;
        padding-left: 20px;
        padding-right: 20px;
    
        border-radius: 5px;

        font-size: 10px;
    
        position: absolute;
        top: 100%;
        left: 0%;
    
        transform: translate(0%, -100%);
    }

    /* History start */

    .history{
        padding: 15px;
    }
    
    .history .content{
        padding: 10px;
        padding-top: 100px;
        padding-bottom: 150px;

        word-spacing: 5px;
        letter-spacing: 2px;
    
        font-size: 1.2rem;
    
        margin-top: 10px;
        /* height: 140vh; */
    }
    
    .history .content .heading{
        font-size: 1.1rem;
        font-weight: 400;
        margin-bottom: 10px;
    
        text-align: center;
    }
    
    .history .content .info{
        font-size: 1.4rem;
        margin-bottom: 60px;
    
        text-align: center;
    }
    
    .history .content .message p{
        font-size: 0.8rem;
        word-spacing: 3px;
        letter-spacing: 0.5px;
        font-weight: 600;
        line-height: 25px;
    }
    
    .history .cards{
        display: flex;
        /* justify-content: space-around; */
        justify-content: flex-end;
        align-items: center;
    
        /* margin-top: -170px; */
    
        margin-top: -100px;
    }
    
    .history .cards .card{
        
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        /* align-items: center; */
    
        -ms-flex: 45%; /* IE10 */
        flex: 45%;
        max-width: 45%;
        padding: 0 4px;
    
        padding: 15px;
    
        border-radius: 8px;
    
        margin-right: 15px;
    
        /* width: 130px; */
        /* height: 160px; */
    }
    
    .history .cards .card .inner-icon{
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    .history .cards .card .name{
        font-size: 1.4rem;
        margin-bottom: 25px;
    }
    
    .history .cards .card .message{
        font-size: 0.8rem;
        word-spacing: 1px;
        letter-spacing: 0.5px;
        font-weight: 600;
        line-height: 20px;
    }

    /* History end */
    
    .gallery .navigation a{
        margin-right: 0px;
    }

    .gallery .album .column .video video {
        /* object-fit: contain; */
        /* object-fit: cover; */
        object-fit: fill;
    }

    .gallery .album .column .video .play-icon img {
        vertical-align: middle;
        width: 100%;
        height: 200%;
        object-fit: contain;
        /* border: 1px solid green; */
    }
}