:root {
  --primary-color: #161616;
  /* --secondary-color: #f8e6d8; */
  --secondary-color: #fbf6f2;
  --text-color: #161616;
  --accent-color: #161616;
  --accent-secondary-color: #fbf6f2;
  /* --accent-secondary-color: #f8e6d8; */
  /* --accent-secondary-color: #d5e1e7; */
  /* --bg-color: #fbf6f2; */
  --bg-color: #f8e6d8;
  --white-color: #ffffff;
  --divider-color: #1616161a;
  --dark-divider-color: #1616161a;
  --error-color: rgb(230, 87, 87);
}

.hero {
  margin: 0px auto;
}

.navbar {
  background: transparent;
}

.hero.hero-bg-image,
.hero.hero-bg-image.hero-video .hero-bg-video video,
.hero.hero-bg-image.hero-video .hero-bg-video {
  height: calc(100dvh - 130px);
}

.hero.hero-bg-image {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero.hero-bg-image::before {
  opacity: 0.3;
}

.section-title h3::before {
  content: none;
}

.section-title h3 {
  padding: 0;
  font-size: 15px;
}

.main-menu ul li a {
  padding: 15px 12px !important;
  text-transform: uppercase;
}

.hero.hero-bg-image .hero-content .hero-body .video-play-button a {
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
  border: none;
}

.btn-default::before {
  right: 16px;
  border: 1px solid var(--white-color);
  width: 22px;
  height: 22px;
}

.btn-inverse {
  background: white;
  color: var(--primary-color);
}

.btn-inverse::before {
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color);
}

.navbar-brand img {
  max-height: 52px;
  object-fit: contain;
  object-position: left;
}

.our-features {
  background: url("../assets/images/services.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}

.feature-counters-box {
  border-top: 1px solid #ffffff1a;
}

.features-item {
  position: relative;
  background-color: #ffffff1a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  cursor: pointer;
  overflow: hidden;
}

.marquee-wrapper {
  width: 100%;
  position: relative;
}

.marquee-inner {
  display: flex;
  gap: 20px;
  animation: marquee 50s linear infinite;
  width: max-content;
}

.marquee-item {
  width: 300px;
  box-sizing: border-box;
  cursor: pointer;
}

.marquee-inner img {
  max-height: 120px;
  width: 220px;
  /* border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    --webkit-backdrop-filter: blur(2px); */
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.feature-item-content p {
  opacity: 0.6;
  letter-spacing: 1px;
}

.why-choose-image-box figure::before {
  background: none;
}

.case-study-image img {
  aspect-ratio: 1 / 1;
}

.section-row {
  margin-bottom: 60px;
}

.team-image img {
  object-fit: contain;
  transform: scale(0.9);
  transform-origin: bottom;
}

.team-image a,
.team-image figure {
  background: #f8e6d8;
}

.team-item:hover .team-image img {
  transform: scale(0.95);
}

.team-image figure::before {
  content: none;
}

.team-social-icon ul li a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--bg-color);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background: var(--bg-color);
  box-shadow: 0 5px 20px -10px;
}

.team-content p {
  margin: 0;
  opacity: 0.5;
}


#contact {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

#testimonials {
  padding: 120px 0 60px !important;
  background-image: url(../assets/images/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

#testimonials .left-img,
#testimonials .right-img {
  display: none;
}

.appointment-image img {
  height: 100%;
  max-height: 750px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  aspect-ratio: unset;
}

.testimonial-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 220px;
  opacity: 0.9;
  z-index: 1;
  object-fit: contain;
}

#testimonials .testi-col figure,
#contact figure {
  border-radius: 25px;
}

#testimonials .testi-col,
#contact .contact-img {
  padding: 15px;
}

#testimonials .testimonial-slider,
.appointment-form {
  max-width: 600px;
  margin: auto;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
  border: 1px solid var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  border: 1px solid var(--primary-color);
}

.book-appointment-content {
  margin-right: 0px;
}

.appointment-image figure::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  content: none;
}

#why {
  padding: 0px;
  background: transparent;
}

.why-choose-item h3 {
  color: white;
  margin-bottom: 10px;
}

