/*------------------------------------------------------------------
Project:  ComingSoon template
Version:  1.0
Last change:  2.07.2020
Assigned to:  Pawel Zuchowski
Primary use:  Free to use under Creative Commons
-------------------------------------------------------------------*/
body,
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-It.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body{font-family:  "Helvetica Neue LT Std",  sans-serif!important;}

body {
    color:#525e6e;
    padding-bottom: 50px;
}
    header a svg clipPath {
    display: none;
}
header {
    background:#022233;
    padding:40px 0;
}
.section-middle {
    padding:40px 0;
}
.section-content-middle h2 {
    padding-bottom: 5px;
}
.section-content-middle p {
    font-size:12px;
}
.section-content-middle p span:last-child {
    margin-left: 20px;
}
.section-content-bottom {
    background: #F4F4F4;
    padding: 25px;
}
.section-content-heading {
    font-size: 13px;
    text-align: justify;
}
.section-content-bottom h3 {
    padding-bottom: 20px;
}
.section-content-heading a{
    color: #005e9c;
    text-decoration: none;
    font-weight: bold;
}
.section-content-heading a:hover{
color:#ff6600;
}

.section-content-middle h6 {
font-weight:normal;
}
.section-content-heading ul {
    padding-left: 20px;
}
@media only screen and (min-width: 768px){ 
.section-content-bottom .col-md-6:last-child {
    padding-left: 25px;
}
.section-content-bottom .col-md-6:first-child {
    padding-right: 25px;
}
}
@media only screen and (max-width: 767px){
    .section-content-middle h2 {
    font-size: 20px;
}
.section-content-middle h6 {
font-size: 16px;
    margin-bottom: 20px;
}
.section-content-middle span {
    display: block;
}
}