.full-swing-section {
    background-color: #ffffff;
    padding: 120px 30px 0 30px;
}

.full-swing-section h2.title {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.4;
    color: #121A22;
    text-align: center;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.full-swing-section h2.title > * {
    margin: 0;
}

.full-swing-section h2.title .highlight { 
    color: var(--b9-primary-color);
}

.full-swing-section .description { 
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 12px;
    color: #575D66;
}
.full-swing-section .description .strong {
    font-weight: 700;
}

.full-swing-section .about-button {
    margin: auto;
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 700;
    color: var(--b9-text-dark);
    background-color: var(--b9-green);
    box-shadow: 0px 4px 20px 0px #96CB394D;
    border-radius: 99px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    max-width: max-content;
}

.full-swing-section .about-button:hover {
    background-color: var(--b9-primary-hover);
    color: var(--b9-ebony);
}

.full-swing-section .video-container {
    position: relative;
    width: calc(100% - 2 * 50px);
    aspect-ratio: 1530/768;
    overflow: hidden;
    margin: 40px auto 0 auto;
    border-radius: 16px;
    max-width: 1530px;
}

.full-swing-section .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.full-swing-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8%;
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .full-swing-section {
        padding: 40px 15px 0 15px;
    }
    .full-swing-section h2.title {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 12px;
    }

    .full-swing-section .description { 
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
    }

    .full-swing-section .video-container {
        width: unset;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Mark's custom styles */
.full-swing-section h2.title::after{border-bottom:none}
.full-swing-section .description{margin-bottom:30px;font-size:18px}
@media (min-width:768px) {
.full-swing-section h2.title{font-size:38px}
.full-swing-section .description{font-size:22px}
}
@media (min-width:1200px) {.full-swing-section h2.title{margin:0 auto 30px}}
