.swivel-knot {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: rgb(0, 0, 0);
}

.swivel-knot-image-section {
    
    display: flex;
    /* align-items: center; */
    justify-content: start;
    flex-wrap: wrap;
}

.swivel-knot-image-section img {
    width:80%;
}

.swivel-knot-text-section {

    padding: 2rem;
    font-size: 1.2rem;
    color: white;
}

.swivel-knot-text-section h1 {
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 2rem;
}





