.customBtn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 18px;
  border: 1px solid #061628;
  color: var(--primary-color);
  background-color: var(--white-color);
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.72px;
  max-width: 230px;
  line-height: 1.63;
  text-transform: uppercase;
}
.customBtn:hover {
  border: 1px solid #061628;
  background-color: #0f103b;
  color: var(--white-color);
}

.customBtnLink {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  width: 230px !important;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 18px;
  border: 1px solid #061628;
  color: var(--primary-color);
  background-color: var(--white-color);
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.72px;
  line-height: 1.63;
  text-transform: uppercase;
}
.customBtnLink:hover {
  border: 1px solid #061628;
  background-color: #0f103b;
  color: var(--white-color);
}

.customBtnWrapper {
  width: 230px;
  margin-bottom: 10px;
}

.backgroundGray {
  background-color: #f1f1f1;
}

.backgroundLightBlue {
  background-color: #0095d6;
}

.circlePurple {
  width: 100px;
  height: 100px;
  background-color: #522d6e;
  border-radius: 50%;
}

.circleIcon {
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: center;
  width: 100%;
}

.linkStyle {
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  align-self: center;
  margin: 8px;
  width: fit-content;

  & img {
    display: flex;
    align-self: center;
    margin-right: 16px;
    width: auto;
    height: fit-content;
  }
}

.linkStyle1 {
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  align-self: center;
  width: fit-content;

  & span {
    margin-right: 8px;
    color: #09162e;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
  }

  & img {
    display: flex;
    align-self: center;
    width: auto;

    height: fit-content;
  }
}

.horizontal-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8b8b8b;
  align-self: center;
  margin-right: 20px;
}

.imgWrapper {
  width: 100%;

  & img {
    max-width: 100%;
  }
}
