/* GSuite css */
.solid_border {
    border: 1px solid black;
}
/* TOP SECTION */
.section_top {
    min-height: 480px;
    padding: 50px 0 0 0;
    /*margin-bottom: 20px;*/
}
.section_top h1 {
    font-size: 40px;
    line-height: 46px;
}
.section_top p {
    font-size: 18px;
    line-height: 24px;
    padding: 50px 20px 30px 20px;
}
.o365_img {
    height: 280px;
}

/* Button */
.buttonUrl {
    margin: 50px 20px;
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
}
.buttonUrl a {
    border: 2px solid #e85425;
    padding: 8px 15px;
    font-weight: 600;
    color: #e85425;
    margin-bottom: 60px;

}
.buttonUrl a:hover {
    background-color: #e85425;
    color: #FFFFFF;
    text-decoration: none;
}
.buttonUrl i {
    padding-right: 10px;
}

/* Section 2 */
.section2 {
    background: #f5f5f5;
}
.section2 .row {
    padding: 30px 30px;
}
.section2 p {
    font-size: 16px;
    padding: 0 20px;
}
.section2 h3 {
    margin-bottom: 40px;
}
.section2 .col {
    padding: 30px 0;
}

/* Section 3 */
.section3 {
    background: white;
    padding-bottom: 4em;
}
.package {
    height: 350px;
    margin-top: 3rem;
}
.package p,
.package img {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
}
.package span {
    padding: 20px;
    font-size: 16px;
}
.package div {
    text-align: center;
}
.section_title {
    padding: 20px 0 0 0;
}
.section_title h3 {
    margin-bottom: 0;
}
.section_title hr {
    margin: 10px 0 0 0;
    width: 25%;
    height: 1px;
    color: #e85425;
    background-color:#e85425;
}
/* Section 4 */
.section4 {
    background: #e85425;
    color: #FFFFFF;
    padding-bottom: 4em;
}
.o365-service .fa {
    font-size: 42px;
    padding: 50px 0 20px 0;
}
/* Section 5 */
.section5 {
    padding-bottom: 2.5em;
}
.section5 .contact {
    padding: 4em 0 2.5em 0;
}