.text-white,
.text-white p {
  color: #ffffff;
}

.text-blue {
  color: #1b365d;
}

.gap-2 {
  gap: 6px;
}

.text-encode,
.text-encode p {
  font-family: "Encode Sans", sans-serif;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lightblue {
  background-color: #00aec7;
}

.bg-red {
  background-color: red;
}

.rounded-125 {
  border-radius: 1.25rem !important;
}

.rounded-075 {
  border-radius: 0.75rem !important;
}

.rounded-025 {
  border-radius: 0.25rem !important;
}

.txt-18,
.txt-18 p {
  font-size: 24px;
}

.txt-24,
.txt-24 p {
  font-size: 24px;
}

.title-line {
  font-family: "Encode Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  line-height: normal;
  margin-bottom: 24px;
}

.title-line::before,
.title-line::after {
  content: "";
  border: 1px solid #00396f;
  position: absolute;
  top: calc(50% - 1px);
  width: 30px;
  /* width: 40px; */
}

.title-line::before {
  right: 0px;
}

.title-line::after {
  left: 0px;
}

.fit-content {
  width: fit-content;
  height: fit-content;
}

.btn-lato,
.btn-lato p {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  /* font-size: 18px !important; */
  font-weight: 500 !important;
}

.btn-media {
  padding: 6.5px 15px;
  font-size: 18px;
  border-radius: 25px;
  margin-top: 0.2rem;
  font-weight: 700;
}
.btn-custom-size {
  width: 110px;
  height: 44px;
}

.social-icons {
  width: 32px !important;
  height: 32px !important;
  padding: 0;
}

.social-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-media.bg-blue:hover {
  background-color: #ffffff !important;
  color: #1b365d !important;
  border: 1px solid #1b365d;
}
.btn-media.bg-white:hover {
  color: #ffffff;
  background-color: #1b365d !important;
  border: 1px solid #ffffff;
}

@media (min-width: 768px) {
  .gap-2 {
    gap: 8px;
  }

  .btn-lato,
  .btn-lato p {
    font-size: 18px !important;
  }

  .title-line {
    font-size: 30px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 14px;
  }
  .btn-media {
    font-size: 24px;
  }
  .btn-custom-size {
    width: 123px;
    height: 46px;
  }
}
