.all-services-heading {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.all-services-heading h1 {
    font-size: 50px;
    font-weight: bold;
}

.buy .btn {
    margin-top: 0rem;
}

.buy p {
    padding-left: 20px;
    padding-right: 20px;
}

.buy-sell {
    color: #ffffff;
    text-align: center;
    margin-top: 18px;
}

.sell h3 {
    font-size: 32px;
    font-weight: 600;
}

.buy h3 {
    font-size: 32px;
    font-weight: 600;
}

.sell {
    background: rgb(33, 37, 41);
}

.buy {
    background: rgb(255, 81, 81);
}

.service-small.dark.behind-mac {
    padding-top: 513px;
}

body {
    padding-top: 70px;
}

.bg-dark {
    opacity: 0.8;
    background-color: #000 !important;
}

.services {
    padding-top: 60px;
    text-align: center;
    margin-bottom: 18px;
}

.services h2 {
    font-size: 27px;
    font-weight: 400;
}

.services h1 {
    font-size: 50px;
    font-weight: bold;
}

.service-small .links {
    font-size: 18px;
    margin-bottom: 80px;
}

.services .links {
    font-size: 22px;
    margin-bottom: 80px;
}

.services .links .explore {
    margin-right: 26px;
}

.service-small .links .explore {
    margin-right: 20px;
}

.services.service-1 {
    background-color: #fafafa;
}

.services.service-2 {
    background-color: #f5f5f5;
}

.services.service-3 {
    background-color: #131218;
}

.services.service-4 {
    background-color: #ddd4d5;
}

.services.dark {
    color: white;
}

.service-small.dark {
    color: white;
}

.services.dark a {
    color: white;
}

.service-small a {
    color: white;
    text-decoration: none;
}

.services .small-link-margin {
    margin-bottom: 0;
}

.service-small {
    height: 650px;
    padding-top: 40px;
    text-align: center;
    background: url("../../assets/img/shop_for_college_large.jpg") center /
        cover no-repeat;
}

.service-small h4 {
    font-size: 19px;
    font-weight: 400;
}

.service-small h3 {
    font-size: 32px;
    font-weight: bold;
}

.footer-section {
    background: rgb(33, 37, 41);
    color: white;
}

@media (max-width: 576px) {
    .footer-section {
        background: rgb(33, 37, 41);
        color: #ffffff;
        text-align: center;
    }
}

.footer-section .footer-links-div {
    margin-top: 35px;
}

.footer-section span {
    margin-bottom: 10px;
}

.footer-section h4 {
    color: #f05254;
}

.footer-section a {
    text-decoration: none;
    color: white;
}

.copyright-row {
    color: white;
}

@media (max-width: 576px) {
    .copyright-row {
        text-align: center;
    }
}

.features-section {
    background-color: #f5f5f5;
}

.featuers-icons {
    margin-bottom: 18px;
}

.featuers-icons img {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
}

.featuers-icons h4 {
    margin-bottom: 0.85rem;
}

h2 {
}

#bcontainer h2 {
    color: #343232;
    font-size: 50px;
}

@media (max-width: 768px) {
    #banner-para {
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
        padding: 15px 5px;
    }
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.section-contact {
    background: url("../../assets/img/photo-1614851099511-773084f6911d.jpg")
            center / cover no-repeat,
        #212529;
    padding: 10px 0;
}

#contact-card {
    background: rgb(241, 241, 241);
}

#video-section {
    padding: 20px;
    background: #ededed;
}

#video-box {
    border-radius: 12px;
}

#contact-card h2 {
    font-size: 50px;
    font-weight: bold;
}

#video-heading h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

#section-team h3 {
    font-size: 32px;
    font-weight: bold;
}

#section-stats {
    background: #ff5151;
    border-radius: 15px;
}

.consent {
    position: relative;
    width: 100%;
}

.consent-marketing {
    border-bottom: 2px solid rgba(197, 67, 68, 0.3);
    padding: 0px 10px 10px 10px;
    margin-bottom: 15px;
}
.consent-banner {
    width: 25%;
    margin: auto;
    position: fixed;
    bottom: 50px;
    right: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 576px) {
    .consent-banner {
        width: 100%;
    }
}
