
.about{
    text-align: start;
    display: flex;
    margin-top: 100px;
    margin-left: 100px;
    justify-content: space-between;
    align-items: center;
}
.about-1{
    margin-top: -50px;
}
.h22{
    text-align: center;
    font-size: 30px;
}
.ex{
    color: black;
    text-decoration: none;
    
}
.border{
    background-color: rgb(190, 175, 84);
    height: 1px;
    width: 550px;
    margin-left: -45px;
}
.borders{
    width: 750px;
    height: 1px;
    background-color: rgb(190, 175, 84);
    margin-left: -45px;
}
.pp{
    color: #333333;
    font-size: 20px;
    margin-left: -45px;
    width: 650px;
    line-height: 1.6;
}
.about-1-1{
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}
.about-1-1 img{
    width: 300px;

}
.about-1-1-h1, .about-1-1-h2{
    color: black;
    text-decoration: none;
}
span{
    color: rgb(190, 175, 84);
}
.about-1-1-div1 p, .about-1-1-div2 p{
color: #333333;
line-height: 1.4;
font-size: 20px;
margin-left: -45px;

}
.about-1-1-div1 p{
    width: 350px;
}
.about-1-1-div2{
    margin-right: -50px;
}
.about-1-2{
    margin-left: 70px;
}
.icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    border-top: 1px solid rgb(190, 175, 84);
    border-bottom: 1px solid rgb(190, 175, 84);
    margin-left: -45px;
    padding: 20px;
}
.icon h1{
    color: rgba(0, 0, 0, 0.623);
    font-size: 20px;
    text-decoration: none;
}

.icon1{
    margin-left: 60px;
    border-right: 1px solid rgb(190, 175, 84);
}
.about-1-2 img{
    width: 600px;
    margin-right: 10px;
}
.about-1-2-p{
    border: 3px dotted rgb(190, 175, 84);
    width: 400px;
text-align: center;
font-size: 20px;
color: #333333;
}
.add{
    height: 400px;
}
.aboutbtn{
    padding: 20px;
    color: white;
    background-color: rgb(190, 175, 84);
    letter-spacing: 1px;
    font-weight: 900;
margin-left: 80px;
}