*{
    padding: 0;
    margin: 0;
    font-family: poppins, sans-serif;
    box-sizing: border-box;
}
.about{
    width: 100%;
    padding: 200px;
    background-color: rgb(163, 183, 208);
    background: cover;
}
.about img{
    height: auto;
    width: 400px;
    
}
.about-text{
    width: 550px;
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-text h1{
    color: white;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-text h5{
    color: white;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
span{
    color: #747cdf;
}
.about-text p{
    color: #111;
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 45px;
}

.btn1{
    background: #747cdf;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}

