@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,300;1,400&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
   font-family: 'Roboto', sans-serif;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   text-decoration: none;
}

.nav-text {
   font-family: "roboto";
   font-weight: 500;
}

.gritsys-logo {
   width: 150px;
}

.aboutus-section{
   background-color: #bef9ef;  
}

.about-us-img{
   width: 500px;
}

.aboutus-heading{
   color: #687F77;
   font-family: "roboto";
   font-weight: 500;
   font-size: 32px;
}

.aboutus-para{
   color: #4d4d4d;
   font-family: "roboto";
   font-size: 18px;
}


.vr-footer-section {
   background-color: #f2f4fe;
}

.vr-logo {
   width: 200px;
}

.vr-icon-container {
   width: 30px;
   height: 30px;
   border-radius: 40px;
   padding-top: 10px;
   padding-bottom: 30px;
   padding-right: 30px;
   padding-left: 15px;
   background-color: #687F77;
   margin-right: 8px;
   margin-bottom: 8px;
}

.icon {
   color: #ffffff;
   font-size: 18px;
}

.icon2 {
   color: #687F77;
   font-size: 18px;
}

.vr-footer-section-text {
   color: #5a7184;
   font-family: "Roboto";
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 5px;
}

.vr-footer-section-heading {
   color: #5a7184;
   font-family: "Roboto";
   font-size: 18px;
   font-weight: 700;
}

.vr-footer-section-list {
   list-style-type: none;
   padding-left:0;
}

.hr-line {
   background-color: #5a7184;
}

.vr-section-footer-list{
   list-style: none;
}

.vr-footer-section-cp {
   color: #959ead;
   font-family: "Roboto";
   font-size: 16px;
   font-weight: 400;
}
