/** Landingpages **/
.container{
    max-width: 1620px;
    width: 100%;
    margin: auto;
}

.container img{
    max-width: 1620px;
    width: 100%;
    height: auto;
}

.container h2{
    margin: auto;
    margin-top: 4rem;
    max-width: 800px;
    padding-bottom: 1rem;
}
.container h2 + div{
    max-width: 800px;
    margin: auto;
}

.container .displayengel-service{
    justify-content: center;
}

.container #LpButton{
    color: #fff;
    text-decoration: none;
    max-width: 520px;
    width: 100%;
    margin: auto;
    background-color: #00A2DF;
    display: block;
    padding: 1rem;
    text-align: center;
}

/* Image + Text */
.text-image-table{
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.text-image-table.contact{
    margin-top: 6rem;
}

.text-image-table.contact a{
    text-decoration: none;
    width: fit-content;
}

.text-image-table tr{
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    text-align: left;
}

.text-image-table td:nth-child(2){
    width: 52%;
}

.text-image-table img{
    max-width: 800px;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.text-image-table h2{
    margin-top: 0;
    padding-top: 2rem;
}

.text-image-table td td:nth-child(2){
    width: 100%;
}

.text-image-table.contact tr:not(tr tr) {
    flex-direction: row-reverse;
}

.text-image-table.contact table tbody{
    display: flex;
    flex-wrap:wrap;
    gap: 0 4rem;
}
/* Icon Table */
.icon-table tr{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.text-image-table.contact .icon-table tr{
    width: fit-content;
}
.icon-table td{
    width: 100%;
    max-width: 100%;
}
.icon-table td:first-child{
    width: 84px;
    flex: 0 0 84px;
}

.text-image-table.contact .icon-table tr td:first-child{
    width: 50px;
    flex: 0 0 50px;
}
.text-image-table.contact .icon-table tr:nth-child(2) td:first-child{
    width: 80px;
    flex: 0 0 80px;
}

.icon-table td img{
    height:48px !important;
    width: auto !important;
}

.icon-table{
    margin-top: 4rem;
}

/* Number Box Table */
.number-box-table table{
    width: 100% !important;
    margin-bottom: 3rem;
}

.number-box-table tbody{
    display: flex; 
    gap: 0 2rem;
}

.number-box-table tr tr:nth-child(1) td:nth-child(1){
    height: 118px !important;
    width: 118px !important;
    background-color: #DCDCDC;
    font-size: 3rem;
    color: #fff;
    display: flex;
    align-self: center;
    justify-content: center;
    flex: 0 0 118px;
    line-height: 118px;

}
.number-box-table tr tr{
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: row;
    gap: 1rem;
    max-width: 500px;

}

.number-box-table table tbody{
    display: flex;
    gap: 2rem ;
    flex-direction: column;
    justify-content: space-between;
}

.number-box-table tr tbody tr:nth-child(2) img{
    max-width: 500px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

.number-box-table.iphone tr tbody tr:nth-child(2) img{
    height: 100% !important;
    max-height: 300px;
}



.number-box-table > tbody > tr,.number-box-table > tbody > tr > td,.number-box-table > tbody > tr > td > table{
    display: flex;
}
.number-box-table > tbody > tr{
    width: 100%;
    justify-content: space-between;
}

.number-box-table a{
    color: #00A2DF;
}

@media screen and (max-width: 1620px){
    .text-image-table.contact table tbody{
        gap: 3rem;
    }

    .text-image-table.contact .icon-table tr{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1562px){
    .number-box-table > tbody > tr{
        flex-wrap: wrap;
        justify-content: center;
    }
    .number-box-table table tbody{
        gap: 1rem 0rem;
    }
    .number-box-table > tbody > tr{
        gap: 2rem;
    }
}

@media screen and (max-width: 1300px){
    .text-image-table tr{
        flex-direction: column;
        gap: 2rem;
    }
    
    .icon-table tr{
        gap: 0.5rem;
        flex-direction: row;
    }
    .text-image-table td:nth-child(2), .displayengel-service {
        max-width: 800px;
        width: 100%;
        margin: auto;
    }

    .text-image-table.contact tr:not(tr tr) {
        flex-direction: column;
    }

    .text-image-table h2 {
        padding-top: 0rem;
    }
}

@media screen and (max-width: 748px){
    .number-box-table tr tr {
        flex-direction: column;
    }
    .number-box-table tr tr:nth-child(1) td:nth-child(1) {
        align-self: flex-start;
    }

    h2 span:first-child span,  h2 span:first-child{
        font-size: 36px !important;
    } 

    
}

