﻿.vertical-text-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.pre-line {
  white-space: pre-line; }

.btn-blue {
  background-color: #3570AC;
  color: white; }
  .btn-blue a {
    color: white;
    text-decoration: none; }
  .btn-blue a:hover {
    color: #3570AC;
    text-decoration: none; }

.btn-blue:hover {
  background-color: white;
  color: #3570AC;
  border: 1px solid #3570AC; }

.btn-white {
  background-color: white;
  color: #3570AC; }

.btn-white:hover {
  background-color: #3570AC;
  color: white; }

.volunteer .content {
  padding: 30px; }

.volunteer .title {
  color: #3570AC;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 800;
  font-size: 20px; }

.volunteer .text {
  padding-bottom: 15px; }

