.titleError {
    font-family: AvantGarde Bk BT;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.rowDiv {
    margin: 80px 64px 80px 64px !important;
}

.errorPage {
    padding-top: 2rem;
}


.content {
    Font: AvantGarde Bk BT;
    height: 400px;
}

.descriptionError {
    font-family: AvantGarde Bk BT;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 4rem;
}


.button-component {
    font-family: AvantGarde Bk BT;
    justify-content: center;
    align-items: center;
    display: flex;
    width: auto;
    max-width: 360px;
    font-weight: 700;
    font-size: 24px;
    height: 55px;
    padding: 5px 23px 5px 23px;
    margin-top: 3rem;
    text-decoration: none;
    border: 1px;
    gap: 10px;
    border: 1px solid rgba(22, 186, 231, 1);
    color: rgba(22, 186, 231, 1);
    cursor: pointer;
}
.button-component:hover {
    color: var(--Inchcape-White);
    border: 1px solid #16BAE7;
    background-color: var(--Inchcape-Blue);
}

.videoErrorComponent {
    object-fit: cover;
}


/* 
  ##Device = All
  ##Screen = Styles will be apply for all resolutions
*/

/* CSS */


/* 
  ##Device = Desktops large
  ##Screen = 1920px to higher resolution desktops
*/

@media (min-width: 1920px) {

    /* CSS */

}


/* 
  ##Device = Desktops
  ##Screen = 1281px to 1919px
*/

@media (min-width: 1281px) and (max-width: 1919px) {

    /* CSS */

}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
    .rowDiv {
        flex-direction: column-reverse !important;
        margin: 0px !important;
        --bs-gutter-x: 0rem;
    }

    .image {
        height: 314px;
    }

    .titleError {
        text-align: center;
        margin-top: 64px;
    }

    .descriptionError {
        margin-left: 30px;
        margin-right: 30px;
        font-size: 18px;
    }

    .button-component {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 64px;
        font-size: 18px;
        color: rgba(22, 186, 231, 1);
        width: auto;
    }
 
    

}

    
    /* CSS */

