.single-section1 {
    background-image: url('../images/ship2.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding:230px 0;
    color:#000;
    margin-bottom:75px;
}

.ss1-inner h1 {
    font-size: 65px;
    font-weight: 600;
}

.ss1-inner h4 {
    margin-bottom:50px;
}

.single-section3 {
    padding:50px 0;
    text-align: center;
}


.single-section4 {
    padding:110px 20px;
    background-image: url('../images/questions.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center -25px;
}

.ss4-inner {
    max-width:400px;
}

.ss4-inner h2 {
    font-size: 34px;
    font-weight: 700;
    color:#011442;
    margin:0;
}

.ss4-inner p {
    margin:20px 0 40px 0;
    font-size: 24px;
    color:#011442;
}