/* trophy section */
.trophy {
    background-image: url(../images/trophy-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 698px;
    z-index: 1;
    position: relative;
    padding: 100px 0;
}
.trophy:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3e362bbf;
    z-index: -1;
}
.trophy h2 {
    color: #ffffff;
    margin-bottom: 30px;
}
.trophy .section-heading {
    text-align: center;
    margin-bottom: 100px;
}
.trophy .section-heading h4 {
 font-family: "Archivo", sans-serif;
 font-weight: 400;
 font-size: 24px;
 line-height: 100%;
 letter-spacing: 0;
 text-align: center;
 color: #ffffff;
}
.trophy-content.row {
    column-gap: 100px;
    flex-wrap: nowrap;
}

.trophy-content p {
    color: #ffffff;
    margin: 0;
}

.trophy-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
    font-family: "Archivo", sans-serif;
}

.trophy-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.trophy-right {
    width: 50%;
}
.trophy.lite {
    height: auto;
    background-color: #F3EFED;
}
.trophy.lite .section-heading {
    max-width: 800px;
    margin: 0 auto;
}
.trophy.lite .section-heading h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    font-family: "Archivo", sans-serif;
    color: #3E362B;
}
.trophy.lite .section-heading h2 {
    color: #3E362B;
}
.trophy.lite:before {
	display: none;
}
.trophy.lite .trophy-content.row {
    flex-direction: row-reverse;
    margin-top: 80px;
    align-items: center;
}
.trophy img {
	width: 100%;
}
.trophy.lite .trophy-left h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
    color: #3E362B;
}
.trophy.lite .trophy-left p {
	color: #3E362B;
}
.trophy.lite .trophy-left li {
    background: url(/wp-content/themes/hart/assets/images/tick.svg) no-repeat left 5px;
    padding-left: 30px;
}
.trophy.lite .trophy-left ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.trophy-right img {
    max-height: 323px;
}

@media(max-width: 992px) {
	.trophy {
       height: auto;
    padding: 65px 0;
}
	.trophy-content.row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
		    row-gap: 30px;
}
	.trophy-left {
    width: 100%;
}
	.trophy-right {
    width: 100%;
}
	.trophy.lite .trophy-content.row {
   
    margin-top: 55px;
}
	.trophy.lite h2 {
    margin-bottom: 15px;
}
	.trophy-right img {
		max-height: unset;
	}
}
@media(max-width: 767px) {
			.trophy-right img {
    width: 100%;
}
		.trophy .section-heading {
    
    margin-bottom: 50px;
}
	.trophy.lite {
    padding: 45px 0;
}
	.trophy.lite .trophy-content.row {
    margin-top: 35px;
}
	.trophy.lite .section-heading h2 {
   
    text-align: left;
}
	.trophy.lite .section-heading h4 {
    
    text-align: left;
}
}
/* trophy section */