.checkOut33{
    margin-bottom: 100px;
}
.co33Inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.co33iTexts{
    display: flex;
    flex-direction: column;
}
.co33itHeader{
    max-width: 450px;
    margin-bottom: 45px;
    color: var(--white);
    line-height: 46px;
}
.co33itButton{
    width: fit-content;
    text-decoration: none;
    color: var(--white);
    background: linear-gradient(115.69deg, #EE252A 33.76%, rgba(238, 37, 42, 0) 132.93%);
    border-radius: 100px;
    padding: 15px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}
.co33iImg{
    max-width: 420px;
}

@media screen and (max-width: 1000px){
    .co33Inner{
        flex-direction: column-reverse;
    }
    .co33itHeader{
        max-width: unset;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .co33itButton{
        margin-left: auto;
        margin-right: auto;
    }
    .co33iImg{
        max-width: 350px;
        margin-bottom: 30px;
    }
    .checkOut33{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 700px){
    .co33itHeader{
        line-height: 35px;
    }
    .co33iImg{
        width: 95%;
        max-width: 250px;
    }
}