.wsrAdsLeft {
  width: 20%;
  height: auto;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.wsrAdsLeft h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 45px;
}
.wsrAdsLeft h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0px 8px;
}
.wsrAdsLeft .orderBtn {
  width: 100%;
  text-align: center;
  background: var(--red-color);
  height: auto;
  line-height: normal;
  padding: 11px 28px;
  border: none;
  box-shadow: none;
  font-size: 20px;
  border-radius: 0 !important;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
}
.wsrAdsLeft .orderBtn:hover {
  opacity: 0.9;
}

.wsrAdsMiddle {
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.wsrAdsMiddle .AdsinnerMiddle {
  padding: 35px 35px 15px;
}
.wsrAdsMiddle h2 {
  color: var(--red-color);
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #c7cdd2;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
.wsrAdsMiddle .innerul {
  margin: 0;
  padding: 0;
}
.wsrAdsMiddle .innerul a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #242122;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 0;
  text-transform: capitalize;
}
.wsrAdsMiddle li {
  list-style: none;
  margin-bottom: 8px;
  display: block;
}
.wsrAdsMiddle li div {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 26px;
}
.wsrAdsMiddle li .readMore {
  width: 100%;
  float: left;
  font-size: 11px;
}
.wsrAdsMiddle li .readMore a {
  color: var(--red-color);
  margin-bottom: 20px;
  font-size: 16px;
}
.wsrAdsMiddle .wsrIcon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.wsrAdsMiddle .wsrIcon li {
  list-style: none;
  padding-right: 8px;
}
.wsrAdsMiddle .wsrIcon a {
  background: #666;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.wsrAdsMiddle .wsrIcon a:hover {
  background-color: var(--red-color);
}

.wsrAdsBottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wsrAdsBottom .wsrFranchise {
  padding: 0px 35px;
  text-align: center;
  padding-bottom: 10px;
}
.wsrAdsBottom .wsrFranchise h2 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 4px;
  border: none;
  padding: 0;
  font-size: 24px;
}
.wsrAdsBottom .wsrFranchise p {
  font-size: 20px;
  color: #fff;
  font-style: italic;
  margin: 0;
  font-weight: 400;
}
.wsrAdsBottom .orderBtn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  background: var(--red-color);
  margin-bottom: 0;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
}

.wsrAdsRight {
  width: 20%;
  height: auto;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wsrAdsRight h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.wsrAdsRight h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0px 8px;
}
.wsrAdsRight .orderBtn {
  width: 100%;
  text-align: center;
  background: var(--red-color);
  height: auto;
  line-height: normal;
  padding: 11px 28px;
  border: none;
  box-shadow: none;
  font-size: 20px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
}
.wsrAdsRight .orderBtn:hover {
  opacity: 0.9;
}

.inNews img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1000px;
}

.imgResponsive {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wsrAdsLeft {
    width: 100%;
  }
  .wsrAdsMiddle {
    width: 100%;
  }
  .wsrAdsRight {
    width: 100%;
  }
  .imgResponsive {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1253px) {
  .wsrAdsBottom {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 776px) {
  .imgSp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .inNews {
    flex-direction: column;
  }
}/*# sourceMappingURL=addsSection.module.css.map */