* {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 60px;
    margin-bottom: 10px;
    font-family: "franklin-gothic", sans-serif;
    font-weight: 800;
}

h2 {
    font-size: 48px;
    font-family: "franklin-gothic", sans-serif;
    font-weight: 800;
}

h3 {
    font-size: 28px;
    font-family: "franklin-gothic", sans-serif;
    font-weight: 400;
}
p {
    font-family: "franklin-gothic", sans-serif;
    font-weight: 400
}

.asap-condensed-regular {
    font-family: "Asap Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.heropage {
    background-color: #dc4117;
    color: #fff;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

.herotext {
    max-width: 600px;
    padding-bottom: 20px;
}

.herotext h1 {
    font-size: 48px;
    margin-bottom: 0px;
    font-weight: 400;
}
.herotext h2 {
    font-size: 60px;
}
.container {
    width: 100%;
    background-color: #f7f7f7;
}

.container p {
    font-size: 30px;
}

#theproblem {
    max-width: 600px;
    padding: 60px;
}

.workdisplay {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    gap: 10px;
    grid-auto-flow: row;
    justify-content: center;
}

.work img {
    max-width: 240px;
    max-height: 360px;
    padding: 10px;
}


.heading {
    padding: 60px;
    max-width: 600px;
    padding-bottom: 20px;
}

.heading p {
    font-weight: 400;
}

.concept img {
    max-width: 300px;
    padding: 10px;
}

#partner {
    padding-bottom: 0px;
}
.form {
    padding: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7; 
}

#thepartner {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.footer {
    display: flex;
    background-color: #dc4117;
    color: #fff;
    padding-bottom: 50px;
}

.footerleft {
    padding: 20px;
    max-width: 400px;
}
@media screen and (max-width: 500px){

    .heropage h1 {
        font-size: 36px;
    }
    .heropage h2 {
        font-size: 40px;
    }

    #theproblem {
        padding: 20px;
    }

    .heading {
        padding: 20px;
    }

    .form {
        padding: 10px;
    }
}