main {
    background-color: #f2f2f2;
}
.corporate {
    max-width: 1200px;
    margin: auto;
    padding: 20px 15px;
}
#dealer-title {
    padding: 0px 0px 15px;
    font-size: 30px;
    color: #222;
    text-align: center;
}
#dealer-desc {
    font-size: 18px;
    color: #524b48;
    padding: 15px 0px 25px;
    text-align: center;
}
.dealer-doc {
    padding: 0px 0px 20px;
}
#who-we-are-desc {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    box-shadow: 0px 0px 30px 5px #c1c0c1;
    padding: 30px 40px;
}
#who-we-are-desc:after {
    position: absolute;
    background-color: #fff;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    transform: rotate(-2deg);
    z-index: -1;
}
#who-we-are-desc-title {
    color: #222;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
}
#who-we-are-desc-title:after {
    content: "";
    display: block;
    margin: 10px 0px 0px;
    border: 2px solid #1fa12e;
    width: 15%;
}
#desc-before {
    color: #524b48;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0px;
}
#desc-after {
    color: #524b48;
    font-size: 15px;
    line-height: 28px;
    padding: 15px 0px;
}
#who-we-are-image img {
    margin: auto;
}
#parallax {
    width: 100%;
    background-image: url(https://elmassondaj.com/image/parallax-background-mobile.jpg);
    height: 550px;
}
#parallax-container {
    max-width: 1200px;
    margin: auto;
    padding: 15px;
}
.parallax-list {
    padding: 10px 0px;
}
.parallax-info {
    padding-left: 15px;
    text-align: center;
}
.parallax-info-number {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.parallax-info-text {
    color: #ccc;
    font-size: 20px;
}
.about-us {
    padding: 15px;
}
.about-us-container {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    box-shadow: 0px 0px 30px 5px #c1c0c1;
    padding: 30px 40px;
}
.about-us-container:after {
    position: absolute;
    background-color: #fff;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    transform: rotate(-2deg);
    z-index: -1;
}
.about-us-title {
    font-size: 22px;
    color: #222;
    text-align: center;
}
.about-us-title:after {
    content: "";
    display: block;
    margin: 7px auto 0px;
    border-top: 2px solid #1fa12e;
    width: 20%;
}
.about-us-desc {
    color: #524b48;
    font-size: 15px;
    line-height: 28px;
    padding: 15px 0px;
}
@media only screen and (min-width: 1200px) {
    .corporate {
        padding: 50px 0px;
    }
    #dealer-title {
        font-size: 35px;
        padding: 0px 0px 20px;
    }
    #dealer-desc {
        padding: 10px 0px 50px;
    }
    .dealer-doc {
        padding: 0px 0px 50px;
    }
    #who-we-are-desc {
        padding: 50px 60px;
    }
    #who-we-are-desc-title {
        font-size: 38px;
        line-height: 45px;
    }
    #parallax {
        background-image: url(https://elmassondaj.com/image/parallax-background.jpg);
        height: 250px;
    }
    #parallax-container {
        padding: 72px 0px;
    }
    .parallax-list {
        padding: 0px;
    }
    .parallax-info {
        text-align: left;
    }
}