.ship-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.ship-content {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0px auto 50px;
    font-size: 20px;
    font-family: "Heebo";
    font-weight: normal;
    color: #282b65;
    line-height: 34px;
}

.ship-content-title {
    position: relative;
    display: block;
    font-size: 45px;
    font-family: "Heebo";
    text-align: center;
    margin: 0px auto 50px;
    color: #000;
}


/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
    .ship-content-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

	.ship-content {
        font-size: 16px;
        line-height: 28px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .cat-container {
        top: 180px;
    }

	.ship-left {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .ship-right {
        position: relative;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width : 500px) {
    .ship-title {
        font-size: 24px;
    }
}