@media (max-width: 400px) {
    sws_h1 {
        font-size: 1.5rem;
    }
}

.sws_header {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.sws_header p {
    margin: 0 auto;
    line-height: 2;
    color: #a3a5ae;
}


.sws_box p {
    color: #000000;
}

.sws_box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px #c9c9c9;
    padding: 30px;
    margin: 20px;  
}

.sws_img {
    float: right;
}

@media (max-width: 450px) {
    .sws_box {
        height: auto;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    .sws_box {
        text-align: center;
        height: 180px;
    }
}

.sws_cyan {
    border-top: 3px solid #45d3d3;
}
.sws_red {
    border-top: 3px solid #ea5353;
}
.sws_blue {
    border-top: 3px solid #549ef2;
}
.sws_orange {
    border-top: 3px solid #fcaf4a;
}


@media (min-width: 950px) {
    .sws_row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sws_row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sws_box-down {
        position: relative;
        top: -15px;
    }
    .sws_box {
        width: 100%;
     
    }
    .sws_header p {
        width: 30%;
    }
    
}