html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #404040 !important;
    padding-top: 50px;
    margin: 0px;
}

.bg-header,
.bg-footer {
    background: #028fcc;
}

.navbar li a {
    color: white;
}

.btn-join {
    background: #ff2a78;
    color: white;
    padding: 20px 25px;
    border-radius: 5px;
}

.btn-pink {
    background: #ff2a78;
    color: white;
}

.card-company ul>li {
    list-style: none;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group {
    /* border: 0.4px solid #d6d8dc; */
    border-radius: 0.25rem;
    /* box-shadow: 0 2px 8px 0 rgb(234 235 237 / 50%); */
}

.input-group-prepend {
    margin-right: -1px;
    display: flex;
}

.font-size-18 {
    font-size: 1.125rem !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.btn-home {
    background-color: #028fcc;
    color: white;
    padding: 10px 30px;
}

.section-content h3, h2 {
    color: #028fcc;
}

@media screen and (max-width: 1024px) {
    .w-25 {
        width: 50% !important;
    }
}

@media screen and (max-width: 768px) {
    .w-25 {
        width: 75% !important;
    }
}

@media screen and (max-width: 500px) {
    .w-25 {
        width: 90% !important;
    }
}