.why-choose-item p {
  color: white;
  margin-bottom: 0;
}

.case-study-item {
  height: unset;
  margin-bottom: 0;
}

.case-study-image {
  margin-bottom: 0;
}

.case-study-image a,
.case-study-image figure {
  border-radius: 25px;
}

.case-study-image figure::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.case-study-item {
  position: relative;
}

.case-study-item-body {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 22;
}

#why .section-title.section-title-center {
  margin: 100px auto 60px;
}

@media only screen and (max-width: 1720px) {
  .bg-section {
    border-radius: 40px;
  }
}

#why .large-img * {
  height: 100%;
}

#why .large-img .case-study-item-body {
  height: unset !important;
}

.case-study-content h2 {
  color: var(--bg-color);
  font-size: 30px;
}

.main-footer {
  margin-bottom: 0px;
}

.author-image img {
  border-radius: 52px;
  max-width: 50px;
}

.author-content h3 {
  margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f107" !important;
  padding-top: 3px;
}

header.main-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  background-color: var(--bg-color);
}

#hero {
  margin-top: 100px;
}

header.main-header.sticky {
  box-shadow: 0px 5px 30px -30px;
}

#faq p a,
.copyright a {
  color: var(--primary-color);
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

#faq p a:hover,
.copyright a:hover {
  opacity: 0.8;
}

.testi-fig {
  background-image: url(../assets/images/testimonials.webp);
  background-size: 50%;
  background-position: left center;
  background-attachment: fixed;
  min-height: 600px;
  background-repeat: no-repeat;
}

.appointment-image figure {
  background-image: url(../assets/images/contact.webp);
  background-size: 50%;
  background-position: right center;
  background-attachment: fixed;
  min-height: 700px;
  background-repeat: no-repeat;
}

#contact .black-box {
  aspect-ratio: 1 / 0.9;
  background-color: var(--primary-color);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#contact .black-box:first-child,
#contact .black-box:nth-child(2) {
  margin-bottom: 15px;
}

.book-row .col-6 {
  padding-right: 0;
}

.help-block ul {
  padding: 10px;
}

.author-image {
  margin-right: 15px;
}

.preloader {
  background: var(--bg-color);
}

.safari #services,
.safari #testimonials .testi-col figure,
.safari #contact figure,
.safari .contact-info {
  background-attachment: unset !important;
}

.safari #testimonials .testi-col figure,
.safari #contact figure {
  background-position: center;
  background-size: cover;
}

.about-us .section-title.section-title-center {
  /* max-width: 1020px; */
  max-width: 1200px;
}

#about .section-title {
  margin-bottom: 20px;
}

.about-text {
  margin-bottom: 20px;
}

.our-features::before {
  opacity: 25%;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

.modal {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.2px);
  -webkit-backdrop-filter: blur(2.2px);
}

.modal-content {
  border: none;
}

.whatsapp {
  position: fixed;
  background-color: #54cc61;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.5);
  z-index: 5;
  font-size: 1.9rem;
  color: white;
  transition: all 0.3s ease;
  bottom: 15px !important;
  right: 15px !important;
}

.whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
}

.why-choose-item {
  height: 390px;
}

.why-choose-item.small {
  height: 280px;
}

.why-choose-item.bright h3,
.why-choose-item.bright p,
.why-choose-item.dark:hover h3,
.why-choose-item.dark:hover p {
  color: var(--primary-color);
}

.why-choose-item.bright:hover h3,
.why-choose-item.bright:hover p {
  color: var(--white-color);
}

.why-choose-item.bright,
.why-choose-item.dark:hover::before {
  background-color: var(--accent-secondary-color);
}

.why-choose-item.dark:hover {
  background: white !important;
  transition-delay: 0.4s;
}

.why-choose-item.dark {
  background-color: var(--primary-color);
}

.contact-info {
  position: relative;
  background: url(../assets/images/sep.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 220px;
}

.contact-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
  opacity: 0.1;
  z-index: 0;
  border-radius: 40px;
}

.contact-box {
  margin-top: -120px;
  padding-bottom: 100px;
}

