/*
copyright attainconsult.com

*/
/* 
    Created on : Oct 25, 2022, 7:58:01 AM
    Author     : Peter Blakeley : @pblakez pb@blakez.org
*/


.att-section {
    margin: 0 auto;
    max-width: 1140px;

}

.att-section-text {
    width: 423px;
    float: left;
    margin-left: 57px;

}
.bg2 {
    background: #5c338e;
    color: #fff;
    padding: 100px 0 80px;

}
.bg-image-2 {
    background-image: url("../images/design/home-bottom-2.webp");

    background-repeat: no-repeat;
    /*background-attachment: fixed;*/

    background-position: center 5rem;
    background-size: cover;
}
