.margin-top {
    margin-top: 50px;
}

.title {
    color: #41aed4;
}

.image {
    float: right;
    max-width: 600px;
    border-radius: 5%;
    margin-bottom: 30px;
    margin: 0 0 50px 50px;
    transform: skewX(-5deg);
}

@media screen and (orientation: portrait), (max-width: 1000px) {
    .image {
        max-width: 100%;
    }
}