html, body{
        margin: 0;
        overflow-x: hidden;
}
body{
    background-color: #fafafa !important;
}
h1{
    font-weight: 700 !important;
    opacity: 1; 
    font-size: 55px !important;
}
a{
    color: #6021ca !important;
}
img{
    max-width: 90%;
    height: auto;
}
#container-fluid{
    padding-top: 100px;
    background: #FAFAFA;
}
.image{
    padding: 0px 0px !important;
}
.image-second{
    text-align: right;
}
.text{
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 10px #6021ca78;
    /*border-radius: 10px;*/
    opacity: 1;
    padding-top: 90px;
    font-family: 'Montserrat', sans-serif;
    color: #404040;
}
.logo{
    text-align: center;
    padding: 30px 0px;
}
.heading{
    font-weight: 600;
    font-size: 35px;
}
.company{
    font-weight: 700;
    font-size: 50px;
    margin-top: 85px;
    margin-bottom: 50px;
}
.data{
    display: flex;
}
.details{
    font-weight: 700;
    font-size: 28px;
}
@media (min-width: 1200.99px) and (max-width: 1270px){
    .details{
        font-size: 26px;
    }
}
@media (min-width: 991.99px) and (max-width: 1200.98px){
    p{
        font-size: 14px;
    }
    .text{
        padding-top: 75px;
    }
    h1{
        font-size: 45px !important;
    }
    .heading{
        font-size: 25px;
    }
    .company{
        font-size: 45px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .details{font-size: 20px;}
}
@media (min-width: 767.99px) and (max-width: 991.98px){
    body{
        background-color: #fff !important;
    }
    #container-fluid{
        background: #fff;
        padding-top: 50px;
    }
    img{
        max-width: 100%;
    }
    .text{
        text-align: right;
        padding-top: 15px;
        padding-right: 55px !important;
    }
    h1{
        font-size: 45px !important;
    }
    .company{
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 40px;
    }
    .data{
        display: block;
    }
    .details{
        margin-top: 40px;
    }
}
@media (max-width: 767.98px){
    body{
        background-color: #fff !important;
    }
    #container-fluid{
        padding-top: 62px;
        background: rgba(255, 255, 255, 1) url(images/img-mobile.png) 0 0 no-repeat;
        background-size: cover;
    }
    .data{
        display: block;
    }
    .text{
        padding-left: 30px !important;
        padding-right: 30px !important;
        background: rgba(255, 255, 255, 0.85);
        padding-top: 31px;
        padding-bottom: 31px;
    }
    .logo{
        background: #fff;
    }
    h1{
        font-size: 35px !important;
    }
    .heading{
        font-size: 30px;
        margin-top: 20px;
    }
    .company{
        font-size: 30px;
    }
    .details{
        font-size: 24px;
        margin-top: 40px;
    }
}