img { max-width: 100%; max-height: 100%; display: block; }

.container { max-width: 1530px; margin: 0 auto; padding: 0px 15px; }
.container_two{ max-width: 1630px; margin: 0 auto; padding: 0px 15px;}

:root { --primary-color:#000;--secondary-color:#003ABC;--ice-blue:#EEF7FF;--blue:#003ABC;--white:hsla(210,57.14%,97.25%,1);--sky-blue:#3388FF;--blue-2:#0A49C9;--black:#000000;--blue-2:#38f;}

body{background-color: var(--ice-blue);
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
}

h1, .h1 { line-height: 59px;}
h2, .h2 { line-height: 41px;}
h3, .h3 { line-height: 35px;}
h4, .h4 { line-height: 26px;}
h5, .h4 { line-height: 24px;}
h6, .h6 { line-height: 1.2;}

h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; }

p { margin: 0;}


/* primary button */

.primary_btn a { font-size: 16px; line-height: normal; font-weight: 500; text-transform: uppercase; text-decoration: none; color: var(--white); display: inline-flex; padding: 32px 65px; background-color: var(--blue); border-radius: 5px; 
 letter-spacing: .05em;transition: all 0.4s ease;}
.primary_btn a:hover { opacity: .8;!important}



@media (max-width:767px){
h1{font-size: 35px !important;line-height: 40px;}
h2{font-size: 32px !important;line-height: 37px;}
h3 {font-size: 28px !important;line-height: 33px;}

}