.about .wks-section-2{
    display: flex;
    gap: 30px;
}
figure{
    height: 100%;
}
.sub-section-2{
    padding: 0;
}
.about-image{
    width: 100%;
}
.about-content{
    margin-top: 0;
    padding-top: 0;
    /* border: 0; */
}
.about-content p:first-child{
    margin-top: 0;
    font-weight: 600;
}
.about-content p{
    line-height: 2.3;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.about-cta-box{
    padding: 20px 0;
    display: flex;
}
.about-cta-button{
    margin: auto;
    padding: 15px 30px;
    border: 0;
    border-radius: 3px;
    background-color: #1e1e1e;
    color: #FFF;
}
.about-cta-button:hover{
    /* background-color: #FFF;
    color: #1e1e1e; */
    box-shadow: 0.75px 0.75px 0.75px rgb(255, 255, 255);
}
.about-cta-button a{
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 1035.98px){
    .about .wks-section-2{
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    .sub-section-2{
        padding: 20px 120px;
    }
    .about-image{
        padding-left: 120px;
        padding-right: 120px;
        width: 100%;
    }
    .about-content{
        margin-top: 40px;
        /* border-top: 1px solid rgba(219 219 219 / 20%); */
        padding-top: 40px;
    }
}

@media only screen and (max-width: 575.98px){
    .sub-section-2{
        padding: 20px;
    }
    .about-content{
        margin-top: 0;
        padding-top: 40px;
    }
    
}
