.about{
    padding: 200px 20px;
    background-color: #171717;
}
.about .wrapper{
    width: 100%;
    max-width: 1366px;
    margin: 0px auto;
    padding: 100px;
    border: 1px solid #BEA473;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.about .wrapper .text{
    padding: 0px;
}
.about .wrapper .text h1{
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;

}
.about .wrapper .text h3{
    color: white;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.about .wrapper .text p{
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0px 10px 0px 0px;
}
.about .wrapper .logo{
    display: flex;
    align-items: center;
    width: 800px;
    height: 300px ;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}