.steps {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.imgTextSection:first-child img {
    height: 24rem;
}

.imgTextSection:first-child .container {
    width: 39%
}

.imgTextSection:first-child .right {
    width: 48%;
}

.imgTextSection:first-child .right p {
    width: 98%;
}


.imgTextSection:first-child .container::after {
    width: 105%;
    height: 37%;
    top: 35%;
}


.imgTextSection:last-child .container::after {
    width: 105%;
    height: 26%;
    top: 41%;
}

.ximgTextSection .images::after {
    content: "";
    width: 103%;
    height: 37%;
    background-color: #E9E6E2;
    display: block;
    position: absolute;
    top: 41%;
    z-index: -1;
    left: -1rem;
}

.ximgTextSection {
    padding-top:2.5rem;
    padding-bottom: 5rem;
    border-bottom: 2px solid #C6C6C6;
    border-top: 2px solid #C6C6C6;
}

.ximgTextSection .images{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 4rem;
    position: relative;
}

.ximgTextSection img {
    height: 16rem;
}

.details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    justify-content: space-evenly;
}

.details .textSection {
    width: 46%;
    margin-bottom: 3rem;
}

.steps .copyright {
    text-align: right;
    font-weight: bold;
}

.videoSection {
    margin-top: 3rem;
    padding-top: 5rem;
    border-top: 2px solid #C6C6C6;
    margin-bottom: 3rem;
}



.imgTextSection p {
    width: 83%
}

main .imgTextSection a{
    position: relative;
    display: inline-block;
    color: black;
    text-decoration: none;
}

/* Animated underline */
main .imgTextSection a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;          /* adjust if needed */
    width: 100%;
    height: 1px;
    background: currentColor;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

/* Hover animation */
main .imgTextSection a:hover::before{
    transform: scaleX(1);
}
u {
    text-decoration: none;
}