.interestOuterContainer {
  margin-top: 40px;
  margin-bottom: 40px;
  
}
.interestRightBottomBox p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.interestTopHeading {
  font-size: 42px;
  color: black;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.interestRightHeading {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: 600;
}
.interestRightBottomBox {
  font-style: italic;
}
.interestRightBottomBox a {
  color: #d64f4f;
  cursor: pointer;
}

.interestRightSubHeading {
  font-size: 18px;
  line-height: 24px;
}
.interestRightOuterBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.interestRightBox {
  background: #f7f5f6;
  padding: 20px 30px;
  border-left: 10px solid #832625;
}
.interestImage {
  width: 75%;
  margin: auto;
}
.interestImage img {
  width: 100%;
}
@media (max-width: 1200px) {
  .interestImage {
    width: 83%;
  }
  .interestRightBox {
    padding: 15px 20px;
  }
}
@media (max-width: 992px) {
  .interestImage {
    width: 100%;
  }
  .interestOuterContainer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .interestTopHeading {
    font-size: 36px;
    line-height: 44px;
  }
  .interestRightOuterBox {
    gap: 10px;
    margin-bottom: 20px;
  }
  .interestRightHeading {
    font-size: 20px;
    line-height: 26px;
  }
  .interestRightSubHeading {
    font-size: 16px;
    line-height: 22px;
  }

  .interestRightBox {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .interestOuterContainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .interestTopHeading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
  .interestOuterContainer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .interestTopHeading {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .interestRightOuterBox {
    margin-bottom: 10px;
  }
}
