body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
  body * {
    font-family: "Poppins", sans-serif; }
  body p {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif; }
  body .main {
    background-color: white;
    padding-bottom: 50px; }
    body .main .container {
      width: 91%;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 70px;
      flex-direction: column;
      color: #1c3c64; }
      body .main .container .header-content {
        position: relative;
        width: 100%;
        margin-top: 70px;
        background: url(/images/banner.jpg) no-repeat top;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        min-height: 24rem;
        background-size: cover; }
        body .main .container .header-content .text {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          width: 100%; }
          body .main .container .header-content .text .title {
            font-size: 45px;
            font-weight: 500;
            margin: 0; }
          body .main .container .header-content .text .subtitle {
            font-size: 23px;
            font-weight: 400;
            margin: 0; }
      body .main .container .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        body .main .container .logo img {
          max-width: 220px;
          height: auto; }
        body .main .container .logo p {
          color: #1c3c64;
          display: inline-flex;
          align-items: center; }
        body .main .container .logo a {
          font-size: 22px;
          font-weight: 600;
          color: #538ea1;
          margin-left: 7px;
          text-decoration: underline; }
      body .main .container .why-blue-desk {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px; }
        body .main .container .why-blue-desk .left {
          width: 55%;
          display: flex;
          flex-direction: column;
          justify-content: flex-start; }
          body .main .container .why-blue-desk .left .title {
            font-size: 33px;
            font-weight: 500;
            line-height: 1.1;
            font-family: "Poppins";
            margin-bottom: 15px; }
          body .main .container .why-blue-desk .left .content {
            font-size: 21px;
            font-weight: 400;
            line-height: 1.5; }
        body .main .container .why-blue-desk .right {
          width: 45%;
          display: flex;
          justify-content: flex-end; }
          body .main .container .why-blue-desk .right .why {
            object-fit: cover;
            width: 80%;
            height: 80%;
            border-radius: 10px; }
    body .main .section {
      width: 100%;
      background-color: #1c3c64;
      margin-top: 80px;
      padding-bottom: 100px;
      padding-top: 15px; }
      body .main .section .section-title {
        color: #ffffff;
        font-size: 45px;
        text-align: center;
        word-break: normal;
        font-family: "Poppins";
        font-weight: 500;
        line-height: 1.1; }
      body .main .section .container {
        width: 91%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0;
        gap: 2rem; }
        body .main .section .container .item {
          display: flex;
          flex-direction: column;
          color: white;
          align-items: flex-start;
          width: 357px; }
          body .main .section .container .item .img-container {
            border-radius: 10px;
            margin-bottom: 25px;
            height: 178px;
            width: 100%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center; }
            body .main .section .container .item .img-container img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
          body .main .section .container .item .title {
            color: #ffffff;
            font-size: 23px;
            word-break: normal;
            font-family: "Poppins";
            font-weight: 500;
            line-height: 1.2; }
          body .main .section .container .item .content {
            color: #ffffff;
            font-size: 15px;
            word-break: normal;
            font-family: "Poppins";
            line-height: 1.5;
            font-weight: 400;
            margin-top: 25px;
            font-style: italic; }
    body .main .footer {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      padding-top: 50px;
      flex-direction: column; }
      body .main .footer .content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        body .main .footer .content .logo {
          object-fit: cover;
          transform: scale(0.6); }
        body .main .footer .content .footer-text {
          color: #1c3c64;
          text-align: center;
          font-size: 18px;
          font-weight: 400;
          margin-top: 20px; }
        body .main .footer .content .social-media {
          display: flex;
          flex-direction: row;
          justify-content: space-evenly;
          margin-top: 30px;
          align-items: center;
          width: 70%; }
          body .main .footer .content .social-media img {
            width: 24px;
            height: 24px;
            transform: scale(0.9); }

@media (max-width: 1024px) {
  body .main .container {
    width: 100%; }
    body .main .container .why-blue-desk {
      width: 91%; }
      body .main .container .why-blue-desk .left .title {
        font-size: 30px; }
      body .main .container .why-blue-desk .left .content {
        font-size: 16px; }
  body .main .section .section-title {
    font-size: 1.815rem; }
  body .main .section .container .item .title {
    font-size: 20px; }
  body .main .section .container .item .content {
    font-size: 14px; }
  body .main .section .container .item img {
    width: unset; }
  body .main .footer .content .social-media img {
    transform: scale(0.7); } }
@media (max-width: 768px) {
  body .main .container .header-content .text .title {
    font-size: 35px; }
  body .main .container .header-content .text .subtitle {
    font-size: 17px; }
  body .main .container .why-blue-desk .left .title {
    font-size: 25px; }
  body .main .container .why-blue-desk .left .content {
    font-size: 15px; }
  body .main .section .section-title {
    font-size: 1.5rem; }
  body .main .section .container {
    flex-direction: column;
    align-items: center; }
    body .main .section .container .item {
      width: 60%; }
  body .main .footer .content .social-media img {
    transform: scale(0.8); } }
@media (max-width: 600px) {
  body .main .container .header-content {
    background-size: 1500px; }
  body .main .container .why-blue-desk .right {
    display: none; }
  body .main .section .container .item {
    width: 80%; } }
@media (max-width: 431px) {
  body .main .container .logo {
    transform: scale(0.8); }
  body .main .container .why-blue-desk .left {
    width: 100%; }
    body .main .container .why-blue-desk .left .title {
      font-size: 25px; }
    body .main .container .why-blue-desk .left .content {
      font-size: 15px; }
  body .main .container .why-blue-desk .right {
    display: none; }
  body .main .section .section-title {
    font-size: 25px; }
  body .main .section .container {
    width: 80%;
    flex-direction: column; }
    body .main .section .container .item {
      width: 100%;
      margin-bottom: 15px; }
      body .main .section .container .item .title {
        margin-top: 15px;
        font-size: 17px; }
      body .main .section .container .item .content {
        font-size: 14px; } }
