/* Styles for the about section */
.about-title {
    font-family: Arial, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 69px;
/* identical to box height */
letter-spacing: -0.02em;
   color: #F09161;
    text-align: center;
    margin: 60px 0 20px 0;
}
.about-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: left;
    color: #222;
    margin-bottom: 60px;
    margin-left: 63px;
    margin-right: auto;
}
/* Styles for the about section */
