.content {
  display:flex;
  justify-content: center;
  padding: 0px;
}
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 90vw !important;
  background: #e9e9e9;
}

.container-home {
  max-width: min-content;
}

.body-content {
  padding: 0px !important;
}

.service-container {
  width: 95vw;
}

.service-title-wrapper {
  display: flex;
  align-items: end;
  position: relative;
  top: 10px;
}

.service-title {
  padding-top: 5px;
  font-family: "Inter", serif;
  font-weight: 500;
  padding-inline: 25px;
  color: white;
  width: fit-content;
  background-color: #125ad0;
  border: 10px solid #125ad0;
  border-bottom: 0;
  border-radius: 30px 30px 0px 0px;
  font-size: 27px;
  text-transform: uppercase;
  text-wrap-mode: nowrap;
}

.service-wrapper {
  min-width: 60vw;
  max-width: 70vw;
  border: 25px solid #125ad0;
  background-color: #125ad0;
  border-radius: 0px 30px 30px 30px;
}

.service-body {
  background-color: #ffffff;
  width: 100%;
  padding: 1rem;
  border-radius: 20px;
}

.triangle {
  width: 25px;
  height: 25px;
  position: relative;
  right: 10px;
  border-left: 10px solid #125ad0;
  border-bottom: 10px solid #125ad0;
  border-bottom-left-radius: 21px;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
  .service-wrapper {
    max-width: 95vw;
  }
}

@media screen and (max-width: 480px) {
  .service-wrapper {
    border: 10px solid #125ad0;
  }

  .service-title {
    padding-top: 0;
    border-bottom: 10px solid #125ad0;
    font-size: 20px;
    padding-inline: 10px;
  }

  #content-main {
    padding: 0 !important;
  }

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {
  .service-title {
    padding-top: 0;
    font-size: 18px;
  }
}