.contact-box .contact-info-item .icon-box {
  margin-bottom: 25px;
  font-size: 38px;
}

.contact-box .contact-info-item {
  height: 100%;
  background-color: var(--accent-secondary-color);
}

.social-box {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.modal-dialog .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: var(--secondary-color);
  border-radius: 50px;
  color: var(--primary-color);
  opacity: 1;
  z-index: 2;
}

.modal-header {
  padding: 0;
  border: none;
}

.all-services {
  padding: 120px 0 60px;
}

#services-hero {
  background: url(../assets/images/sep2.webp);
  background-position: center !important;
  background-size: cover;
}

#services-hero.hero.hero-bg-image {
  height: calc(100dvh - 400px);
  margin-top: 100px;
}

#services-hero.hero.hero-bg-image::before {
  opacity: 0.2;
}

.features-item.bg-dark {
  background-color: var(--primary-color);
}

.features-item.bg-bright {
  background-color: var(--white-color);
}

.features-item.bg-bright .feature-item-content h3,
.features-item.bg-bright .feature-item-content p {
  color: var(--primary-color);
}

.features-item.bg-bright .icon-box img {
  filter: brightness(0);
}

.text-box #modalText {
  max-height: 49.7vh;
  overflow-y: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color);
}

/* WebKit browsers */
.text-box p::-webkit-scrollbar {
  width: 8px;
}

.text-box p::-webkit-scrollbar-track {
  background: var(--primary-color);
  border-radius: 4px;
}

.text-box p::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  /* border-radius: 4px; */
  border: 2px solid #eee;
}

.swiper-button-next,
.swiper-button-prev {
  height: 32px;
  width: 32px;
  border-radius: 50px;
  background-color: var(--secondary-color);
  color: var(--primary-color)
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

/* #stats .why-choose-item.dark::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 50%;
  transform: translateX(50%);
  height: 100%;
  width: 100%;
  background: url(../assets/images/s1-light.png);
  background-size: contain;
  max-width: 160px;
  background-repeat: no-repeat;
  opacity: 0.5;
} */

/* #stats .why-choose-item.bright::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
  height: 100%;
  width: 100%;
  background: url(../assets/images/s2-light.png);
  background-size: contain;
  max-width: 200px;
  background-repeat: no-repeat;
  opacity: 0.5;
} */

#testimonials .image-anime:after {
  content: none;
}

.call::before {
  content: none;
}

.main-header .call {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  gap: 10px;
}

.call svg {
  height: 22px;
  width: 22px;
}

a[href^="https://elfsight.com/google-reviews-widget"] {
  filter: blur(1500px) brightness(0) !important;
  pointer-events: none !important;
}

#modalSubTitle {
  font-size: 14px;
}

#modalTitle {
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

#modalText p {
  padding-right: 15px;
  text-align: justify;
}

#modalText h5 {
  margin-bottom: 5px;
}

#modalText li {
  margin-bottom: 10px;
}

.about-png {
  position: absolute;
  z-index: 1;
  width: 70px;
  height: auto;
  pointer-events: none;
}

.about-png-left {
  left: -90px;
  top: -60px;
  transform: rotateZ(180deg);
}

.about-png-right {
  right: -90px;
  bottom: -20px;
}

.section-title.position-relative,
.our-faqs.position-relative {
  position: relative;
}

.faq-img {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: auto;
  pointer-events: none;
}

.faq-img-right-top {
  top: 100px;
  right: 80px;
}

.faq-img-left-bottom {
  bottom: 60px;
  left: 0;
}

.book-appointment-img-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  z-index: 1;
  pointer-events: none;
}

.contact-map {
  max-width: 520px;
  display: block;
}

.contact-map iframe {
  border-radius: 10px;
  border: none;
}

.slicknav_nav a:focus {
  color: var(--primary-color);
}

