@font-face {
    font-family: 'Calibri';
    src: url('fonts/calibri-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
     font-family: Helvetica, Arial, sans-serif !important;
}
a{
    text-decoration:none !important;
}
.row-1 {
    color: #000 !important;
    font-weight: 500;
    text-align: right;
}
.row-1 a{
    text-decoration: none;
    color: #000;
}
.row-2 {
    height: 350px;
}
.row-2 h1{
    font-size: 40px;
    font-weight: 600;
}
.row-3 p {
    font-size: 24px;
    font-weight: 700;
    margin:0px !Important;
 
}
.feature-box p {
    font-weight: 400;
    font-size: 20px;
     font-family: 'Calibri', sans-serif !important;
}
.row.text-bg p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}
.feature-box h2 {
    font-size: 22px;
    font-weight:600;
}
@media screen and (max-width:758px){
    .row-2 h1 {
        font-size: 20px;
    }
    .row-2 {
        height: 200px;
    }
    .row-2 img {
        width: 80px;
    }
    .row-2-col-2 h1{
        padding: 0px !important;
        font-size: 16px;
    }
    .row-3 p{
        font-size: 19px;
    
    }
    .row-2 h1 {
        font-size: 20px;
        padding: 0px !important;
    }
    .feature-box {
      
        border:none !important;
    }
    .feature-box h2 {
        font-size:18px;
    }
    .feature-box p {
        font-size:17px;
    }
    .bg-column {
        height:200px !important;
    }
    .addressColumn p.p1{
        font-size:15px !important;
    }
     .addressColumn p.p2{
        font-size:14px !important;
    }
    
   
}
