:root {
  --font-size-base: 16px;

  --font-size-ssm: 12px; /* verySmall */
  --font-size-sm: 14px; /* Small */
  --font-size-md: 18px; /* Medium */
  --font-size-lg: 20px; /* Large */
  --font-size-xl: 22px; /* Extra Large */
  --font-size-xxl: 24px; /* Extra Extra Large */
  --font-size-xxxl: 26px; /* Extra Extra Extra Large */

  /* Add breakpoint  */
  --breakpoint-xxxl: 1600px;

  --font-family-primary: "Arial", sans-serif;
  --font-family-secondary: "Arial", sans-serif;
}

/* template aboutus */

.aboutus-title p {
  margin-top: 40px;
  margin-bottom: -10px;
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
}

.aboutus-logo img {
  margin-bottom: 30px;
  width: 466px;
  height: 79px;
}

/* About Us Cards  */
.aboutus-cards .card {
  width: 1280px;
  height: 600px;
  max-width: 100%;
}

.aboutus-cards .card-body {
  background: transparent !important;
}

.aboutus-cards .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.aboutus-cards .card-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.aboutus-cards .card-content {
  text-align: center;
}

.aboutus-content p {
  margin-bottom: 8px;
}

/* Icon Gallery Styles */
.icon-gallery {
  margin-bottom: 2rem;
}

.icon-image-abouts {
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
}

/* Product Template Styles */
.child-page-card {
  width: 620px;
  height: 620px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}

.child-page-card .card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.child-page-card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 20px;
  text-align: center;
}

.child-page-card .card-title {
  margin: 0;
  font-size: 75px;
  color: white;
  text-shadow: rgba(0, 66, 198, 0.75) 2px 2px 5px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 3px;
}

.child-page-card:hover {
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  transform: translateY(-12px);
  box-shadow: 0 6px 12px rgba(0, 66, 198, 0.75);
}

/* Product Card Styles */
.product-card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.card-img-wrapper {
  height: 280px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.product-card .card-content {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card .card-text {
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.product-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.card-body-product-category,
.product-card:hover .card-body-product-category {
  background-color: #0033a0;
  color: #fff;
}

/* template .product-type-title */

.product-card {
  border: none;
  border-radius: 0; /* เพิ่มมุมโค้ง */
}

.product-type-title {
  margin: 0;
  font-size: 83px;
  color: white;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
}

/* Product Thumbnails  */

.owl-nav {
  display: none;
}

.product-thumbnails .thumbnail-item .img-thumbnail {
  border-radius: 0 !important;
  border: none !important;
  margin: 0;
}

.product-thumbnails.owl-carousel .owl-item {
  margin-right: 0;
  padding: 0;
}

.thumbnail-item img {
  object-fit: contain !important;
  object-position: center !important;
}

.thumbnail-item.active-thumbnail {
  border: 3px solid #0033a0 !important;
}

.product-title-detail {
  font-size: var(--font-size-lg);
  font-weight: bold;
  font-style: italic;
  color: #0033a0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  --bs-breadcrumb-divider: "\f054";
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider);
  font-family: "FontAwesome";
  font-weight: 900;
  color: #6c757d;
}

.breadcrumb-item a {
  color: #727272;
  text-decoration: none;
  font-weight: bold;
}

.entry-content p {
  text-align: justify;
}

.text-detail-item p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: var(--font-size-base);
}

/* template content */

.content-banner p {
  margin-left: 26px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
}

.logo-content {
  max-width: 660px;
  max-height: 113px;
}

.text-title-content {
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  color: #0033a0;
}

/* Content Gallery Styles */
.gallery-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

/* Modal Gallery Image */
.modal-gallery-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 1100px; /* เพิ่มความกว้างสูงสุด */
  max-height: 85vh; /* ปรับความสูงสูงสุดให้สัมพันธ์กับหน้าจอ */
}
.btn-close-white {
  opacity: 1;
}

.btn-close-white:hover {
  opacity: 1;
}

/* template-brand-collaboration */
.title-text-brand p {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}

