.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  max-width: 1160ch;
  color: #000;
  background-color: #eaf3fa;
  font-family: Inter, sans-serif;
}

.container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
}

.container.content-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.footer-1 {
  padding-left: 200px;
  padding-right: 200px;
}

.hero {
  background-image: url('../images/itl.cat_oilfield-wallpaper_1172793.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 200px;
  display: block;
}

.button {
  background-color: #b3b3b3;
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-logo {
  max-width: 100px;
}

.nav-link {
  text-transform: capitalize;
  font-size: 16px;
}

.big-heading {
  max-width: 550px;
  color: #f5f5f5;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.small-title {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  font-style: normal;
}

.small-title.services {
  text-align: center;
  font-size: 18px;
  font-style: normal;
}

.small-title.footer-heading {
  font-size: 25px;
}

.small-title.services-link {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.paragraph {
  color: #000;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.services-1 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ndt {
  max-width: 319px;
}

.andt {
  max-width: 274px;
  padding-left: 0;
}

.ms {
  max-width: 335px;
}

.services-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
}

.cleaning, .rope-services {
  max-width: 300px;
}

.footer-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c2ddf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.footer {
  background-image: url('../images/Footer.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-footer {
  color: #0285ff;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #000;
  text-transform: capitalize;
  padding: 5px 10px;
  text-decoration: none;
}

.footer-nav {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-text {
  color: #0e0e0e;
  text-align: left;
}

.about-us {
  background-image: url('../images/Oil-Rig.jpg');
  background-position: 50% 30%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.small-value {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: center;
}

.footer-1-grid {
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}

.services-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
}

.div-block-6 {
  justify-content: center;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section1-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-container {
  display: flex;
}

.services-page {
  background-image: url('../images/non-destructive.jpg');
  background-position: 50% 30%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.wrapper {
  flex-direction: column;
  align-items: center;
}

.project-page {
  background-image: url('../images/environmental-pollution-factory-exterior-night.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.project-1 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding-left: 150px;
  padding-right: 150px;
}

.project-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.petronas {
  max-width: 75%;
}

.project-title, .project-desc {
  text-transform: uppercase;
}

.dialog {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hrsb {
  max-width: 78%;
}

.mushtari {
  width: 172px;
  max-width: 172px;
}

.careers {
  padding-top: 40px;
  padding-bottom: 40px;
}

.careers-title {
  color: #000;
  text-transform: capitalize;
  font-size: 28px;
  font-style: normal;
}

.careers-grid {
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.form {
  color: #050505;
}

.button-form {
  color: #0285ff;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-grid {
  grid-template-rows: auto;
}

.paragraph-contact {
  max-width: 65ch;
  color: #000;
  margin-top: 10px;
}

.paragraph-footer-1 {
  color: #000;
  margin-top: 10px;
}

.div-block-8 {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-career {
  color: #000;
  margin-top: 10px;
}

.header {
  max-width: 1160ch;
  color: #000;
  background-color: #eaf3fa;
  background-image: url('../images/Header.png');
  background-position: 50%;
  background-size: cover;
  font-family: Inter, sans-serif;
}

.copyright {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block {
  text-align: center;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
}

.heading {
  text-align: center;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.big-heading-company, .big-heading-motto {
  max-width: 550px;
  color: #f5f5f5;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 0%;
  }

  .button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link {
    background-color: #eaf3fa;
  }

  .big-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .small-title.services, .small-title.services-link {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .ndt {
    margin-left: 46px;
    margin-right: 46px;
    padding-left: 0;
  }

  .andt {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cleaning {
    margin-left: 22px;
  }

  .rope-services {
    margin-left: 0;
  }

  .footer-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text, .paragraph-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #eaf3fa;
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #7cb3e1;
  }

  .footer-1-grid {
    grid-column-gap: 0px;
    margin-left: -95px;
    margin-right: -95px;
  }

  .services-div {
    align-items: center;
  }

  .project-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .project-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .careers-title {
    font-size: 20px;
  }

  .careers-grid {
    grid-template-columns: 1fr;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .paragraph-footer-1, .paragraph-career, .big-heading-company, .big-heading-motto {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: url('../images/itl.cat_oilfield-wallpaper_1172793.jpg');
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .small-title {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    display: grid;
  }

  .div-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr;
  }

  .project-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-form {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-contact {
    display: flex;
  }

  .paragraph-footer-1, .paragraph-career {
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
  }

  .map-wrapper {
    padding: 10px;
  }

  .wrapper-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container.footer-1 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .hero {
    background-position: 25%;
  }

  .big-heading {
    font-size: 30px;
  }

  .small-title, .small-title.footer-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .ndt {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .andt, .cleaning, .rope-services {
    margin-left: 0;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-1-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-left: -155px;
    margin-right: -155px;
  }

  .services-div {
    justify-items: center;
  }

  .wrapper {
    flex-direction: row;
    justify-content: center;
  }

  .project-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .careers-title {
    margin-left: -70px;
    margin-right: -70px;
  }

  .paragraph-footer-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-career {
    margin-left: -85px;
    margin-right: -85px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-contact {
    flex-direction: column;
    display: flex;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .big-heading-company, .big-heading-motto {
    font-size: 30px;
  }
}

#w-node-_0223432b-e081-cdfa-1d20-0c6bd06e1e7a-68aca976 {
  align-self: center;
}

#w-node-_7f0e9b89-6126-ea3f-9c07-68e94e6173f0-68aca976, #w-node-_5ecc8aa7-747d-c17a-e804-afe553ada4ef-68aca976, #w-node-_2a81cf93-13bc-83e3-981c-2d2d3e9c835e-68aca976, #w-node-_6ee96b9c-89a2-2eb9-25b5-b15fb3c8804b-68aca976, #w-node-cb8f1ae5-bf07-c300-aacb-40b6b5a3b9f1-68aca976, #w-node-fd8ff9ba-89b5-12d1-4c2d-03acc4a70ef0-68aca976, #w-node-a2cf7191-e77a-1a0d-9b6b-0ce624830e16-68aca976, #w-node-_46c97b0b-99b2-5aea-00b6-6d099584c601-68aca976, #w-node-_96a5c984-ffc7-c533-6c97-c97d8cb2dccc-e77a6494, #w-node-baae08dc-d0ef-a029-04c2-9fa4c91ffe3e-e77a6494, #w-node-e5c7b96a-c8a8-9607-3cbe-a1f225793489-e77a6494, #w-node-_1cd99d21-301f-107f-25a9-5b682fbcc5e0-e77a6494, #w-node-b1944edd-8cd2-4bd2-877f-b8089e2caeee-e77a6494, #w-node-_005062ce-9eec-3e8e-7e65-fdc7149a91a3-e77a6494, #w-node-_4b08aa50-5c06-d91c-995f-9e09d261f2ff-e77a6494, #w-node-_448bee24-8129-5ecd-de80-3cf2e174fef3-e77a6494, #w-node-_0f9884d9-fb42-c67f-ced6-a951f4347a59-e77a6494, #w-node-_8c711aae-5350-1dba-ec47-8416b339515a-e77a6494, #w-node-_364290e9-e0ea-9f95-95cf-464be9951690-e77a6494, #w-node-b3052ebc-f624-c3e5-7076-9946a2c0899e-e77a6494, #w-node-_4e95f28a-0000-b65c-a5dd-48ea94e53f6a-6613b46b, #w-node-_7b17ccd1-9c1f-f023-386c-4474441e10b4-6613b46b, #w-node-_1f9b1efb-43c1-ea10-095d-f22296be55e3-6613b46b, #w-node-bcdba8f0-97d6-7ebd-7337-e2c4ab1f5f66-6613b46b, #w-node-eb06e909-2e69-fd5e-4252-1322a8d321b5-6613b46b, #w-node-b89b99bd-c409-fbda-f318-b09204a99273-6613b46b, #w-node-de187988-30c0-b2fe-2151-cb4f970a120f-301e49a3, #w-node-_7ae88269-d4d9-072a-fec1-7795347a9e6f-301e49a3, #w-node-_4dbe468a-4b9a-0e0b-bbc4-dce62774e907-301e49a3, #w-node-_39280a14-ca4a-9251-b0da-cd1269adb79e-301e49a3, #w-node-a928c7be-3553-9dea-59a9-fdfe17431ce3-301e49a3, #w-node-dfbe2d7c-4a07-7f26-d648-5c3edb0f6a2b-301e49a3, #w-node-c04db3d7-19dd-f81c-ae0a-f4c01b1a8112-a0a3debd, #w-node-_5b58ea8f-dacd-8a75-30ff-bd4a2688361a-a0a3debd, #w-node-d005e4be-4ec0-bbc2-7c2b-83a5a578894d-a0a3debd, #w-node-e0b60602-50c4-3107-44fa-c27aa6921198-a0a3debd, #w-node-_918b3594-0b5c-4850-b847-1e25f3a03d14-a0a3debd, #w-node-a9685ffe-1c55-e6d9-89bc-647a403e02e6-a0a3debd, #w-node-b1fe99a7-0cdb-c3f0-d4be-4b965d23ec8e-a0a3debd, #w-node-_1017d5f6-0319-8878-8fd2-d6f6f1616719-a0a3debd, #w-node-_4512e0f3-f39a-b1b2-b2e7-30d69bcc97fb-a0a3debd, #w-node-_533ce901-c4e0-88d9-6447-3e4ae955f487-eb846561, #w-node-ffcdf2fe-67ea-6736-3fb0-2fd7e0e4ba75-eb846561, #w-node-_78aa1e71-6447-aa64-1e2e-f300d32beee5-eb846561, #w-node-cdf004c2-ec08-2acf-ee2a-42113ad4e796-eb846561, #w-node-_73888692-5466-edc7-b02b-e1157b412df2-eb846561, #w-node-_2bf45670-b115-3ac9-650e-11cd191f4e77-eb846561, #w-node-_356e2b73-b6f7-751d-d1d9-511bc95258e0-0bb8157b, #w-node-_6d6e90fb-f034-6f2c-c9be-bd817ba5b611-0bb8157b, #w-node-_8ffc7c1e-607f-5410-6282-adfc3e1c7e43-0bb8157b, #w-node-_8c64e2d4-99cf-e70c-7b46-5f5ee68514a0-0bb8157b, #w-node-_3bf573d4-d8d9-4005-3ad2-4af3ef246cba-0bb8157b, #w-node-_51f0be5d-246c-a10d-171c-ff4bb1c934fc-0bb8157b, #w-node-b7b29350-0420-0df9-7715-46dae08b253e-e7e5e2ba, #w-node-_94dc4bb9-a578-adea-f7a2-16e358ef1697-e7e5e2ba, #w-node-efaa92d4-d6d8-71c1-4487-0f83fa8c26d6-e7e5e2ba, #w-node-a3b62bf9-658d-eee0-a99d-4b1f6a893cfe-e7e5e2ba, #w-node-dc361ffe-0ad9-52fd-db63-0c0b9e874fa8-e7e5e2ba, #w-node-b7231d58-8ba4-d3d6-a970-df9917b66b11-e7e5e2ba, #w-node-_8b145e92-bc77-8b6c-7a7f-6391953fa216-e7e5e2ba, #w-node-b43e1195-63ea-28e5-9cde-c201765a446c-e7e5e2ba, #w-node-_1cce603c-b335-bf2d-0b3a-90f99ceca55f-e7e5e2ba, #w-node-_1cc09783-4156-d79d-5a2e-1c252f0eade4-e7e5e2ba, #w-node-d69e353b-380e-7521-bbf0-e4f66367b0e9-e7e5e2ba, #w-node-_8236d9aa-95d9-4bf4-0741-c9ac62689893-e7e5e2ba, #w-node-_72405403-e160-169a-f83c-ea59fc738b90-1e84740e, #w-node-_21539a25-9e56-e035-44c6-074feabd7339-1e84740e, #w-node-c7c78b4b-486e-f741-a15f-37350383b0a4-1e84740e, #w-node-ab4293aa-8af3-1baa-e477-f38b2f8c286e-1e84740e, #w-node-c54f5bbb-065d-67a4-6f35-e1bd99bc6731-1e84740e, #w-node-e4ea7193-76fe-c8c9-d9a4-7fe3df76087b-1e84740e, #w-node-cb2095c3-2003-17e0-debd-99816709c646-1e84740e, #w-node-_285428fd-dd91-0c4a-dd1b-72cab044014b-1e84740e, #w-node-_8147f3e5-a251-6e23-6a51-9a6e142f02c8-72433fd1, #w-node-_14e9a1b0-1e51-4305-fb7b-451a2cd43b24-72433fd1, #w-node-ed0200e6-bd11-93aa-c664-eff9cf3ce755-72433fd1, #w-node-_289066d7-3cd7-7174-0106-cf25e17fa313-72433fd1, #w-node-_7a56e3ef-fcba-048a-7109-35ab1d0f00dd-72433fd1, #w-node-_54ed690b-c355-a4c8-358d-179f90c67236-72433fd1, #w-node-_22973a92-a10e-9413-6559-1132ab3b5f07-72433fd1, #w-node-eebf503e-2837-573e-6b68-fc16133455ba-72433fd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a8e994f-d30b-4e6a-4507-59ae999dc949-55bda01a {
  align-self: center;
}

#w-node-_1a8e994f-d30b-4e6a-4507-59ae999dc950-55bda01a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4ce1-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4ce4-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4ce6-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4ce8-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4ce9-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4cea-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4cf0-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4cf4-55bda01a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4ce0-55bda01a {
    align-self: start;
  }

  #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4cee-55bda01a, #w-node-_9e1928f0-ab6e-e195-2698-e2939ecc4cf2-55bda01a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ed8e358-a596-b936-ebdf-df0a9a1d7258-1e84740e, #w-node-_0fc85341-ebad-65b9-f64f-1f8d552aebc7-55bda01a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


