.custom__cards--home .right--part {
  background-color: #E3E3E3;
}

.custom__cards--home .custom--button {
  background-color: #da291c;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  color: white;
}

.custom__cards--home .custom--icon {
  margin-left: 1rem;
}

.custom__cards--home .custom--size {
  font-size: 2rem;
}

.custom__cards--home .left--part {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 20px;
  color: #DA291C;
  background-color: white;
}

.custom__cards--home .align--icons {
  align-items: center;
  text-align: justify;
}

.custom__cards--home .custom--button:hover {
  background-color: #da291c !important;
  color: white !important;
}

.custom__cards--home .custom_left--container {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0rem 1rem;
  margin-right: -0.8rem;
}

.custom__cards--home .custom__margin--left {
  margin-top: 5rem;
}

.custom__cards--home .custom__text--header {
  border-bottom: 1px solid #333F48;
  padding-bottom: 0.5rem;
  font-weight: 100;
}

.custom__cards--home .custom__text--header .custom__space--span {
  margin-left: 2rem;
}

.custom__cards--home .custom__space--top {
  margin-top: 2rem;
}

.custom__cards--home .custom__space--top .custom__style--border {
  border-bottom: 1px solid #333F48;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.custom__cards--home .btn--radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #333F48;
  height: 100%;
}