@charset "UTF-8";

.scroll-top {
  bottom: 6.5rem;}

.section-wrapper {
  display: flex;
  flex-direction: row; }
.section-wrapper section {
  display: flex;
  justify-content: space-between; }
  .section-wrapper section#left-section {
    flex: 2 1 0; }
    .section-wrapper section#left-section .text-wrapper {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .section-wrapper section#left-section .text-wrapper {
        color: var(--octm-color-navy); }
      .section-wrapper section#left-section .text-wrapper #text-top {
        display: flex; 
        flex-direction: column;
        height: 50%; 
        color: var(--octm-color-navy); }
        .section-wrapper section#left-section .text-wrapper #text-top p {
          margin-bottom: 0.5em; }
      .section-wrapper section#left-section .text-wrapper #text-bottom {
        display: flex;
        flex-direction: column;
        height: 50%; }
        .section-wrapper section#left-section .text-wrapper #text-bottom>div:first-child{
          margin-bottom: 0.5em; }
        .section-wrapper section#left-section .text-wrapper #text-bottom a {
          height: fit-content;
          margin: 1.5em 0 1.5em 0;
          color: var(--octm-color-blue); }
          .section-wrapper section#left-section .text-wrapper #text-bottom i {
           color: var(--octm-color-black); }
  .section-wrapper section#right-section {
    flex: 3 1 0;
    height: fit-content;
    margin-left: 0.5em;
    padding: 2em 1em;
    border: 1px solid var(--octm-color-gray);
    border-radius: 5px; }
  .section-wrapper section#right-section div {
    display: flex; }
    .section-wrapper section#right-section .octm-wrapper {
      flex-direction: row;
      min-height: 4.5em; }
    .section-wrapper section#right-section #enquiry-wrapper.octm-wrapper {
      min-height: 9.5em; }
      .section-wrapper section#right-section .octm-wrapper .label-wrapper {
        flex: 2 1 0; }
        .section-wrapper section#right-section .octm-wrapper label {
          font-size: 1em;
          font-weight: 900; }
      .section-wrapper section#right-section .octm-wrapper .field-wrapper {
        flex-direction: column; 
        flex: 5 1 0;}
        .section-wrapper section#right-section .octm-wrapper .field-wrapper #inputEnquiry {
          height: 8em; }
    .section-wrapper section#right-section .note-wrapper {
      justify-content: flex-end;
      margin-bottom: 1em; }
    .section-wrapper section#right-section .button-wrapper {
      justify-content: center; }
      .section-wrapper section#right-section .button-wrapper button {
        margin: 0; }
        
@media screen and (max-width: 991.98px) { 
  .section-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 1em; }
    .section-wrapper section {
      width: 100%; }
      .section-wrapper section#left-section .text-wrapper{
        height: fit-content; }
        .section-wrapper section#left-section .text-wrapper .octm-title {
          text-align: center; }

      .section-wrapper section#right-section {
        margin:1em 0; }
        .section-wrapper section#right-section .octm-wrapper {
          flex-direction: column; }
          .section-wrapper section#right-section .octm-wrapper .field-wrapper {
            min-height: 4.5em;
            flex: 0; }
}        
    