.text-content-three-section{
    width:82%;
    display: block;
    margin: 100px auto;
    font-family: monsterrat;
}

.text-content-three-section .large-text-section{
    padding-right:90px;
    padding-left:40px
}

.text-content-three-section .large-text-section h1{
    color:#B8272D;
    font-size:5.3vw;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 40px;
    display:inline-block;
}

.text-content-three-section .small-text-section{
    margin-top:25px
}

.text-content-three-section .small-text-section h2{
    color:#B8272D;
    font-size:3.8vw;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 40px;
    display:inline-block;
}

.text-content-three-section .subtext-section-homepage{
    font-size: 18px;
    line-height: 32px;
    color: var(--gray-black);
}

.text-content-three-section .detail-after-title{
    font-size: 28px;
    display:inline-block;
    color: #B8272D;
    font-family: monsterrat-semi-bold;
}


.module-left-image-right-box-info-wrapper .content_box .upper .desc-box .arrow-link {
    position: relative;
    font-size: 20px;
    color: #B8272D;
    font-weight: 400;
}

.arrow-link, .more-link {
    font-size: 18px;
    line-height: 24px;
    color: #B8272D;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    transition: all .2s;
}

.arrow-link:after, .arrow-link:before, .more-link:after, .more-link:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    transition: all .2s;
}

.arrow-link:before, .more-link:before {
    border-bottom: 2px solid #B8272D;
    border-left: 2px solid #B8272D;
    transform: rotate(-135deg);
    height: 0;
    padding: 3px;
}

.arrow-link:after, .more-link:after {
    height: 2px;
    background-color: #B8272D;
}

.arrow-link:after, .arrow-link:before, .more-link:after, .more-link:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    transition: all .2s;
}

.arrow-link:hover, .more-link:hover {
    color: #B8272D!important;
    padding-left: 30px;
}



a:hover {
    color: #B8272D;
}

.arrow-link:hover:before, .more-link:hover:before {
    left: 15px;
    border-color: #B8272D;
}

.arrow-link:hover:after, .more-link:hover:after {
    width: 25px;
    background-color: #B8272D;
}

.arrow-link:after, .more-link:after {
    height: 2px;
    background-color: #B8272D;
}

@media(max-width:991px){
    .text-content-three-section .large-text-section{
        padding-right: 0;
        padding-left: 0;
    }

    .text-content-three-section .large-text-section h1{

        font-size:4rem;

    }

    .text-content-three-section .small-text-section h2{

        font-size:2.8rem;
       
    }

    .text-content-three-section .detail-after-title{
        font-size: 1.2rem;

    }

    .text-content-three-section .subtext-section-homepage{
        font-size: 18px;
    }
}

@media(max-width:768px){


    .text-content-three-section .small-text-section{

        padding:0;
       
    }

}