﻿.image-text-component {
    padding: 5rem 4rem;
}

.containerTextComponent {
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 5px 23px 5px 23px;
    margin-top: 2rem;
    justify-content: center;
}

.mobile {
    display: none;
}

    .mobile h1 {
        color: var(--Inchcape-Dark-Blue);
        font-family: AvantGarde Bk BT;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
    }

image-text-component h1 {
    color: var(--Inchcape-Dark-Blue);
    font-family: AvantGarde Bk BT;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

image-text-component p {
    color: var(--Inchcape-Dark-Blue);
    font-family: AvantGarde Bk BT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.button-component {
    margin-top: 2rem;
    background: #F4F5F5;
    border-radius: 1px;
    padding: 5px 23px 5px 23px;
    color: #16BAE7;
    text-decoration: none;
    font-family: AvantGarde Bk BT;
    border: 1px solid #16BAE7;
    font-weight: 700;
    background-color: transparent;
}

    .button-component:hover {
        color: var(--Inchcape-White);
        border: 1px solid #16BAE7;
        background-color: var(--Inchcape-Blue);
    }

.imageTextComponent {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.paddingRight {
    padding-right: 80px;
}

.paddingLeft {
    padding-left: 80px;
}

.contentTextComponent {
    height: 100%;
    font-family: AvantGarde Bk BT;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    .button-component {
        margin-bottom: 4rem;
    }

    .img-mobile img {
        object-fit: contain;
        width: 100%;

    }

    .image-text-component {
        display: none;
    }

    .mobile {
        display: block;
        margin-top: 4rem;
        background: #F4F5F5
    }

        .mobile h1 {
            text-align: center;
            padding: 0rem 1rem;
            color: var(--Inchcape-Dark-Blue);
        }

        .mobile p {
            padding: 0rem 1rem;
            color: var(--Inchcape-Dark-Blue);
        }

    #img-mobile {
        display: flex;
        flex-direction: column;
        padding: 10px 0px 10px 0px;
        margin-bottom: 2rem;
    }

    #btn-mobile {
        display: flex;
        justify-content: center;
    }
}
