.space {
    display: inline-block;
}

.armanc-title {
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 35px;
    font-family: 'Oswald', sans-serif !important;
    margin-top: 145px;
}

.armanc-title:hover {
    color: #00b4cc;
    transition: 0.3s;
    cursor: default;
}

.armanc-text {
    color: #4c4c4c !important;
    font-family: 'Merriweather', serif !important;
    font-size: 15px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
}

@media only screen and (max-width: 768px) {

    .armanc-title {
        font-size: 18px;
    }

    .armanc-text {
        font-size: 13px !important;
        text-align: justify;
        line-height: 27px !important;
        font-weight: 400 !important;
    }
}

@media only screen and (max-width: 376px) {

    .armanc-title {
        font-size: 20px;
    }

    .armanc-text {
        font-size: 14px;
        text-align: justify;
    }
}


@media only screen and (max-width: 320px) {

    .armanc-title {
        font-size: 18px;
    }

    .armanc-text {
        font-size: 13px !important;
        text-align: justify;
        line-height: 27px !important;
        font-weight: 400 !important;
    }
}