.demo2 th.darkblue{
    background-color: #123777;
    }
    .demo2 th.grey{
        background-color: #D1D1D1;
    }
.office{
	    margin-top: 7vw;
}
    .demo2 th {
        text-align: center;
        padding: 0;
        width: 32vw;
    }
    .demo2 td {
        padding: 0rem;
    }
    .paddingbottom {
        padding-bottom: 3rem;
        padding-left: 8%;
        padding-right: 8%;
    }
    .twocards{
        display: flex;
    }
    .first img{
        width: 45vw;
    }
    .second img{
        width: 45vw;
    }
@media screen and (min-width: 768px) {
    .text {
        line-height: 1.8;
        font-size: 1.3rem;
    }
    .demo2 th {
        padding: 0;
        width: 23vw;
    }
    .demo2 td {
        padding: 0.25rem;
    }
    .demo2{
        width: auto;
    }
    .twocards{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
.first img {
    width: 34vw;
    margin-right: 2rem;
}
.second img {
    width: 34vw;
}
}
@media screen and (min-width: 1920px) {
	.office{
		margin-top: 9vw;
	}
}
@media screen and (min-width: 1440px) {
    .text {
        font-size: 1.3rem;
    }
	.office{
		margin-top:9vw;
	}


.demo2 {
    border-collapse: separate;
    border-spacing: 1rem 0;
    margin-top: -3.5rem;
    }
  
    .demo2 td {
    padding: 1rem 0;
  }
  th.lightblue{
    border-collapse: separate;
    border-spacing: 1rem 1rem;
    padding: 1rem 0;
  }
  .demo2 th {
    padding: 0;
    width: 25vw;
}
.demo2 td {
    padding: 1.15rem 0;
}

.first img{
    width: 35vw;
    margin-right: 1rem;
}
.second img{
    width: 35vw;
}

.demo2:first-of-type {
    margin-top: 3rem;
}
.darkgrey{
    background-color: #9D9D9D !important;
}
td.darkblue{
    background-color: #123777;
}
}
@media screen and (max-width: 1025px) {
	.office{
		margin-top:0;
	}
}
@media screen and (max-width: 768px) {
    .demo2  th {
       
        color: white;
        font-size: 1rem;
        font-weight: 300;
    }
    .demo2 td {
        color: #647798;
        background-color: white;
        font-size: 0.9rem !important;
        font-weight: 300;
        padding: 9px !important;
    }
	.office{
		margin-top:5vw;
	}
		
    .demo {
        width: 90% !important;
    }
    .subtitle {
        text-align: center;
        font-size: 1.2rem;
    }
    .text {
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.8;
    }
    .twocards {
        display: flex;
        margin-top: 2vw;
        align-items: center;
        justify-content: center;
    }
    .first img {
        width: 36vw;
        margin-right: 1.2rem;
    }
    .second img {
        width: 36vw;
    }
}
@media screen and (max-width: 480px) {
	.office{
		margin-top: 15vw;
	}
    .twocards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .first img {
        width: 35vw;
        margin-right: 0rem;
    }
    .demo2:first-of-type {
        margin-top: 1rem;
    }
    .demo2 {
        margin-top: 1rem;
    }
}
@media screen and (width: 1470px), 
screen and (height: 956px) {
.text {
    font-size: 1.3vw;
}

}