﻿.page-head-line {
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 2px solid #0e6655;
    text-transform: uppercase;
    color: #0e6655;
    font-size: 20px;
    margin-bottom: 20px;
}



 .form-control-radio label {
        margin-left: 2px !important;
        margin-right: 5px !important;font-size: 16px;
    }

.logo-img { 
       height:80%; width:80%; float:right;
        
       }
.title {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center; /* center horizontally */
    text-align: center; /* ensure text center */
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}
