* {
padding: 0;
margin: 0;
box-sizing: border-box ;
}

body{
    font-family: "Open Sans", sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.section-title {
    font-size: 35px;
    text-align: center;
    padding-bottom: 10px;
}
.navbar-links {
    list-style: none;
    display: flex;
    gap: 20px;
}
.about3 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.about-layout6 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    justify-content: space-between;
}
.about-text6 {
    line-height: 2.5;
   
}

.about-text7 {
    line-height: 2.5;
    font-size: 30px;
   
}
.email{
    color: rgb(79, 10, 241);
    font-size: 40px;
}
.phonenbr{
    color: #16e939;
    font-size: 40px;
}
.postal-address {
    font-size: 30px;
    color: #ccec3c;
    background-color: #8e65da;
    padding-left: 10px;

}


footer {
    background: #000000;
    padding: 40px;
    color: #ffffff;
    text-align: center;
}
@media screen and (max-width:800px) {
   .about-layout6{
grid-template-columns: 1fr;
   } 
   .email{
    font-size: 20px;
   }
   .phonenbr{
    font-size: 20px;
    
    }
    .postal-address{
        font-size: 15px;
    }
   }