.inventors_page {
    width: 100%;
    padding-top: 0px;
    font-family: 'Poppins';
}
.inventors_page_landing {
    width: 100%;
}
.inventors_page_landing_image {
    width: 100%;
}
.inventors_page_landing_image_mobile {
    display: none;
}
.inventors_page_content {
    background-color: antiquewhite;
    background-image: linear-gradient(antiquewhite, white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;

}
.inventors_page_content_block {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 120px;
    padding-bottom: 80px;
}
.inventors_page_content_block_title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 60px;
    line-height: 46px;
}
.inventors_page_content_block_paragraph {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 60px;
}

.inventors_page_button {
    width: 300px;
    height: 52px;
    background-color: black;
    color: white;
    font-size: 22px;
    font-weight: 600;
    border-style: none;
    margin-right: 10px;
    border-radius: 3px;
    letter-spacing: 1px;
}
.inventors_page_button:hover {
    background-color: white;
    color: black;
    border: #636362 solid 1px;
}