.serviveTitle,.serviveText {
    text-align: center;
}

.serviveTitle {
    margin-top: 6rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.45;
    position: relative;
}

.serviveTitle::after {
    background: #ea5404;
    content: "";
    display: block;
    height: .1875rem;
    margin: .5rem auto 0;
    width: 4rem;
}

.serviveText {
color: #ea5404;
font-weight: 700;
font-size: 28px;
letter-spacing: .1em;
line-height: 1.5;
margin-top: 2rem;
}

.col-wrap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 60px;
    margin-top: 2rem;
    gap: 20px;
}

.dog .tC {
    background-color: #33d5ff;
}

.cat .tC {
    background-color: #ffee64;
}

.dog .tC a,
.cat .tC a {
    position: relative;
    display: inline-block;
    padding: 20px 135px;
    color: #000 !important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.45;
}

@media screen and (max-width: 768px) {
    .dog .tC a,
    .cat .tC a {
        padding: 20px 100px;
        font-size: 18px;
    }
}

.dog .tC a:after {
    position: absolute;
    content: "\e90c";
    font-family: "icomoon" !important;
    display: inline-block;
    font-weight: bold;
    margin-left: 55px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.cat .tC a:after {
    position: absolute;
    content: "\e90c";
    font-family: "icomoon" !important;
    display: inline-block;
    font-weight: bold;
    margin-left: 55px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.video_wrap {
    aspect-ratio: 16 / 9;
    margin: 30px 0 15px !important;
}