﻿.strategic-plan
{
  padding: 30px;
}

.strategic-plan .col-md-6
{
  margin-bottom: 30px;
}

.strategic-plan h2
{
  font-size: 30px;
  color: #034F8A;
  font-weight: 600;
  margin-bottom: 40px;
}

.strategic-plan h3
{
  font-size: 22px;
  color: #8F1D3B;
  font-weight: 400;
  margin: 60px 0 40px;
}

.strategic-plan p
{
  font-size: 18px;
  color: #7D7D7D;
  font-weight: 600;
  line-height: 30px;
}

.strategic-plan .box
{
  background: #EDF5F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 18px;
  color: #7D7D7D;
  text-align: center;
  min-height: 170px;
}

.strategic-plan .box 
{
  min-height: 250px;
}
.results .box
{
  min-height: 100px;
}

.strategic-plan .box img
{
  margin-bottom: 20px ;
}

