.box-six-display{
    display: flex;
    flex-direction: column;
    /* background-color: lightgoldenrodyellow; */
    justify-content: center;
    align-items: center;

    margin-top: 100px;
    
}

.box-six-display .main{
    text-align: center;
    font-family: 'Product Sans';
}

.box-six-display .main{
    font-weight: 700;
    font-size: 56px;
    color: #EBEAEB;
}

.box-six-display .sub{
    text-align: center;
    font-family: 'Damion';
    font-weight: 400;
    font-size: 34px;
    color: #F2B335;
    margin-bottom: 0;
}

.contact-box h4 {
    text-align: center;
    font-family: 'Product Sans';
    color: #EBEAEB;
    font-weight: 300;
}

.contact-button{
    vertical-align: top;
    height: 60px;
    width: 250px;
    background-color: #0D1124;
    color: #EBEAEB;
    border: solid #F2B335 3px;
    border-radius: 5px;
    font-family: 'Product Sans';
    font-weight: 300;
}

.btn-logo {
  width: 35px; /* Adjust size as needed */
  height: 35px;
  margin-right: 8px; /* Space between logo and text */
  margin-top: 0;
}

.btn-logo-email{
    width: 35px; /* Adjust size as needed */
    height: 25px;
    margin-right: 0px; /* Space between logo and text */
    margin-top: 0;
}

.col-mobile{
    display: none;
}

@media(max-width: 834px){

    .box-six-display .main{
        font-weight: 700;
        font-size: 38px;
        color: #EBEAEB;
    }

    .box-six-display .sub{
        text-align: center;
        font-family: 'Damion';
        font-weight: 400;
        font-size: 32px;
        color: #F2B335;
        margin-bottom: 0;
    }

    .contact-box{
        width: 290px;
    }

    .col-desktop{
        display: none;
    }

    .col{
        margin: 0;
        padding: 0;
    }

    .row{
        margin: 0;
        padding: 0;
    }

    .col-mobile{
        display: block;
        margin-top: 48px;
    }
}