@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

.title {
  margin-bottom: 10px;
  text-align: left;
  line-height: 35px;
  color: #521138;
  text-transform: uppercase;
  max-width: auto;
}
.title-2 {
  margin-bottom: 10px;
  text-align: left;
  line-height: 35px;
  color: #521138;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.7rem !important;
}

.image {
  height: auto;
  width: auto;
  /* padding: 15px; */
}

.sub-title {
  margin-top: 15px;
  text-align: left;
  line-height: 40px;
  font-weight: 600;
  color: #521138;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.description {
  font-size: 15px;
  color: #666666;
  text-align: justify;
}

.sideline {
  border-left: 5px #521138 solid;
  height: 180px;
}

.heading-line {
  font-size: 20px;
  text-align: start;
  color: #521138;
  font-weight: 600;
  margin-bottom: -10px;
}

.image {
  width: 100%;
  height: 310px;
}
.image-1 {
  width: 100%;
  height: 400px;
}

.new-text1 {
  line-height: 28px;
  color: #868585;
  margin-bottom: 0px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  text-align: justify;
}

@media only screen and (max-width: 625px) {
  .image {
    width: 100%;
    height: 220px;
  }
  .sub-title{
    font-size: 28px;
  }
  .title-2{
    font-size: 1.5rem !important;
    text-align: start;
    text-transform: uppercase;
    line-height: 28px;
  }
}

/* ---------------------------------- */