.services-hero-img-right,
.services-hero-img-left,
.all-services-icon-bottom-left,
.all-services-icon-top-right {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.all-services-icon-bottom-left {
  bottom: -10px;
  left: -15px;
  width: 160px;
}

.all-services-icon-top-right {
  top: 50px;
  right: -15px;
  width: 160px;
}

.services-hero-img-right {
  right: 0;
  bottom: -1px;
  width: 150px;
}

.services-hero-img-left {
  left: 0;
  bottom: -1px;
  width: 180px;
}

.hero-badge {
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  margin: 0 auto;
  z-index: 1;
}

.hero-badge p {
  font-size: 15px;
  color: var(--white-color);
  background: #c24b37;
  width: fit-content;
  border-radius: 10px 10px 0 0;
  padding: 8px 40px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 auto;
}

.about-us-image img {
  aspect-ratio: unset;
  height: 520px;
}

.about-us-list {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}

.about-us-list ul {
  gap: 0;
}

.about-us-list li {
  margin-bottom: 8px;
}

.about-icons {
  display: flex;
  gap: 10px;
}

.about-icons a {
  background-color: #c24b37;
}

.about-icons a:hover {
  background-color: var(--accent-color);
}

.about-us-image {
  margin-bottom: 0;
}

.mobile-emergency-badge {
  display: none;
}

.modalSwiper {
  height: 100%;
}

.faq-accordion .accordion-item .accordion-body p {
  text-align: justify;
}

.spam-input {
  float: left;
  width: 100px;
  height: 55px;
  text-align: center;
  background-color: #f8e6d8;
  border: none !important;
  border-radius: 10px;
  padding: 12px;
}

.spam-input:focus-visible {
  outline: none;
}

@media (max-width: 1024px) {

  #testimonials .testi-col figure,
  #contact figure {
    /* background-attachment: unset; */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
  }

  .author-image img {
    max-width: 45px;
  }

  #testimonials .testi-col,
  #contact .contact-img {
    padding: 0 !important;
  }

  #testimonials .testimonial-slider,
  .appointment-form {
    max-width: 600px;
    margin: 0 auto 80px;
  }

  .ps-0.large-img {
    padding-left: 15px !important;
  }

  .pe-0.large-img {
    padding-right: 15px !important;
  }

  .book-appointment-content {
    margin: 0 !important;
  }

  #contact figure {
    background-position: center 160px;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav li a {
    padding: 20px;
    color: var(--primary-color);
  }

  .slicknav_menu {
    background-color: var(--bg-color);
    box-shadow: 0px 5px 30px -30px;
  }

  .contact-box .contact-info-item {
    height: 190px;
    margin-bottom: 20px;
    text-align: center;
  }

  .contact-info-item .icon-box {
    margin-bottom: 15px;
  }

  .social-box {
    justify-content: center;
  }

  .services-hero-img-right {
    width: 80px;
  }

  .services-hero-img-left {
    width: 100px;
  }

  .all-services-icon-top-right {
    top: 20px;
    width: 110px;
  }

  .all-services-icon-bottom-left {
    width: 110px;
  }

  .all-services {
    padding: 100px 0 40px;
  }

  .book-appointment-img-right-bottom {
    width: 140px;
  }

  .about-text h5 {
    font-size: 18px;
  }

  #about .social-icon {
    width: 36px;
    height: 36px;
  }

  .whatsapp {
    width: 50px;
    height: 50px;
  }

}

