.huge_text{
    margin-top: 20px;
    margin-bottom:20px;
    padding-top: 20px;
    font-size:70px;
}

.main-product-details-div{
    padding-top:30px;
}

.huge_text-no-padding{
    margin-top: 0px;
    padding-top: 0px;
}

.display-area{
    min-height:300px;
    height: 70vh;
    padding-top: 80px;
}


.other-product-text{
    font-size: 30px;
    padding-top: 15px;
}

.display-area .overview-content > h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .display-area .overview-content > h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-area .overview-content > h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .display-area .overview-content > h2 {
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    .display-area .overview-content > h2 {
        font-size: 18px;
    }
}
.display-area .overview-content > h2 span {
    color: #cda557;
}
.display-area .overview-content > h2:before {
    background-color: #f4f4f4;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.display-area .overview-content > h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #cda557;
    height: 2px;
    width: 170px;
}
.display-area .overview-content > .short_desc {
    margin-bottom: 0;
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .display-area .overview-content .hiraola-about-us_btn-area {
        float: left;
        width: 100%;
        padding-bottom: 30px;
    }
}
.display-area .overview-content .hiraola-about-us_btn-area .about-us_btn {
    background: #cda557;
    color: #ffffff;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 145px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.display-area .overview-content .hiraola-about-us_btn-area .about-us_btn:hover {
    background: #595959;
    color: #ffffff !important;
}