.header {
    height: 74vh;
    background: url('../img/services/header-software-services.svg');
    background-repeat: no-repeat;
}

.header-content {
    width: 900px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 70px 50px;
    color: #fff;
}

.header-content img {
    width: 250px;
    margin: auto;
}

.header-content p {
    font-size: 26px;
}

.services-section {
    min-height: 740px;
}

.virtual-event-live {
    background: url('../img/services/bg-virtual-event-computer.jpg') no-repeat bottom right;
    min-height: 740px;
    background-size: cover;
}

.virtual-event-live-heading {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
}

.virtual-event-intro {
    font-size: 24px;
    font-family: Segoe UI;
    color: #000;
    font-weight: 400;
}

.virtual-event-list {
    font-size: 24px;
    font-family: Segoe UI;
    color: #000;
    font-weight: 400;
}

.virtual-button-group a {
    font-size: 16px;
    font-family: Segoe UI;
    color: #000;
    font-weight: 600;
    border: 1px solid #707070;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); 
}

.features-section-heading {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
}

.features-list {
    font-size: 24px;
    font-family: Segoe UI;
    color: #000;
    font-weight: 400;
}

.features {
    background: url('../img/services/bg-features-laptop.jpg') no-repeat bottom right;
    min-height: 740px;
    background-size: cover;
}

.bespoke-solutions-heading {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
}

.bespoke-solutions-intro {
    font-size: 24px;
    font-family: Segoe UI;
    color: #000;
    font-weight: 400;
}

.bespoke-solutions {
    background: url('../img/services/bg-bespoke-solutions.jpg') no-repeat bottom right;
    min-height: 740px;
    background-size: cover;
}

.contact-us-section-heading {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    color: #000;
    font-weight: normal;
}

.contact-img {
    background: url('../img/services/bg-contact-us.jpg') no-repeat bottom right;
    min-height: 740px;
    background-size: cover;
}

@media only screen and (max-width: 500px) {
    .header {
        height: 80vh;
    }
    .header-content p {
        font-size: 20px;
    }
    .virtual-event-live {
        min-height: 60vh;
    }
    .features {
        min-height: 60vh;
    }
    .bespoke-solutions {
        min-height: 60vh;
    }
    .contact-img {
        min-height: 60vh;
    }
}

