/* Warranty */



.focus-title {
  color: #757575;
  font-family: var(--universal-sans-bold);
  font-size: 14px;
  letter-spacing: 1.52px;
  line-height: 18px;
}

.warranty-big-header > .wpb_wrapper > p {
    line-height: 110px !important;
}

ul.grid-usage {
    display: grid;
    grid-template-columns: 30.75% 33.334%;
    margin-bottom: 21px;
}

@media (max-width: 991.98px){ 
    ul.grid-usage {
        grid-template-columns: 66.6% 33.334%;
    }
    
    .warranty-address {
        white-space: unset;
    }

    .caution-content{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
  }

li.warranty-address{
    color: #757575;
		font-family: var(--universal-sans-bold);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 20px;
    width: 80%;
}

.warranty-page-content {
    font-family: var(--universal-sans-regular);
}

.address-margin {
    margin: 0.5em 0 0 0;
}

.page-line{
    height: 1px;
    border-top: 1px solid;
    display: block;
    position: relative;
    top: 1px;  
    margin-top: 25px;
    margin-bottom: 21px;
}

.line-orange {
    border-color: #FF9800;
}

.line-grey {
    border-color: #A4A5A8;
}

.hundred-percent {
    width: 100%;
}

.fifty-percent {
    width: 50%;
}

.background-none {
    background: none !important;
}


/* Care and Maintenance */

.first-main-header {
    
}

.care-rectangle {
    height: 253px;
    width: 100%;
    background-color: #FF9800;
}

.care-line {
    height: 13px;
    background-color: #FF9800;
}

.Header_Main_title {
	height: 86px;
    color: #6E7076;
    font-family: var(--aguila-bold);
    font-weight: bold;
    font-size: 72px;
    letter-spacing: -0.42px;
    line-height: 88px;
}
.Header_Main_title:after {
	content: "";
	/* margin-top: 25px; */
	display: block;
	width: 50%;
	height: 13px;
	background-color: #FF9800;
}


/* Company */
.founders-text {
/*     box-shadow: 0px 0px 60px 1px rgba(34,35,40,0.2); */
    background-color: #FFFFFF;
    font-size: 15px;
    color: #A4A5A8;
    width: 540px;
    padding: 36px 46px;
    position: relative;
    left: 95px;
}

.management-text p {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}

.management-name {
    font-weight: bold;
}
@media (max-width: 991.98px){ 
  .founders-text {
    left: 0;
  }
}
