.small-title {
    font-size: 1.8rem !important;
}

.rubik-head {
    font-size: 3rem;
}

.bold {
    font-weight: bold;
}

li {
  list-style: "\F272";
  color: #3DD2CC;
  font-family: "bootstrap-icons";
  position: relative;
  padding-left: 1em;
}

li p {
    margin-bottom: 0;
}

.disc {
    font-size: 12pz;
}
.dscr {
    color: #6B7280;
    font-size: 12px;
    grid-column: 1 / 3;
}
.contact-form {
  border: 2px solid #d6d6d6;
  border-radius: 10px;
  background-color: #fcfcfc;
  padding: 20px;
}

.custom-select:hover, 
.custom-select:focus,
input:hover, 
input:focus,
textarea:hover,
textarea:focus {
    border-color: #1fa1a0;
    box-shadow: 0 0 5px rgba(61, 210, 204, 0.5);
    outline: none;
}

.custom-select option {
    padding: 0.5rem;
    background-color: #f9f9f9;
    color: #333;
}

.custom-select option:hover {
    background-color: #3DD2CC;
    color: #fff;
}

.dscr {
  color: #6B7280;
  font-size: 12px;
}

.margin-t {
    margin-top: 50px;
}