@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
}
body p {
  font-size: 18px;
}
.c-container {
  margin: 0 auto;
  max-width: 980px;
}
.advertorial {
  text-align: center;
}
.c-color {
  color: #e50075;
}
.header {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.header-logo {
  width: 180px;
}
.header-cta {
	background-color: #e50075;
	display: block;
	margin: 0 auto;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	max-width: 250px;
	border-radius: 8px;
	float: right;
}
.fw-800 {
	font-weight: 800;
}
span.logo-word {
    color: #585a5d;
    border: 1px solid #d6d6d6;
    padding: 0px 6px;
    border-radius: 6px;
    background: #eaeaea;
}
.logo {
	display: flex;
	align-items: center;
	gap: 6px;
}
.wopta {
	text-transform: uppercase;
}
.header-cta:hover {
  background-color: #B7005D;
  transition: all .5s;
}
.mid-section {
  margin-top: 20px;
}
.date {
  font-size: 16px;
  text-align: center;
  color: #555;
}
.heading {
  font-size: calc(18px + 1.5vw);
  font-weight: bold;
  margin-bottom: 25px;
}
.sub-heading {
  text-align: center;
  font-size: 14px;
  color: #555;
}
.mid-section .list-1 li {
  margin-bottom: 10px;
}
.cta {
	background-color: #e50075;
	display: block;
	margin: 40px auto 0px auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	border-radius: 8px;
	max-width: 650px;
}
.cta:hover {
  background-color: #B7005D;
  transition: all .5s;
}
.footer {
  background-color: #585a5d;
  padding: 50px 20px;
  color: #fff;
  font-size: 14px;
  margin-top: 200px;
}
.footer p {
  font-size: 14px;
}
.footer-links {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.footer-links a {
  color: #fff;
}
.footer-links a:visited {
  color: #fff;
}
@media screen and (max-width:500px) {
  .header-cta {
    background-color: #e50075;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    max-width: 250px;
    border-radius: 6px;
    float: right;
  }
  .header-logo {
    width: 150px;
  }
  .hide-mob {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .heading-resize {
    justify-content: center;
  }
}
