/* Style Sheet for:
   IRA landing page en-us, zh-tw, zh-cn
*/
.banner {
    height: 650px;
}
.banner-img {
    background-image: url('../../../images/shared/hero1450x860_ira.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-content {
    padding-top: 135px;
}
.banner-content h1 {
	color: #fff;
    font-size: 50px;
}
.banner-content ul {
	padding: 20px 0 18px 20px;
    font-size: 20px;
    color: #fff;
}
.btn-container .btn {
    padding: 14px 24px;
    font-size: 14px;
}
@media (max-width: 768px){
    body{
        padding-top: 50px;
    }
    .banner {
        height: 370px;
    }
    .banner-content {
        padding-top: 25px;
        padding-left: 25px;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .banner-content ul {
        font-size: 18px;
    }
}
/* Description */
.description {
    padding-top: 30px;
}
.description .row {
    margin-bottom: 35px;
}
.description .row h3 {
    padding-bottom: 20px;
}
.description .row h4 {
    font-size: 20px;
}
.description .row p {
    margin-top: 8px;
}
@media (max-width: 768px){
    .description .row h3 {
        font-size: 25px;
    }
}
/* Terms & Conditions */
.term_condixn {
    background-color: #eff2f7;
    padding-top: 40px;
}