.tip-video-section {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}

.tip-video-section h2 {
    margin: 0 0 44px;
    color: #4b4b4b;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.4;
}

.tip-video-section h2 strong,
.tip-copy h2 strong {
    color: #25a8c8;
    font-weight: 400;
}

.tip-video {
    height: 675px;
}

.tip-video iframe {
    width: 100%;
    height: 100%;
}

.tip-list {
    display: grid;
    gap: 48px;
}

.tip-item {
    display: grid;
    grid-template-columns: 350px 1fr;
    min-height: 250px;
    background: #f5f5f5;
}

.tip-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eef2f3;
}

.tip-copy {
    padding: 48px 40px;
}

.tip-copy h2 {
    margin: 0 0 26px;
    color: #4b4b4b;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.45;
}

.tip-copy p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.85;
}

@media (max-width: 768px) {

    .tip-video {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .tip-item {
        grid-template-columns: 1fr;
    }

    .tip-image {
        height: 240px;
    }

    .tip-copy {
        padding: 30px 22px;
    }
}
