.company-heading {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 800;
    color: #FFFFFF;
    
}

.company-subtitle, .company-subtitle p {
	color: #F28D43;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.company-title, .company-title p {
	color: #46336A;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.company-abstract, .company-abstract p {
	color: #2F2942;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.spotlight-title, .spotlight-title p {
	color: #F28D43;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    padding-bottom: 10px;
}
.spotlight-subtitle, .spotlight-subtitle p {
	color: #46336A;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    padding-bottom: 3%;
}
.spotlight-abstract, .spotlight-abstract p {
	color: #2F2942;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    padding-bottom: 3%;
}

.company-news-heading {
	color: #F28D43;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	font-size: 15px;
	line-height: 12px;
	text-align: center;
    text-transform: uppercase;
}
.company-news-subheading {
	color: #46336A;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
}
.orange-color {
    color: #F28D43 !important;
}
.news-card-padding {
    padding: 3%;
}

.brand-title {
    padding-top: 7%;
}
.brand-subheading {
    padding-top: 2%;
    padding-bottom: 2%;
	color: #2F2942;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}

@media (max-width: 500px) {
    .spotlight-wrapper {
        text-align: center;
    }
    .company-heading {
        font-size: 30px;
        line-height: 31px;
        padding-right: 10%;
        padding-left: 2%;
    }
    .company-subtitle {
        font-size: 15px;
        line-height: 12px;
        padding-bottom: 10px;
    }
    
    .company-title {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .company-abstract {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 3%;
    }
    .center-on-small {
        text-align: center;
        align-content: center;
    }
    .spotlight-title {
        font-size: 15px;
        line-height: 12px;
        padding-top: 15%;
    }
    .spotlight-subtitle {
        font-size: 28px;
        line-height: 30px;
        padding-top: 3%;
    }
    .spotlight-abstract {
        font-size: 16px;
        line-height: 26px;
        padding-top: 4%;
    }
    .pad-small {
        padding-bottom: 12%;
        padding-top: 10%;
    }

    .company-news-heading {
        padding-bottom: 10px;
    }
    .company-news-subheading {
        font-size: 28px;
        line-height: 30px;
    }
    .brand-title {
        font-size: 28px;
        line-height: 36px;
    }
    .brand-subheading {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 501px) {
    .spotlight-img-block {

    }
    .company-heading {
        font-size: 50px;
        line-height: 54px;
        padding-right: 20%;
    }
    .company-subtitle {
        font-size: 15px;
        line-height: 12px;
        padding-bottom: 14px;
    }
    
    .company-title {
        font-size: 37px;
        line-height: 42px;
        padding-bottom: 32px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .company-abstract {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 0;
        padding-left: 10%;
        padding-right: 10%;
    }
    .company-video-container {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 8%;
    }
    .spotlight-title {
        font-size: 15px;
        line-height: 12px;
    }
    .spotlight-subtitle {
        font-size: 40px;
        line-height: 42px;
    }
    .spotlight-abstract {
        font-size: 18px;
        line-height: 31px;
        padding-right: 5%;
    }
    .company-news-heading {

        padding-bottom: 10px;
    }
    .company-news-subheading {
        font-size: 40px;
        line-height: 42px;
        padding-left: 22%;
        padding-right: 22%;
    }
    .center-on-small {
        padding-bottom: 6%;
    }

    .spotlight-container {
        padding: 0 2% 2% 2%;
    }

    .cards-pad {
        padding: 3% 0 0 0;
    }
}
