    


/* About Section */

.intro{
    text-align: center;
}

.index-about{
    width: 100%;
    background-color: whitesmoke;
    margin: auto;
    gap: 50px;
}

.index-about-top{
    width: 100%;
    background-color: whitesmoke;
    margin: auto;
    padding-top: 60px;
}



.index-about-flex {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: center;
    padding: 2%;
    padding-top: 5%;
    background-color: white;
    border-radius: 50px;
    column-gap: 50px;
    width: 70%;


}

.index-about-img p{
    text-align: justify;
    width: 100%; 
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.index-about-img{
width: 70%;
display: block;
margin: 0 auto;

}

.index-about-img-mobile{
    display: none;
    }
    

.index-about-text{
    flex-basis: 70%;

    }

    .index-about-text p{
        padding: 30px;
        color: #000;
       

        }

        .index-about-text h2{
            text-align: center;
            color: #000;
        }

        .index-about-flex h3{
            text-align: center;
        }

        .container h2{
        font-size: 1.6rem;
        }


    .index-about-text  a{
            margin-top: 20px;
            font-size: 1.8rem;
            display: block;
            justify-content: center;
            margin: auto;
            background-color: brown;
            color: white;
            padding: 10px 20px;
            width: fit-content;
            border-radius: 5px;
        }

        
    .index-about-text a:hover{
    background-color: #7B1F1F

}


/* Meet the Team*/ 
*, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
  }




@media only screen and (max-width: 1080px) {
    main .main-intro h1{
        font-size: 1.6rem;
        line-height: 3.25rem;
        color: #111;
    
    }
    
    main p{
        text-align: center;
        padding: 0 10%;
        font-size: 1.6rem;
        line-height: 3.75rem;
        color: #111;
    
    }
    
/* About section*/ 

.index-about{
    width: 100%;
    background-color: whitesmoke;

}

    .index-about-flex {
        display:block;
        align-items: center;
        column-gap: 60px;
        justify-content: center;
        padding: 10px;
        padding-top: 20px;
    }
    
    .index-about-img{
        width: 60%;
        margin: auto;
        }


        .index-about-text p{
            padding: 5%;
            font-size: 2rem;
    
            }
    
            .index-about-text h2{
                text-align: center;
                padding-top: 10%;
                font-size: 2.2rem;
            }
    
        .index-about-text  a{
                margin-top: 20px;
                margin: auto;
                font-size: 1.5rem;
            }
    
        

            /* Category Section */

.index-category{
    width: 100%;
    padding: 5%;
    }
    
    .index-category p{
       padding-bottom: 5%;
        }
    
    

    
        
    
    .sub-category{
        background-repeat: no-repeat;
        gap: 50px;
        padding: 0px;
        padding-top: 20px;
        max-width: 100%;
    
        }
    
        .index-category-box-RVA{
            width: 400px;
            max-height: 150px;
            }
    
            .index-category-box-WIRF{
                width: 400px;
                max-height: 150px;
                }
        
      
    .dark-overlay{
        display:none;
    }
    
    .index-about-img{
        display:none;
        }

        .index-about-img-mobile{
            display:contents;
            width: 100px;
            }


            .column {
                width: 90%;
                display: block;
              }
            }
            
   
            
            .container {
              padding: 0 16px;
            }
            
            .container::after, .row::after {
              content: "";
              clear: both;
              display: table;
            }
            
            .title {
              color: grey;
            }
            
            .button {
              border: none;
              outline: 0;
              display: inline-block;
              padding: 8px;
              color: white;
              background-color: #000;
              text-align: center;
              cursor: pointer;
              width: 100%;
            }
            
            .button:hover {
              background-color: #555;
            }
          


@media only screen and (max-width: 600px) {
    .index-about-text p{
        padding: 10%;
        font-size: 1.2rem;

        }

            
}