#team-profiles {
    background-image: url('/wp-content/uploads/f1/pages/team-profiles/landing-page/formula-1-teams-profile-background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.team-profiles-container {
    margin: auto;
    width: 100%;
    max-width: 1090px;
    padding: 50px 20px !important;
    color: #000;
}
.team-profiles-container h2 {
    font-size: 40px;
    font-family: 'loveloblack', 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.team-profiles-container h2 span {
    color: #a41b13;
}
.team-profiles-container .team {
    padding: 5px;
}
.team-profiles-container .team-container {
    background: #908F90;
    background: linear-gradient(0deg, rgba(144, 143, 144, 1) 0%, rgba(74, 74, 74, 1) 80%);
    padding-top: 20px;
}
.team-profiles-container .team-container .team-details {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.team-profiles-container .team-container .team-details .team-name  {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 5px;
    line-height: 1;
}
.team-profiles-container .team-container .team-details .driver-name {
    padding: 0px 15px;
    font-size: 18px;
}
.team-profiles-container .team-container .team-details .driver-first {
    font-weight: 300;
}
.team-profiles-container .team-container .team-details .driver-last {
    font-weight: 700;
}
@media (min-width: 1001px) {
    .team-profiles-container {
        padding-top: 100px !important;
    }
}