.flex.items-center.justify-between.md\:justify-center {
  background: #205F61; /* أو أي لون/تدرج */
  width: 100vw;     /* العرض كله */
  margin: 20px 20px;        /* يشيل أي مسافات حوالين البلوك */
  padding: 15px 0px; 
  box-sizing: border-box;
}

.flex.items-center.justify-between.md\:justify-center * {
  color: #fff !important;   /* الكلام أبيض */
  fill: #fff !important;    /* أيقونات SVG أبيض */
}

.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info h1.got-title {
 
    font-weight: 600;
}

p.font-normal {
    font-weight: 600;
}

/* 1 - مرن وموثوق لأننا نبحث داخل attribute class و style */
h1[class*="text-2xl"][style*="#205f61"] {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1.6rem !important;
}