#pdp #panel2,
#pdp #panel4,
#pdp #panel4 {
    padding: 2rem 0;
}

#pdp #panel6 {
    padding-top: 0;
    padding-bottom: 0;
}

#pdp #panel6 .wrapper {
    padding-top: 2rem !important;
}

#pdp #panel5,
#pdp #panel7 {
    padding: 2rem 0 !important;
}

#pdp #panel5 .tophalf,
#pdp #panel7 .tophalf {
    text-align: center;
}

#pdp #panel5 .tophalf,
#pdp #panel7 .tophalf,
#pdp #panel7 .infographic {
    max-width: 950px;
    margin: 0 auto;
}

#pdp #panel7 .infographic {
    padding-top: 0.25rem;
}

#pdp #panel7 .infographic .graph-title {
    font-weight: 600 !important;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}

#pdp #panel7 .infographic .yellow-text {
    margin-top: -0.5rem;
    color: #ece81a;
}

#pdp #panel7 .infographic img {
    width: 100%;
}

#pdp #panel7 .infographic #disclaimer.disclaimer {
    border-top: 2px solid gray;
    font-size: 0.79rem !important;
    line-height: 1.1rem !important;
    padding-top: 1rem;
    color: #b7b7b7;
}

#pdp #panel5 .two-tile {
    padding-top: 2rem;
}

#pdp #panel5 .two-tile .tile img {
    width: 100%;
}

#pdp #panel5 .two-tile .tile h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

#pdp #panel5 .two-tile .tile p {
    margin-top: 0.5rem;
}

#pdp #panel2 .callout {
    text-transform: uppercase;
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    position: relative;
    max-width: 500px;
}

#pdp #panel2 .callout::before {
    content: "";
    background: #ece81a;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
}

#pdp #panel4 .callouts {
    display: flex;
    max-width: 400px;
    justify-content: space-between;
}

#pdp #panel4 .callouts div {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    align-items: center;
}

#pdp #panel4 .callouts h3 {
    font-size: 2rem;
    margin: 0.25rem 0;
}

#pdp #panel4 .callouts img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

#pdp .panel-template #cpu-cooling .wrapper {
    justify-content: space-around;
}

#cpu-cooling .render-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main .font-verveineRegular {
    font-family: 'aktiv-grotesk', sans-serif !important;
    font-size: 1.05rem !important;
    margin-top: 5.5rem !important;
    letter-spacing: .2rem;
    font-weight: 500;
}

main .font-aktivGroteskBold {
    color: white !important;
    letter-spacing: 0.75rem !important;
    font-size: 1.8rem !important;
    line-height: 48px !important;
    font-weight: 500;
}

main .font-aktivGroteskBold:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: 90px;
    width: 320px;
    height: 1px;
    background-color: #ece81a;
}

@media (min-width: 768px) {

    #pdp #panel2 .offset-half,
    #pdp #panel4 .offset-half {
        margin-left: 0;
        margin-right: 49.9%;
        width: 50%;
    }

    #pdp #panel6 .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 !important;
    }

    #pdp #panel5 .two-tile {
        display: flex;
    }

    #pdp #panel5 .two-tile .tile {
        padding: 0 3rem;
        width: 50%;
    }

    main .font-verveineRegular {
        font-size: 1.55rem !important;
    }

    main .font-aktivGroteskBold {
        font-size: 3.5rem !important;
    }

    main .font-aktivGroteskBold:after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        bottom: 90px;
        width: 320px;
        height: 1px;
        background-color: #ece81a;
    }
}

@media only screen and (min-width: 1320px) {
    #pdp .wrapper {
        width: 90% !important;
        max-width: 1600px !important;
    }

    .col-half top mobile100 white {
        padding-right: 0rem !important;
    }

    #pdp #panel2,
    #pdp #cpu-cooling,
    #pdp #panel4,
    #pdp #panel5,
    #pdp #panel7 {
        padding: 5rem 0 !important;
    }
}

@media (min-width: 1600px) {
    #pdp #panel6 #cpu-cooling-plate {
        width: 50%;
        padding-right: 0;
        max-height: 600px;
        object-fit: cover;
    }

    .col-half.top.mobile100.white {
        margin-left: auto !important;
        width: 46% !important;
        max-width: 810px !important;
    }

    #pdp #panel6 .wrapper {
        width: 100% !important;
        max-width: unset !important;
    }
}