html {
  box-sizing: border-box;
  font-size: 16px;
}
:root {
  --primary-color: rgb(36, 36, 36);
  --text-color: rgb(97, 97, 97);
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  color: #3d3d3d;
}
.diesel-heading {
  color: rgba(11, 27, 103, 1);
  font-size: 50px;
  font-weight: 800;
}
.diesel-heading--s {
  color: rgba(11, 27, 103, 1);
  font-size: 28px;
  font-weight: 800;
}
/* Section 1 */
.diesel-1 {
  background-color: rgba(229, 237, 240, 0.507);
}
.diesel-1 .ll-container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diesel-1__img {
  height: 28px;
}
/* Section 2 */
.diesel-2 {
  background-color: rgba(11, 27, 103, 1);
  color: white;
}
.diesel-2 a {
  color: white;
}
.diesel-2 .ll-container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* Section 3 */
.diesel-3 .ll-container {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
  gap: 70px;
  color: rgb(79, 79, 79);
}
.diesel-3 p b {
  color: rgba(11, 27, 103, 1);
}
.diesel-3 p {
  font-weight: light;
}
.diesel-3__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 25%;
}
.diesel-3__info {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.diesel-3__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.diesel-3__group__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.diesel-3__btn-b {
  flex: 24%;
  background-color: #0d6efd;
}
.diesel-3__btn-g {
  color: #fff;
  background-color: #198754;
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .diesel-3__btn-b {
    flex: 48%;
    background-color: #0d6efd;
  }
  .diesel-3__side {
    display: none;
  }
  .diesel-3__info {
    width: 100%;
  }
  .diesel-heading {
    font-size: 38px;
  }
  .diesel-heading--s {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .diesel-heading {
    font-size: 35px;
  }
  .diesel-heading--s {
    font-size: 22px;
  }
}
/* Section 4 */
.diesel-4 {
  background-color: rgba(229, 237, 240, 0.507);
}
.diesel-4 .ll-container {
  padding-top: 25px;
  padding-bottom: 25px;
  color: rgb(33, 37, 47);
  display: flex;
  align-items: center;
  justify-content: center;
}