*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.about{
    width: 100%;
    padding: 38px 0px;
    background-color: #fdc595;
}
.about img{
    height: 583px;
    width: 420px;
}
.about-text{
    width: 550px;
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.about-text h1{
    color: black;
    font-size: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-text h5{
    color: balck;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
span{
    color: rgb(248, 90, 90);
}
.about-text p{
    color: rgb(44, 42, 42);
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}
button{
    background: rgb(248, 90, 90);
    color: white;
    text-decoration: none;
    border:  2px solid transparent;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 30px;
    transition: .4s;

}
button:hover{
    background: transparent;
    border: 2px solid rgb(248, 90, 90);
}

.btn{
    padding: 0;
    margin: 30px;
}
.btn a{
    display:inline;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    border-radius: 30px;
    padding: 10px 18px;
    background-color: rgb(244, 241, 241);
    color: rgb(0, 91, 228);


}
.about-text button a{
    text-decoration: none;
    font-size: 17px;
    color: beige;
}