@media (min-width: 1920px) {

    /*****************************
    Sections
    *****************************/

    .section-intro {
        margin-top: 6.0rem;
    }

    .section-title {
        font-size: 3rem;
        font-weight: 600;
    }

    .section-subtitle {
        font-size: 2rem;
    }

    /*****************************
    Services
    *****************************/

    .services-row > .col-lg-4:nth-child(1) {
        justify-content: flex-end !important;
    }

    .services-row > .col-lg-4:nth-child(2) {
        justify-content: center !important;
    }

    .services-row > .col-lg-4:nth-child(3) {
        justify-content: flex-start !important;
    }

    .service-card {
        width: 35rem;
        height: 35rem;
    }

    .service-card .card-title {
        font-size: 2rem;
        font-weight: 500;
    }

    .service-card i {
        font-size: 2rem;
        color: #6c95fc;
    }

    .service-card .service-description {
        font-size: 0.9rem;
    }

    /*****************************
    Who am I
    *****************************/

    .whyworktogether-card {
        width: 35rem;
        height: 35rem;
    }

    .whyworktogether-card .card-title {
        font-size: 2rem;
        font-weight: 500;
    }

    .whyworktogether-card .whyworktogether-title {
        font-size: 2.0rem;
    }

    .whyworktogether-card .whyworktogether-description {
        font-size: 1rem;
    }

    .aboutme-card {
        width: 35rem;
        height: 35rem;
    }

    .aboutme-card .card-title {
        font-size: 2rem;
        font-weight: 500;
    }

    .aboutme-card .aboutme-description {
        font-size: 1.0rem;
    }

    .aboutme-card img {
        max-width: 8rem;
    }
	
	/*****************************
    Contacts
    *****************************/
	
	.contacts-card {
        width: 60rem;
        height: 38rem;
    }
	
	.bottom-text {
		font-size: 0.8rem;
    }

}