.home-fifth-section {
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 94px;
    padding-bottom: 100px;
    color: #001432;
}

.home-fifth-section .container {
    padding: 0 20px;
    margin: 0 auto;
}

.home-fifth-section h1 {
    font-size: 80px;
    font-family: 'Cormorant Garamond Italic', Sans-Serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 1155px;
}

.home-fifth-section p {
    font-family: 'Museo Sans 900', Sans-Serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}

.home-fifth-section a.btn {
    margin-top: 104px;
}

@media screen and (max-width: 1000px) {
    .home-fifth-section h1 {
        font-size: 66px;
    }

    .home-fifth-section p {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .home-fifth-section h1 {
        font-size: 37px;
    }

    .home-fifth-section p {
        font-size: 15px;
    }

    .home-fifth-section a.btn {
        margin-top: 80px;
    }
}
