.trex-tour-cta__prefix, .trex-tour-cta__suffix {
    color: #1189cd;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.trex-tour-cta__value {
    color: black;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.trex-tour-cta__price {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-direction: column;
}
.trex-tour-cta__buttons {
    margin-top: 10px;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trex-tour-cta__btn {
    color: #fff;
    background-color: #15A1F0;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
}
.trex-tour-cta__btn:hover {
    background-color: #0978b7;
}
.trex-tour-cta__buttons a:nth-child(1) {
    width: 100%;
}
.trex-tour-cta__buttons a:nth-child(2) {
    width: calc(50% - 55px);
}
.trex-tour-cta__buttons a:nth-child(3) {
    width: calc(50% - 55px);
}


@media only screen and (min-width: 1024px) {
    .trex-tour-cta__price {
        flex-direction: row;
    }
    .trex-tour-cta__buttons a:nth-child(1) {
        width: auto;
    }
    .trex-tour-cta__buttons a:nth-child(2) {
        width: auto;
    }
    .trex-tour-cta__buttons a:nth-child(3) {
        width: auto;
    }
}