p {
    color: #393939;
}

h5 {
    color: #0e509a;
    font-weight: bold;
    padding-bottom: 20px;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.required {
    color: red;
}

.form_label {
    color: #393939;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form_field {
    width: 100%;
    background-color: #ededed;
    border: 1px solid #ddd;
}

.social_icon {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    height: 50px;
}

#banner_text {
    color: white;
    font-weight: bold;
}

.social-grid {
    display: grid;
    place-items: center;
    grid-auto-rows: minmax(auto, auto);
    grid-gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.partners-grid {
    display: grid;
    place-items: center;
    grid-auto-rows: minmax(120px, auto);
    grid-gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.img-size img {
    width: 80%;
    height: auto;
}