﻿@font-face {
    font-family: roboto;
    src: url(../css/font/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-bold;
    src: url(../css/fonts/Roboto-Bold.ttf);
}

.hd-main {
    background: #f6f6ee;
    padding: 30px 0px;
}

.hd-text {
    margin: 0 auto;
}

    .hd-text h2 {
     font-weight: 600;
        }

    .hd-text p {
        color: #6c3725;
        font-weight: 600;
        margin-bottom: 0px !important;
    }

@media (min-width:320px) and (max-width:568px) {
    .hd-logo-box {
        margin-top: 20px;
    }

    .hd-text h2 {
        font-size: 23px;
    }
}

@media (min-width:580px) and (max-width:680px) {
    .hd-text h2 {
        font-size: 21px;
    }
}

@media (min-width:728px) and (max-width:840px) {

    .hd-text {
        flex: 0 0 98%;
        max-width: 98% !important;
    }
    .hd-text h2 {
            font-size: 24px;
        }
}