.meeting_notes_container{background-color:#f5f5f5;padding:40px}.meeting_notes_wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.meeting_notes_image_area{flex-basis:30%}.meeting_notes_content_area{flex-basis:65%}@media screen and (max-width:800px){.meeting_notes_content_area,.meeting_notes_image_area{flex-basis:100%}}.meeting_notes_form__container{margin-bottom:25px;margin-top:25px}.meeting_notes_form__container input[type=email]{background-color:#fff;border:none;float:left;height:40px;max-width:75%;padding-left:10px;width:100%}.meeting_notes_form__container input[type=submit]{appearance:none;-webkit-appearance:none;background-color:var(--mainYellow);border:none;color:#112137;height:42px;padding-left:15px;padding-right:15px}.meetingBTN___{background-color:var(--mainYellow);border:1px solid #fbb813;color:#112137;display:inline-block;font-weight:700;margin-bottom:10px;margin-top:10px;padding:10px 35px;text-align:center;text-decoration:none;transition:background-color .3s ease-out 5ms}