body {
    margin: 0;
    font-family: "Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #010811 solid;
    text-align: left;
    background-color: #fff
}

.contact-icons img  {
    width: 18px !important;
    margin-right: 5px;
}

.main{
    background-image: url('./assets/bg-image/hero-bg.svg');
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.center-image {
    margin: auto;
    display: flex;
    padding-top: 69px;
    margin-bottom: 69px;
}

.center-image img {
    margin: auto;
}

.hero {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    max-width: 700px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn-div {
    margin-top: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

button  {
    border: red 1px solid;
    background-color: #E7332B;
    color: #fff;
    /* margin-right: 24px; */
    padding: 11px 28px;
}

button:active   {
    background-color: white;
}

.hero h2 {
    font-family: sans-serif;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-weight: 800;
    color: #514949;
    margin-bottom: 36px;
}

.slogan {
    text-align: center;
    font-size: medium;
    padding-bottom: 5%;
}

.slogan .heading{
    font-size: 14px;
    line-height: 24px;
    color: #E7332B;
    margin-top: 141px;
}

.goals-container {
    display: flex;
}

.goals  {
    background-color:  #FFFAFA;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 5%;
    padding: 4rem 1.5rem;
    /* padding: 10%; */
}

.goals .logo    {
    margin-right: 20%;
}

h3  {
    font-size: small;
}

a   {
    text-decoration: none;
    color: red;
}

.footer-container   {
    display: flex;
    justify-content: space-between;
    /* align-content: flex-end; */
    /* gap: 100px; */
    padding: 50px;
    /* padding-left: 0px; */
}

/* .footer-logo    {
    padding-right: 10%;
}

.flex1  {
    padding-right: 10%;
}

.flex2  {
    padding-right: 10%;
}

.flex3  {
    padding-right: 10%;
} */

@media(max-width: 760px) {
    .btn-div {
        flex-direction: column;
    }

    .goals-container {
        flex-direction: column;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}