.commontitle_div {
  margin: auto;
  text-align: center;
  position: relative;
}

.commontitle_div .maintitle {
  font-size: 28px;
  color: #202020;
  width: fit-content;
  font-family: "Gotham Bold";
  margin-bottom: 20px;
}

.commontitle_div .subtitle {
  font-weight: 700;
  font-size: 30px;
  color: #202020;
  margin-top: 10px;
}

.commontitle_div .titlelogo {
  height: 49px;
  width: auto;
}

@media (min-width: 0px) and (max-width: 575px) {
  .commontitle_div .maintitle {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .commontitle_div .maintitle {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .commontitle_div .maintitle {
    font-size: 24px;
  }
}
