/*title with line*/
.line-right-heading,
.line-bothside-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  color: #cf564b;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.line-right-heading::after {
  content: "";
  width: 40px; /* Set line width */
  height: 4px;
  background: #cf564b;
  margin: 0 10px;
  border-radius: 5px;
}

.line-bothside-heading::after,
.line-bothside-heading::before {
  content: "";
  width: 40px; /* Set line width */
  height: 4px;
  background: #cf564b;
  margin: 0 10px;
  border-radius: 5px;
}

/*title white*/

.line-right-white-heading,
.line-bothside-white-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.line-right-white-heading::after {
  content: "";
  width: 40px; /* Set line width */
  height: 4px;
  background: #fff;
  margin: 0 10px;
  border-radius: 5px;
}

.line-bothside-white-heading::after,
.line-bothside-white-heading::before {
  content: "";
  width: 40px; /* Set line width */
  height: 4px;
  background: #fff;
  margin: 0 10px;
  border-radius: 5px;
}

/*second row line*/
 .second-line-right-heading {
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            /* Ensures wrapping works properly */
            font-size: 40px;
            font-family: 'Times New Roman', Times, serif;
            color: #cf564b;
            width: 25vw;
	    font-weight: bold;
        }

        .second-line-right-heading::after {
            content: "";
            display: inline-block;
            width: 40px;
            height: 4px;
            background: #cf564b;
            margin-left: 8px;
            border-radius: 5px;
            vertical-align: middle;
        }

        .img-section {
            width: 50px;
            height: 50px;
        }
