.wyn-band-1 .product-overview {
    display: flex;
    gap: 0;
}

.wyn-band-1 .product-overview .section-heading h2 {
    font-size: 46px;
}

.wyn-band-1 .product-overview .section-heading p {
    color: #2F5192;
    font-size: 20px;
    font-weight: 600;
}

.wyn-band-1 .product-overview .table-scroll table {
    border-collapse: collapse;
    border: 1px solid #D8D8D8; 
    background: #F6F6F6;
    border-radius: 4px 4px 4px 4px;
}
.wyn-band-1 .product-overview .table-scroll th, 
.wyn-band-1 .product-overview .table-scroll td {
    background-color: #F6F6F6;
    color: #666666;
    border: none !important;
}

.wyn-band-1 .product-overview .table-scroll tr{
    border-bottom: 1px solid #ccc;
}

.wyn-band-1 .product-overview .table-scroll th {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    gap: 20px;
    padding-left: 45px;
}

.wyn-band-1 .product-overview .table-scroll td {
    font-size: 15px;
}

.wyn-band-1 .product-overview .table-scroll th img {
    display: block;
    height: 20px;
    width: auto;
}

.wyn-band-1 .product-overview .table-scroll .first-line {
    color: #121212;
    font-size: 22px;    
    font-weight: 600;
}

.wyn-why .benefit-icons h3 {
    font-size: 16px;
}

.wyn-why {
    position: relative;
    z-index: 0;
}

.wyn-why .wyn-why-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.wyn-solution .text-link {
    font-size: 16px;
}

.wyn-solution .text-link svg{
    width: 16px;
    flex-shrink: 0;
}

.wyn-solution .card-copy hr {
    color: var(--line);
    opacity: 0.5;
    margin-left: 0;
    width: 100%;
}

.wyn-solution .card-copy {
    position: relative;
}

.wyn-solution .card-copy .wyn-solution-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #AD0C14;
    border: 1px solid #FFF;
    position: absolute;
    transform: translateY(-65%);
    display: flex;
    justify-content: center; 
    align-items: center;    
}

.wyn-solution .card-copy .wyn-solution-icon img {
    max-width: 60%;      
    max-height: 60%;
    object-fit: contain;  
}

.wyn-solution .card-copy h3 {
    margin-left: 70px;
    margin-top: -10px;
}

.wyn-finishes{
    padding-top: 0 !important;
}

.wyn-finishes .finish-card h3:before {
    display: none;
}
.wyn-finishes .finish-card .wyn-dot {
    width: 13px;
    height: 13px;
    background-color: #AD0C14;
    margin-bottom: 10px;
}

.wyn-finishes .finish-card p {
    font-size: 16px;
}

.wyn-dark-projects.dark-projects {
    position: relative;
}

.wyn-dark-projects.dark-projects .wyn-dark-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.wyn-dark-projects.dark-projects .wrap .split .section-heading{
    margin-right: 160px;
}

.wyn-dark-projects.dark-projects .wrap .split .wyn-btns {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    margin-right: 30px;
    gap: 30px;
}

.wyn-dark-projects.dark-projects .wrap .split .wyn-btns .button {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.wyn-dark-projects.dark-projects .wrap .split .wyn-btns .wyn-btn2 {
    background-color: #FFF;
    color: #AD0C14;
}

.wyn-dark-projects.dark-projects p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.wyn-dark-projects.dark-projects h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 50px;
}

.wyn-finishes .finish-card {
    border-radius: 10px;
}