.title-text-brad-logo {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  margin-left: 52px;
}

.logo_brand {
  max-width: 390px;
  max-height: 70px;
}

.text-content-brand {
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  color: #0033a0;
}

.modal-popup {
  max-width: 800px;
}

.custom-modal-header {
  border: none !important;
  padding-bottom: 0 !important;
  position: absolute !important;
  top: -70px;
  right: -15px;
  z-index: 1060;
}

.custom-modal-close-button {
  font-size: 28px !important;
  width: 44px !important;
  height: 44px !important;
}

/* Brand Collaboration Carousel  */
.carousel-container {
  position: relative;
}

.owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container {
  width: 180px;
  height: 180px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 auto;
}

.logo-brand-item {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

.container-form {
  width: 840px;
  background-color: #fff;
}

/* Owl Carousel Navigation  */
.owl-nav {
  display: block !important;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none !important;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.owl-nav button:hover {
  transform: translateY(-50%) scale(1.1);
}

.owl-nav .owl-prev {
  left: -80px;
}

.owl-nav .owl-next {
  right: -80px;
}

.owl-nav button span {
  display: none;
}

.owl-nav button img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.owl-dots {
  display: none !important;
}

.form-collaboration .gform-button {
  background-color: unset !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important; 
  padding: 0 !important;
}

.form-collaboration #field_submit {
  text-align: end;
  margin-left: auto;
}


.validation_message {
  position: relative !important;
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.form-collaboration .form-custom-css {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-collaboration .form-custom-css label {
  position: absolute;
  top: 0;
  left: 12px;
  background-color: #fff;
  padding: 0 4px;
  color: #666;
  font-size: 14px;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: 0;
}

.form-collaboration .form-custom-css input {
  margin-bottom: -20px !important;
}

.form-collaboration .form-custom-css select {
  margin-bottom: -20px !important;
}

.form-collaboration .gform-theme--foundation .gform_fields {
  gap: 20px;
}

.text-title-form {
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  color: #0033a0;
  margin-top: 10px;
}

.form-collaboration .gfield_required:before {
  content: "*";
  font-size: 16px;
}

.form-collaboration .gfield_required .gfield_required_text {
  display: none;
}

/* สำหรับ input fields */
.form-collaboration .gform_wrapper input::placeholder {
  color: #999999;
  opacity: 1;
}

.form-collaboration .gform_wrapper textarea::placeholder {
  color: #999999;
}

.form-collaboration .gform_wrapper select::placeholder {
  color: #999999 !important;
}

.form-collaboration .gform_wrapper select {
  border: 2px solid #949494;
}

.form-collaboration .gform_wrapper input {
  border: 2px solid #949494 !important;
  border-radius: 0;
}

.form-collaboration .gform_wrapper .gf_placeholder {
  color: #999999 !important;
}

.form-collaboration .gform_confirmation_message_5 h1 {
  color: #0033a0;
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
}

.form-collaboration .gform_heading h2 {
  color: #0033a0;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  font-style: italic;
  font-size: 38px;
}

.form-collaboration .gform_confirmation_message_2 h1 {
  color: #0033a0;
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
}
.form-collaboration .gfield--type-textarea {
  margin: 0 !important;
}

/* .form-collaboration .gform_wrapper select option:not(:first-child) {
  color: #000000 !important;
} */

.form-collaboration .gform_wrapper textarea {
  border: 2px solid #949494;
  width: 100%;
  height: 50px;
  resize: vertical;
}

.gfield select {
  color: #000000;
}

.gfield.notselect select {
  color: #999999;
}

.gfield select option {
  color: #000000;
}

.gfield select option:first-child {
  color: #999999;
}

#input_2_19_6 option:first-child {
  color: #888888;
}

.address_country .ginput_address_country.notselect select {
  color: #999999;
}

.address_country .ginput_address_country select option:first-child {
  color: #999999;
}

.form-collaboration .address_country .gform-field-label--type-sub::after {
  content: " *";
  color: #c02b0a;
  font-size: 16px;
}



/* template news and updates */

/*  Pagination  */
.pagination {
  margin: 2rem 0;
}

.pagination .page-link {
  border: none;
  background: none;
  padding: 0.5rem;
  margin: 0 0.25rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Dot */
.pagination .page-item:not(.nav-item) .page-link {
  background-color: #0033a0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  margin: 10px;
}

.pagination .page-item:not(.nav-item) .page-link:hover {
  transform: scale(1.2);
}

.pagination .page-item.active:not(.nav-item) .page-link {
  background-color: #00a3e1;
  transform: scale(1);
}

.pagination .page-item.nav-item {
  margin: 0 0.6rem;
}

.pagination .page-item.nav-item .page-link {
  padding: 0.75rem;
  width: auto;
  height: auto;
  border-radius: 8px;
}

.pagination .page-item.nav-item.disabled .page-link {
  cursor: not-allowed;
}

.pageupdate-title {
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
}

.container-news {
  max-width: 1200px;
}

.title-post-news > h3 {
  color: #0033a0;
  font-weight: bold;
  font-style: italic;
}

.suggested-posts > h2 {
  color: #0033a0;
  font-weight: bold;
  font-style: italic;
}

.content-post-news {
  text-align: justify;
}

.img-post-news img {
  width: 100%;
  height: auto;
  display: block;
}

/* template contact-us */
.container-info {
  max-width: 700px;
}

.text-title-form-contact-us {
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  color: #0033a0;
  margin-top: 10px;
}

.text-title-contact-us {
  font-size: var(--font-size-base);
  font-style: italic;
  letter-spacing: 1px;
}

.section-form-get-in-touch {
  margin-bottom: 60px;
}

.responsive-map {
  height: 420px !important;
}

/* template .product-type-title */

/* Responsive breakpoints */
@media (max-width: 1200px) {
  .product-category-title {
    font-size: 80px;
  }
}

@media (max-width: 992px) {
  .product-category-title {
    font-size: 70px;
  }
}

@media (max-width: 768px) {
  .product-category-title {
    font-size: 60px;
  }

  .container-info {
    max-width: 660px;
  }
}

@media (max-width: 576px) {
  .product-category-title {
    font-size: 45px;
  }
  .container-info {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .thumbnail-item {
    width: 150px !important;
    height: 150px !important;
  }
  .thumbnail-item img {
    width: 100%;
    height: 100%;
  }
}

/* product */
@media (max-width: 1400px) {
  .child-page-card {
    width: 100%;
    height: 550px;
  }

  .child-page-card .card-title {
    font-size: 70px;
  }
}

@media (max-width: 1200px) {
  .child-page-card {
    width: 100%;
    height: 500px;
  }

  .child-page-card .card-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .child-page-card {
    width: 100%;
    height: 620px;
  }
  .child-page-card .card-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .child-page-card {
    width: 100%;
    height: 400px;
    border-radius: 12px;
  }
  .child-page-card .card-title {
    font-size: 22px;
  }
}

/* Responsive brand */

@media (max-width: 992px) {
  .content-header > .brand-banner {
    height: 400px !important;
  }
}

@media (max-width: 768px) {
  .owl-nav .owl-prev {
    left: -60px;
  }

  .owl-nav .owl-next {
    right: -60px;
  }

  .content-header > .brand-banner {
    height: 350px !important;
  }
}

@media (max-width: 576px) {
  .owl-nav .owl-prev {
    left: -40px;
  }

  .owl-nav .owl-next {
    right: -40px;
  }

  .content-header > .brand-banner {
    height: 230px !important;
  }
}

/* template aboutus */

@media (max-width: 992px) {
  .aboutus-banner {
    height: 400px !important;
  }

  .aboutus-title p {
    margin-top: 0px;
    margin-bottom: -10px;
    font-size: 32px;
  }

  .aboutus-logo img {
    width: 370px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .aboutus-banner {
    height: 350px !important;
  }

  .aboutus-title p {
    margin-top: 0px;
    margin-bottom: -10px;
    font-size: 32px;
  }
  .aboutus-logo img {
    width: 340px;
    height: 62px;
  }
}

@media (max-width: 576px) {
  .aboutus-title p {
    font-size: 22px;
    margin-bottom: -5px;
  }

  .aboutus-logo img {
    width: 200px;
    height: 37px;
    margin-bottom: 5px;
  }

  .aboutus-banner {
    height: 230px !important;
  }
}

/* About Us Cards  */

@media (max-width: 1200px) {
  .icon-image-abouts {
    max-width: 125px !important;
    max-height: 125px !important;
  }
}

@media (max-width: 1100px) {
  .icon-image-abouts {
    max-width: 115px !important;
    max-height: 115px !important;
  }
}

@media (max-width: 992px) {
  .aboutus-cards .card {
    width: 980px;
    height: 450px;
    max-width: 100%;
  }

  .icon-image-abouts {
    max-width: 81px !important;
    max-height: 100px !important;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .aboutus-cards .card {
    width: 670px;
    height: 290px;
    max-width: 100%;
  }

  .icon-image-abouts {
    max-width: 75px !important;
    max-height: 75px !important;
    object-fit: cover;
  }
}

@media (max-width: 576px) {
  .aboutus-cards .card {
    width: 400px;
    height: 200px;
    border-radius: 10px !important;
    max-width: 100%;
  }

  .icon-image-abouts {
    max-width: 35px !important;
    max-height: 35px !important;
    object-fit: cover;
  }
}

/* Product Template Styles */
/* template .product-type-title */

@media (max-width: 992px) {
  .product-type-banner {
    height: 400px !important;
  }
}

@media (max-width: 768px) {
  .product-type-banner {
    height: 275px !important;
  }
}

@media (max-width: 576px) {
  .product-type-banner {
    height: 200px !important;
  }

  .product-type-title {
    font-size: 45px;
  }
}

/* productype */
@media (max-width: 992px) {
  .product-type-banner {
    height: 450px !important;
  }
}

@media (max-width: 768px) {
  .product-type-banner {
    height: 275px !important;
  }
}

@media (max-width: 576px) {
  .product-type-banner {
    height: 200px !important;
  }

  .product-type-title {
    font-size: 45px;
  }
}

/* template content */
/* Content Gallery Responsive */
@media (max-width: 1200px) {
  .gallery-image {
    height: 350px;
  }
}

@media (max-width: 992px) {
  .gallery-image {
    height: 300px;
  }

  .text-title-content {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .gallery-image {
    height: 250px;
  }

  .text-title-content {
    font-size: 32px;
  }

  .logo-content {
    max-width: 335px;
    max-height: 60px;
  }

  .logo-cn-content {
    max-width: 100px;
    max-height: 100px;
  }
}

@media (max-width: 576px) {
  .gallery-image {
    height: 200px;
  }

  .logo-cn-content {
    max-width: 75px;
    max-height: 75px;
  }

  .logo-content {
    max-width: 290px;
    max-height: 50px;
  }
}

@media (max-width: 480px) {
  .gallery-image {
    height: 180px;
  }
}

@media (max-width: 992px) {
  .modal-popup {
    max-width: 500px;
    width: auto;
    height: auto;
  }

  .custom-modal-header {
    border: none !important;
    padding-bottom: 0 !important;
    position: absolute !important;
    top: -70px;
    right: -15px;
    z-index: 1060;
  }

  .custom-modal-close-button {
    font-size: 24px !important;
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 576px) {
  .modal-popup {
    max-width: 400px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  #imageModal .modal-prev-btn,
  #imageModal .modal-next-btn {
    display: none !important;
  }
}

/* Brand Collaboration */
/* Responsive  for logo containers and navigation arrows */
@media (max-width: 1440px) {
  .logo-container {
    width: 160px;
    height: 160px;
  }

  .logo-brand-item {
    max-width: 100px;
    max-height: 100px;
  }

  .owl-nav .owl-prev {
    left: -50px;
  }

  .owl-nav .owl-next {
    right: -50px;
  }
}

@media (max-width: 1200px) {
  .logo-container {
    width: 150px;
    height: 150px;
  }

  .logo-brand-item {
    max-width: 90px;
    max-height: 90px;
  }

  .owl-nav .owl-prev {
    left: -40px;
  }

  .owl-nav .owl-next {
    right: -40px;
  }

  .title-text-brand p {
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
  }

  .logo_brand {
    max-width: 320px;
    max-height: 60px;
  }
}

@media (max-width: 992px) {
  .logo-container {
    width: 140px;
    height: 140px;
  }

  .logo-brand-item {
    max-width: 80px;
    max-height: 80px;
  }

  .owl-nav .owl-prev {
    left: -30px;
  }

  .owl-nav .owl-next {
    right: -30px;
  }

  .owl-nav button {
    width: 40px;
    height: 40px;
  }

  .owl-nav {
    display: none !important;
  }

  .content-header > .content-banner {
    height: 400px !important;
  }

  .container-brand {
    max-width: 700px;
  }

  .content-banner p {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 27px;
  }

  .title-text-brad-logo {
    font-size: var(--font-size-base);
    margin-left: 18px;
  }

  .title-text-brand p {
    font-size: 36px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .logo-container {
    width: 130px;
    height: 130px;
  }

  .logo-brand-item {
    max-width: 75px;
    max-height: 75px;
  }

  .logo_brand {
    max-width: 260px;
    max-height: 50px;
  }

  .title-text-brad-logo {
    margin-left: 20px;
  }

  .content-header > .content-banner {
    height: 350px !important;
  }

  .content-banner p {
    margin-left: 30px;
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .logo-container {
    width: 120px;
    height: 120px;
  }

  .text-content-brand {
    font-size: 28px;
  }

  .text-title-form {
    font-size: var(--font-size-lg);
  }

  .logo-form {
    max-width: 120px !important;
    max-height: 32px !important;
  }

  .title-text-brand p {
    font-size: var(--font-size-lg);
    font-weight: bold;
    font-style: italic;
  }

  .logo_brand {
    max-width: 160px;
    max-height: 26px;
  }

  .title-text-brad-logo {
    font-size: var(--font-size-ssm);
    margin-left: 12px;
  }

  .content-header > .content-banner {
    height: 230px !important;
  }

  .content-banner p {
    font-size: var(--font-size-base);
    margin-left: 6px;
  }
}

@media (max-width: 376px) {
  .title-text-brand p {
    font-size: var(--font-size-md);
    font-weight: bold;
    font-style: italic;
  }

  .logo_brand {
    max-width: 140px;
    max-height: 24px;
  }
}

/* template news and updates */

@media (max-width: 992px) {
  .news-and-activities-banner {
    height: 400px !important;
  }
}

@media (max-width: 768px) {
  .news-and-activities-banner {
    height: 350px !important;
  }

  .pageupdate-title {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .pageupdate-title {
    font-size: 30px;
  }

  .news-and-activities-banner {
    height: 230px !important;
  }
}

/* Responsive pagination */
@media (max-width: 767px) {
  .pagination .page-item.nav-item .page-link {
    width: 70px;
    height: 17px;
  }

  .pagination .page-item:not(.nav-item) .page-link {
    width: 10px;
    height: 10px;
  }

  .pagination .page-item.nav-item {
    margin: 0 0.5rem;
  }

  .pagination {
    margin: 1rem 0;
  }
}

@media (max-width: 340px) {
  .pagination .page-item.nav-item .page-link {
    width: 50px;
    height: 17px;
  }
}

/* template contact-us */

@media (max-width: 992px) {
  .responsive-map {
    height: 380px !important;
  }
}

@media (max-width: 768.97px) {
  .responsive-map {
    height: 400px !important;
  }

  .section-form-get-in-touch {
    margin-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .contact > .footer-address h1 {
    font-size: var(--font-size-lg) !important;
  }
  .container-info {
    max-width: 350px;
  }

  .text-title-form-contact-us {
    font-size: 32px;
  }

  .responsive-map {
    height: 270px !important;
  }

  .section-form-get-in-touch {
    margin-bottom: 40px;
  }
}
