body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333;
    overflow: auto;
}
strong{
    font-weight: bold !important;
}
h2{
    font-size: 2.3vw;
}
h3{
    font-size: 2.2vw;
}
h4{
    font-size: 2.1vw;
}
.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}
.container-main{
    padding: 1em 0 0;
    margin-bottom: 40px;
}
.head-main{
    padding: 0 5%;
}
.back-icon{
    transform: rotate(-90deg);
    width: 32px;
    position: relative;
    left: 3%; 
}
.header{
    text-align: center;
    margin-top: 15px;
}
.barito2-title{
    color: rgb(32, 90, 65);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 2.3vw;
}
.thumb-image{
    width: 275px;
    height: 275px;
    margin-bottom: 35px;
}
.body-main{
    text-align: center;
    padding: 0 150px;
    text-align-last: center;    
}
.paragraph-barito2{
    text-align: justify;
    text-align-last: center;
    font-size: 1.1vw;
    line-height: 1.5;
}
.body-submain{
    text-align: center;
    margin-top: 75px;
}
.brochure-btn{
    background-color: #205a41;
    border-radius: 0.5em;
    border: none;
    font-size: small;
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.brochure-btn:hover{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.brochure-btn a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.brochure-btn:hover a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

figcaption{
    font-size: 0.8em;
    font-style: italic;
}

@media screen and (max-width:767px){
    .barito2-title{
        font-size: 24px;
    }
    .body-main{
        padding: 0 10%;
    }
    .paragraph-barito2{
        font-size: 0.9375rem;
        line-height: 1.66;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
}