@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }
}

/* 
  Extra large devices (less than 1400px)
*/
@media (max-width: 1399px) {
  .hero__media {
	margin-right: -120px;
}
.intro {
	padding-bottom: 120px;
}
}

/* 
  Large devices (less than 1200px)
*/
@media (max-width: 1199px) {
section {
  padding-block: 100px;
}
.hero__media {
  margin-right: -80px;
}
.hero__heart-shape {
  width: 400px;
  top: 40px;
}
.intro {
	padding-bottom: 100px;
}
.features__container {
	padding-block: 100px;
}
.faq__content {
  padding-block: 100px;
  margin-right: 0;
}
.faq__thumb {
  margin-left: 0;
  margin-right: -120px;
}
.download__content {
	padding-left: 0;
}
.cta__heart-shape {
	max-width: 960px;
	top: -235px;
}

.footer__intro {
	max-width: 340px;
}
.footer__widget {
	min-width: 160px;
}
}

/* 
  Medium devices (less than 992px)
*/
@media (max-width: 991px) {
section {
  padding-block: 80px;
}

h1 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}
h2, .h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	line-height: 28px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}
h5 {
  font-size: 16px;
  line-height: 20px;
}
.section__desc {
  font-size: 16px;
}
.section__header {
  margin-bottom: 40px;
}
.row {
	--bs-gutter-x: 20px;
}

.hero .section__header {
  margin-bottom: 20px;
}
.form__wrapper {
	gap: 12px;
}
.hero__media {
  margin-right: -60px;
}
.hero__heart-shape {
  width: 300px;
  top: 20px;
}

.intro {
	padding-bottom: 80px;
}

.features__container {
  padding-block: 80px;
}
.features .row {
  --bs-gutter-y: 40px;
}

.faq__content {
  padding-block: 80px;
}
.faq__list li {
  font-size: 16px;
  line-height: 20px;
}
.faq__list li span {
  font-size: 20px;
  line-height: 24px;
}
.faq__list {
  gap: 16px;
}
.faq__thumb {
	margin-right: -80px;
}

.features__table th:not(:first-child) {
	width: 160px;
}

.cta__content {
  max-width: 550px;
}
.cta__heart-shape {
  max-width: 768px;
  top: -185px;
}

.footer__widget {
  min-width: 0;
}
.footer__intro {
  max-width: 260px;
}

.about__content {
	margin-bottom: 40px;
}

.contact__content {
	margin-bottom: 40px;
}

.pricing__card {
	margin-right: 0;
}
}

/* 
  Small devices (less than 768px)
*/
@media (max-width: 767px) {
section {
  padding-block: 60px;
}
h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 36px;
}

.header .container {
  padding-inline: 20px;
}
.header__logo-img {
  width: 100px;
}

.hero__heart-shape {
	width: 400px;
}
.video {
	aspect-ratio: 4 / 5;
}

.intro {
	padding-bottom: 60px;
}

.features__container {
  padding-block: 60px;
}

.faq__content {
	padding-block: 60px;
}
.faq__thumb {
	margin-right: -60px;
}

.theme-table th, .theme-table td {
  font-size: 14px;
  padding: 12px 5px;
}
.theme-table th:first-child, .theme-table td:first-child {
  padding-left: 16px;
}
.theme-table th:last-child, .theme-table td:last-child {
  padding-right: 16px;
}
.features__table th:not(:first-child) {
  width: unset;
  min-width: 70px;
}

.download__content {
	padding-bottom: 60px;
}

.footer__intro {
  max-width: 100%;
}
.footer__logo-img {
  width: 100px;
}
.footer__wrapper {
  padding-block: 40px;
}
.footer__widgets {
  width: 100%;
  justify-content: space-between;
}
.footer__bottom {
	padding-block: 20px;
}

.blog__list {
	gap: 40px;
}

.contact__form {
	gap: 20px;
}
.comingsoon__logo {
  width: 250px;
}
.comingsoon__text {
  font-size: 20px;
}
}

/* 
  Extra small devices (less than 576px)
*/
@media (max-width: 575px) {
.hero__media {
  margin-right: -40px;
}
.hero__heart-shape {
  width: 300px;
}
}
