.service {
  padding-top: calc(100vw * 246 / 1920);
  margin-bottom: calc(100vw * 263 / 1920);
}

.container {
  width: calc(100vw * 1271 / 1920);
}

.container-header {
  width: calc(100vw * 1271 / 1920);
  height: calc(100vw * 62 / 1920);
  gap: calc(100vw * 16 / 1920);
  position: relative;
}


.color-box {
  width: 100%;
  height: calc(100vw * 8 / 1920);
}

.color--1 {
  height: 100%;
  width: calc(100vw * 89 / 1920);
  background-color: #ea0712;
}

.color--2 {
  height: 50%;
  width: calc(100vw * 1182 / 1920);
  background-color: #ddd;
}

.container-header h2 {
  color: #000;
  font-size: calc(100vw * 38 / 1920);
  line-height: calc(100vw * 38 / 1920);
  font-weight: 500;
}

.container-header h3 {
  position: absolute;
  right: 0;
  bottom: calc(100vw * 21 / 1920);
  text-transform: uppercase;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 16 / 1920);
  color: #ccc;
  font-weight: 300;
  letter-spacing: calc(100vw * 1 / 1920);
}

.container-flex {
  display: flex;
}

.container-justify-center {
  justify-content: center;
}

.container-align-center {
  align-items: center;
}

.container-column {
  flex-direction: column;
}

.premiums-imgs {
  margin-top: calc(100vw * 52 / 1920);
  justify-content: space-between;
}

.premiums-imgs img {
  width: calc(100vw * 612 / 1920);
}

.premiums-content-title {
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  color: #b42222;
  font-weight: 600;
  letter-spacing: calc(100vw * 1 / 1920);
}

.premiums-content {
  color: #3b3b3b;
  font-size: calc(100vw * 19 / 1920);
  line-height: calc(100vw * 19 / 1920);
  letter-spacing: calc(100vw * 1 / 1920);
}

.premiums-content-first {
  margin-top: calc(100vw * 73 / 1920);
  gap: calc(100vw * 46 / 1920);
}

.premiums-content-second {
  margin-top: calc(100vw * 99 / 1920);
  gap: calc(100vw * 46 / 1920);
}

.premiums-content-third {
  margin-top: calc(100vw * 106 / 1920);
  gap: calc(100vw * 46 / 1920);
}

.premiums-content-fourth {
  margin-top: calc(100vw * 99 / 1920);
  gap: calc(100vw * 46 / 1920);
}

.top-gap.blocker {
  margin-top: calc(100vw * 46 / 1920);
    color: #000;
    font-weight: 600;
}

.premiums-content.no-line-height {
  line-height: inherit;
}