@media (max-width: 768px) {

  .why-choose-item,
  .why-choose-item.small {
    height: 400px;
  }


  .hero.hero-bg-image .hero-content .hero-body .video-play-button a {
    width: fit-content;
  }

  .marquee-wrapper {
    margin-bottom: 40px;
  }

  .feature-counters-box {
    padding-top: 60px;
  }

  .hero-body {
    align-items: center;
  }

  .bg-section {
    border-radius: 20px;
  }

  .about-us-image figure {
    border-radius: 20px;
  }

  /* #about .section-title h2 {
    font-size: 22px;
  } */

  .hero.hero-bg-image .hero-content .section-title p {
    max-width: 650px;
  }

  .about-us-image img {
    border-radius: 20px;
  }

  .ps-0.large-img {
    margin-bottom: 15px !important;
  }

  .pe-0.large-img {
    margin-top: 15px !important;
  }

  /* #testimonials .testi-col figure, */
  #contact figure {
    min-height: 400px;
  }

  .footer-copyright-text {
    padding: 30px 0;
  }

  .hero.hero-bg-image,
  .hero.hero-bg-image.hero-video .hero-bg-video video,
  .hero.hero-bg-image.hero-video .hero-bg-video {
    height: calc(100dvh - 100px);
  }

  #hero {
    margin-top: 82px;
    height: calc(100dvh - 100px);
  }

  .cb-cursor {
    display: none !important;
  }

  .team-item:hover .team-social-icon {
    bottom: 15px;
    right: 15px;
    left: 15px;
  }

  .contact-box .contact-info-item {
    text-align: left;
    display: flex;
    gap: 20px;
    height: 130px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  #testimonials {
    background-size: contain;
    background-position: bottom;
    padding: 80px 0 120px !important;
  }

  .our-faqs {
    padding: 120px 0;
  }

  .faq-img {
    width: 60px;
  }

  .faq-img-right-top {
    top: 50px;
    right: 20px;
  }

  .faq-img-left-bottom {
    bottom: 20px;
  }

  .about-png-left {
    left: -30px;
  }

  .about-png-right {
    right: -30px;
    bottom: -60px;
  }

  .about-png {
    width: 60px;
  }

  #about .section-row {
    margin-bottom: 80px;
  }

  .contact-map {
    margin: 0 auto;
    max-width: 630px;
  }

  .book-appointment-img-right-bottom {
    max-width: 150px;
  }

  .about-us-list {
    gap: 20px;
  }

  .about-icons {
    margin-bottom: 20px;
  }

  .about-us-image img {
    height: 450px;
  }

  .hero-badge p {
    font-size: 14px;
  }
}

@media (max-width: 568px) {

  .why-choose-item,
  .why-choose-item.small {
    text-align: justify;
    padding: 40px 20px;
    height: 100%;
  }

  #testimonials .testi-col figure,
  #contact figure {
    min-height: unset;
  }

  .testimonial-rating,
  .testimonial-content {
    text-align: center;
  }

  .testimonial-author,
  .testimonial-btn {
    justify-content: center;
  }

  .contact-box .row {
    gap: 20px;
  }

  .features-item {
    height: 220px;
  }

  .modal-content {
    width: 90%;
    margin: 0 auto;
  }

  #testimonials {
    padding: 80px 0 !important;
  }

  .book-appointment-img-right-bottom {
    width: 120px;
  }

  #contact {
    padding: 100px 0 120px;
  }

  .all-services-icon-top-right {
    top: 20px;
  }

  .services-hero-img-right,
  .services-hero-img-left {
    display: none;
  }

  .hero-badge {
    display: none;
  }

  .about-text h5 {
    font-size: 17px;
  }

  .about-us-list ul li {
    font-size: 15px !important;
  }

  .mobile-emergency-badge {
    display: block !important;
  }

  .mobile-emergency-badge p {
    padding: 10px 20px;
    line-height: normal;
    color: var(--white-color);
    background-color: #c24b37;
    border-radius: 50px;
    margin: 0;
    height: 36px;
    display: flex;
    align-items: end;
    font-size: 15px;
  }

  #wellness-exams .modal-dialog {
    max-width: 500px;
  }

  #wellness-exams .modal-body img {
    max-width: 60%;
  }

  .text-box #modalText {
    max-height: unset;
    overflow: visible;
  }

  .our-features {
    background-position-x: -320px;
  }
}

@media (min-width: 992px) and (max-width: 1190px) {
  .header-btn .btn-default {
    padding: 17px 20px;
    font-size: 14px;
  }

  .header-btn .btn-default::before {
    content: none;
  }

  .call svg {
    height: 20px;
    width: 20px;
  }

  .main-menu ul li a {
    font-size: 15px;
  }

  .contact-box .contact-info-item {
    height: 230px;
    padding: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .about-png-right {
    right: -30px;
    bottom: -40px;
  }

  .about-png-left {
    left: -30px;
    top: -80px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: 233px;
  }
}

@media (min-width: 1441px) {
  .about-png-left {
    left: -180px;
  }

  .about-png-right {
    right: -180px;
  }

  .contact-map {
    max-width: 600px;
  }
}