/**(c) Haxter Corporation | All rights reserved.*/
.banner {
position: relative;
width: 100%;
height: 100vh;

}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 5%;
}
.text-box {
background: rgba(255, 255, 255, 0.8);
padding: 20px;
border-radius: 10px;
max-width: 400px;
padding-left:1rem;
font-family: 'Montserrat';
}
.text-box h1 {
margin: 0;
font-size: 24px;
color: #333;
}
.text-box p {
margin-top: 10px;
font-size: 16px;
color: #555;
}


.a-section {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
padding: 50px 10%;
}
.column {
flex: 1 1 calc(25% - 20px);
min-width: 250px;
text-align: center;
padding: 20px;
background: #f4f4f4;
border-radius: 10px;
}
.column img {
width: 100%;
max-width: 200px;
border-radius: 10px;
}
.column h2 {
margin-top: 15px;
font-size: 20px;
color: #333;
}
.column p {
font-size: 14px;
color: #555;
margin: 10px 0;
}
.column a {
display: inline-block;
padding: 10px 15px;
background: #007bff;
color: white;
text-decoration: none;
border-radius: 5px;
margin-top: 10px;
}
.column a:hover {
background: #0056b3;
}
#about-us-resume p{
font-size:2rem;
}