body{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #565548;
    overflow-x: hidden;
    overflow-y: auto;
}
.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}

.container-main .image-slider {
    height: 42vw;
}
.container-main .slick-list {
    height: 42vw;
}
.container-main .image-item {
    height: 42vw;
}

.main-image-wrapper{
    height: 42vw;
}
.main-image{
    height: 42vw;
    width: 100%;
    object-fit: cover;
}
.main-content-wrapper{
    padding: 50px 0;
}
.row-main{
    margin: 0 10% !important;
    padding: 0 !important;
}
.col-main{
    padding: 1.5%;
    margin-bottom: 25px;
}
.col-main-offer{
    padding: 1.5%;
    margin-bottom: 25px;
}
.offer-wrapper{
    padding: 0;
    border: 1px solid #977f5d;
}
.offer-wrapper:hover{
    cursor: pointer;
}
.offer-wrapper:hover a{
    text-decoration: none;
}
.offer-image{
    width: 100%;
    /* height: 200px; */
    /* object-fit: cover; */
}
.offer-text-wrapper{
    /* text-align: center; */
    display: block;
    padding: 20px;
}
.text-title{
    font-weight: 700;
    color: #977f5d;
    font-size: 13pt;
    min-height: 50px;
    max-height: 50px;
}
.text-paragraph{
    font-size: 11pt;
    font-weight: 300;
    color: #565548;
    overflow-wrap: break-word;
    min-height: 115px;
    max-height: 115px;
    overflow: hidden;
}
.text-footnote{
    font-size: 9pt;
    font-weight: 700;
    color: #977f5d;
}
.text-footnote:hover{
    cursor: pointer;
    color: #3c2415;
    text-decoration: none;
    font-weight: 700;
}

@media screen and (min-width:2001px){
    /* .offer-text-wrapper {
        padding: 27.5px;
    }
    .text-title{
        font-size: 2em;
    }
    .text-paragraph{
        font-size: 1.5em;
    }
    .text-footnote{
        font-size: 1.25em;
    } */
}

@media screen and (max-width:2000px) and (min-width:1600px){
    /* .offer-text-wrapper {
        padding: 35px;
    }
    .text-title{
        font-size: 1.75em;
    }
    .text-paragraph{
        font-size: 1.25em;
    }
    .text-footnote{
        font-size: 1em;
    } */
}

@media screen and (max-width:1180px){
    /* .text-title{
        font-size: 1em;
    }
    .text-paragraph{
        font-size: 0.85em;
    }
    .text-footnote{
        font-size: 0.75em;
    } */
}
@media screen and (max-width: 991px){
    .main-image {
        /* height: 375px; */
    }
}

@media screen and (max-width: 768px){
    /* .main-image {
        height: 300px;
    } */
    /* .offer-text-wrapper {
        padding: 30px;
    } */
    .text-title{
        font-size: 13pt;
    }
    .text-paragraph{
        font-size: 11pt;
    }
    .text-footnote{
        font-size: 9pt;
    }

    .container-main .image-item{
        width: 100%;
        display: inline-block;
    }
}

@media screen and (max-width: 575px){
    /* .main-image {
        height: 300px;
    } */
    .col-main{
        padding: 2% 1%;
    }
}