.message-box .row.a{
    width: 100%;
    margin: 0;
}
p.success_button {

    position: relative !important;
    margin: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    font-size: 14px !important;
    background-color: transparent !important;
    /* border: none; */
    outline: none;
    width: auto;
    font-family: 'Helvetica Neue';
    font-weight: 100!important;
    color: #000000;
    border-radius: 2px;
    padding: 0 !important;
    display: inline-block;
    line-height: initial!important;
    text-align: center;
    display: block !important;
}
p.success_button a {
    background-color: #fff;
    border: none;
    outline: none;
    margin-top: 20px;
    font-size: 14px;
    width: auto;
    font-family: 'Helvetica Neue';
    font-weight: 100!important;
    color: #000000;
    border-radius: 2px;
    padding: 18px 32px 16px!important;
    display: inline-block;
    line-height: initial!important;
}
p.success_msg {
    font-family: 'HELVETICA_THIN';
}
.col-lg-12.col-sm-12.col-xs-12.after_submit {
    height: auto;
    /*margin-top: 76px;*/
}

.container.top-box-txt {
    width: 1161px;
}
.message-box input.contact-submit {
    background-color: #fff;

    border: none;
    outline: none;
    margin-top: 20px;

    font-size: 14px;

    width: auto;

    font-family: 'Helvetica Neue';
    font-weight: 100!important;
    color: #000000;
    border-radius: 2px;
    padding: 18px 32px 16px!important;
    display: inline-block;
    line-height: initial!important;
}
*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
input::-webkit-input-placeholder {
    color: #243B3F;
    opacity: 0.72;
}
input:focus::-webkit-input-placeholder {
    color: #243B3F;
    opacity: 0.72;
}
/* Firefox < 19 */
input:-moz-placeholder {
    color: #243B3F;
    opacity: 0.72;
}
input:focus:-moz-placeholder {
    color: #243B3F;
    opacity: 0.72;
}

/* #content a.work_animation{
    right: 8px;
} */

/* Firefox > 19 */
input::-moz-placeholder {
    color: #243B3F;
    opacity: 0.72;
}
input:focus::-moz-placeholder {
    color: #243B3F;
    opacity: 0.72;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #243B3F;
    opacity: 0.72;
}
input:focus:-ms-input-placeholder {
    color: #243B3F;
    opacity: 0.72;
}
.blue-background .container {
    margin: 0 auto;
    max-width: 1140px;
    width:100%
}
.contact {
    background-color: #f0f2f3;
}
.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.nav-bar button {
    background-color: #d8dadb;
    padding: 10px 10px;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: bold;
}
.nav-bar img {
    padding: 0;
}
.nav-bar .menue {
    display: none;
}
.nav-bar ul {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}
.nav-bar li {
    opacity: 0.82;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.pageHeading {
    color: #243b3f;
    margin-top: 0px;
    font-size: 14px;
    font-family: Helvetica Neue;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.heading {
    width: 26ch;
    margin-top: 5px;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
}
.openPositions {
    border-bottom: 2px solid #0147fc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.openPositions span {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-feature-settings: "cpsp" on;
    padding: 0 5px ;
}
.blue-background {
    background: #e1e8fc;
    padding-top: 360px;
    margin-bottom: 260px;
    margin-top: -312px;
}

.message-box input {
    padding: 11px;
    background-color:#2841E3;
    border: none;
    outline: none;
    margin-bottom: 15px;
}
.message-box input::placeholder,.message-box textarea::placeholder{
    color:#fff;
}
.message-box input:focus,
.message-box textarea:focus {
    border: 1px solid #0147fc;
    background-color:#2841E3;
}
section.message-box form#mktoForm_2811 {
    min-height: 460px;
}
.flex {
    display: flex;
    gap: 20px;
}
.message-box textarea {
    width: 100%;
    padding: 10px;
    height: 160px;
    background-color:#2841E3;
    border: none;
    outline: none;
}

.message-box .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active  {
    background-color:#2841E3;
    background-image: none;
}

.message-box button,
.message-box .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    background-color: #0147fc;
    color: white;
    padding: 11px;
    border: none;
    outline: none;
    margin-top: 15px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.grid-container {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 50px;
}
.item img {
    width: 100%;
}
.item hr {
    border: none;
    background-color: black;
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.item h5 {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
}
.item .phoneNumber {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 132%;
    color: #000000;
    font-family: "Helvetica_thin";
}
.address{
    font-family: "Helvetica_thin";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 132%;
    color: #000000;
    width:80%;
}
.item p {
    width: 60%;
}

.item {
    margin-bottom: 50px;
}

.footer {
    background-color: black;
    color: white;
}
.footer h1 {
    padding-top: 150px;
    width: 50%;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
}
.links {
    display: flex;
    width: 40%;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 60px;
}
.links ul {
    list-style-type: none;
}
.links li {
    padding-bottom: 1px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ffff;
    font-family: Helvetica Neue;
}
.links ul h4 {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 26px;
}

.privacy {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.privacy .listItems {
    display: flex;
    gap: 26px;
    font-family: Helvetica Neue;
}
.privacy .social-media {
    display: flex;
    gap: 30px;
}
.privacy .social-media img {
    height: 17px;
}
.trademark {
    font-weight: 100;
    display: none;
    font-family: Helvetica Neue;
}


@media only screen and (max-width: 1024px) {
    .features img {
        width: 56%;
        top: 124px;
    }
    .grid-container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .features img {
        width: 49%;
        top: 211px;
    }
    .openPositions {
        align-self: start;
        margin-top: 30px;
    }
    .nav-bar ul {
        position: absolute;
        flex-direction: column;
        background-color: #f0f2f3;
        z-index: 100;
        top: 90px;
        width: 100vw;
        padding: 100px 40px;
        left: 0;
        align-items: flex-start;
        justify-content: center;
        border-top: 1px solid #d5d5d6;

    }
    .nav-bar li {
        /* margin-bottom: 10px; */
        font-family: Helvetica Neue;
        font-style: normal;
        font-weight: normal;
        font-size: 32px;
        line-height: 48px;
    }
    .nav-bar li .active {
        border-bottom: 1px solid #0147fc;
    }
    .nav-bar button {
        margin-top: 80px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        background-color: #0147fc;
        width: 100%;
        color: #ffff;
    }
    .grid-container {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .features-content h1 {
        font-size: 40px;
    }
    .features-background {
        width: 94%;
        height: 500px;
    }

    .footer h1 {
        width: 69%;
        padding-top: 50px;
    }
    .links {
        width: 62%;
    }
    .privacy {
        flex-direction: column-reverse;
    }
    .privacy .listItems {
        display: flex;
        gap: 26px;
        margin-top: 40px;
    }
    .privacy .social-media {
        display: flex;
        gap: 60px;
    }
    .heading-container {
        flex-direction: column;
    }
    .social-icons {
        width: 35%;
        align-self: flex-start;
        margin-top: 30px;
    }

    .filterPost {
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }
    .filterPost img {
        height: 18px;
        margin-right: 7px;
    }
    .nav-bar .menue {
        display: block;
    }
}

/* mkto */
.message-box .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-image: linear-gradient(to bottom, #4442e3, #4442e3);
}

.message-box .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
form#mktoForm_3142.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.form_gated_content .success-section .pdf_btn {
    border: none !important;
    background: #fff !important;
    margin-top: 30px;
    font-size: 12px;
    height: 48px;
    border-radius: 2px;
    font-weight: 700!important;
    padding: 13px 32px 13px!important;
    text-transform: capitalize!important;
    letter-spacing: normal!important;
    background-color: #4442e3!important;
    color: #fff!important;
    cursor: pointer;
    min-width: 148px !important;
}

.message-box .mktoFormRow label {
    line-height: 27px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .4px;
    color: #0b163b!important;
}

.message-box .mktoFormRow .mktoCheckboxList input,
form#mktoForm_3142 .mktoFormRow .mktoCheckboxList input {
    position: relative;
    top: -23px;
}
.message-box .mktoFormRow a,
form#mktoForm_3142 .mktoFormRow a {
    color: #0b163b!important;
    text-decoration: underline !important;
}


.mktoFormRow .mktoField {
    height: 48px !important;
    border-radius: 2px !important;
    color: #111!important;
    background-color: #ffffff !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    box-shadow: none;
    outline: 0;
    padding: 19px 0 4px 20px !important;
}

.mktoFormRow select#Country {
    padding: 4px 0 4px 20px !important;
}

.mktoFormRow .mktoField::placeholder,
.mktoForm select.mktoField {
    color: #111111bd !important;
}


.mktoFormRow .mktoField {
    border: 2px solid #ffffff00 !important;
}
.mktoFormRow .mktoField:hover ,
.mktoFormRow .mktoField:focus{
    border: 2px solid #4442e3 !important;
}

.mktoForm {
    width: 100% !important;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    width: 100% !important;
}

.mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm select.mktoField,.mktoForm textarea.mktoField {
    /* width: 317px !important; */
    min-width: 330px !important;
    width: 100% !important;
}

.mktoButtonRow span.mktoButtonWrap.mktoSimple {
    margin-left: auto !important;
}

/* @media (min-width: 481) and (max-width: 538px){
  div .mktoForm input[type=text], 
  div .mktoForm input[type=email],
  div .mktoForm input[type=tel],
  div .mktoForm select.mktoField,
  div .mktoForm textarea.mktoField {
    min-width: unset !important;
    max-width: 493px !important;
    width: 100% !important;
  }
} */

/* -------------- */
#mktoForm_2811 .mktoFormRow:nth-child(4) {
    margin-top: 20px;
}
form#mktoForm_2811 select {
    padding: 7px 0 4px 20px !important;
}
.message-box form#mktoForm_2811 .mktoFormRow label ,
form#mktoForm_2811 .mktoGutter.mktoHasWidth,
form#mktoForm_2811  .mktoOffset{
    display: none;
}
form#mktoForm_2811 .mktoFormRow:nth-child(4) *,
form#mktoForm_2811 .mktoFormRow:nth-child(5) *,
form#mktoForm_2811 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol {
    width: 99.9% !important;
}
form#mktoForm_2811 .mktoFormRow:nth-child(5) {
    margin-top: 10px;
}
form#mktoForm_2811 .mktoFormRow:nth-child(6) #LblmktoCheckbox_27342_0 {
    font-size: 14px;
}

form#mktoForm_2811 .mktoFormRow > div {
    margin-right: 21px;
}
form#mktoForm_2811 .mktoFormRow > div:nth-child(3) {
    margin-right: 0px;
}
form#mktoForm_2811 .mktoFormRow:nth-child(2) > div {
    margin-bottom: 22px;
}
@media (max-width: 1024px) {
    form#mktoForm_2811 .mktoFormRow > div {
        margin-right: 15px;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(5) {
        margin-top: 20px;
        width: 99.9%;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(5) .mktoFieldDescriptor .mktoCheckboxList label {
        max-width: 90%;
    }
    form#mktoForm_2811 .mktoButtonRow .mktoButton {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    form#mktoForm_2811 .mktoFormRow:nth-child(4),
    form#mktoForm_2811 .mktoFormRow:nth-child(4) textarea {
        margin-top: 0 !important;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(5) {
        margin-top: 20px;
        width: 99.9%;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(5) .mktoFieldDescriptor .mktoCheckboxList label {
        max-width: 90%;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(4) *,
    form#mktoForm_2811 .mktoFormRow:nth-child(5) *,
    form#mktoForm_2811 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol {
        width: 99.9%;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
        margin-bottom: 0 !important;
    }
    form#mktoForm_2811 .mktoButtonRow .mktoButton {
        margin-top: 120px;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(13) {
        margin-top: 30px;
    }
}

form#mktoForm_2811 textarea#Message__c {
    height: 128px !important;
    margin-left: 2px;
    margin-right: 4px;
    margin-top: 10px;
    padding-top: 25px !important;
}
.message-box form#mktoForm_2811 .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList  label {
    display: block;
}


/* Animation on focus - Start*/
.message-box form#mktoForm_2811 .mktoFormRow label {
    position: absolute !important;
    top: -5px;
    left: 22px !important;
    min-width: 115px !important;
    display: flex;
    font-size: 10px;
    font-weight: 200 !important;
    transition: all 0.3s;
}
.message-box form#mktoForm_2811 .mktoFormRow:nth-child(5) label,
form#mktoForm_3142 .mktoFormRow:nth-child(4) label {
    position: initial;
    font-size: 14px;
    min-width: 100%;
    font-weight: normal;
}
form#mktoForm_2811 .mktoFieldWrap input::-webkit-input-placeholder, form#mktoForm_2811 .mktoFieldWrap select::-webkit-input-placeholder, form#mktoForm_2811 .mktoFieldWrap textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
form#mktoForm_2811 .mktoFieldWrap input::-moz-placeholder, form#mktoForm_2811 .mktoFieldWrap select::-moz-placeholder, form#mktoForm_2811 .mktoFieldWrap textarea::-moz-placeholder {
    opacity: 1;
    transition: all 0.2s;
}
form#mktoForm_2811 .mktoFieldWrap input:-ms-input-placeholder, form#mktoForm_2811 .mktoFieldWrap select:-ms-input-placeholder, form#mktoForm_2811 .mktoFieldWrap textarea:-ms-input-placeholder {
    opacity: 1;
    transition: all 0.2s;
}
form#mktoForm_2811 .mktoFieldWrap input::placeholder, form#mktoForm_2811 .mktoFieldWrap select::placeholder, form#mktoForm_2811 .mktoFieldWrap textarea::placeholder {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
form#mktoForm_2811 .mktoFieldWrap input:placeholder-shown:not(:focus)::-webkit-input-placeholder, form#mktoForm_2811 .mktoFieldWrap select:placeholder-shown:not(:focus)::-webkit-input-placeholder, form#mktoForm_2811 .mktoFieldWrap textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}
form#mktoForm_2811 .mktoFieldWrap input:placeholder-shown:not(:focus)::-moz-placeholder, form#mktoForm_2811 .mktoFieldWrap select:placeholder-shown:not(:focus)::-moz-placeholder, form#mktoForm_2811 .mktoFieldWrap textarea:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}
form#mktoForm_2811 .mktoFieldWrap input:placeholder-shown:not(:focus):-ms-input-placeholder, form#mktoForm_2811 .mktoFieldWrap select:placeholder-shown:not(:focus):-ms-input-placeholder, form#mktoForm_2811 .mktoFieldWrap textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}
form#mktoForm_2811 .mktoFieldWrap input:placeholder-shown:not(:focus)::placeholder, form#mktoForm_2811 .mktoFieldWrap select:placeholder-shown:not(:focus)::placeholder, form#mktoForm_2811 .mktoFieldWrap textarea:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}
form#mktoForm_2811 .mktoFieldWrap input:placeholder-shown:not(:focus) + label, form#mktoForm_2811 .mktoFieldWrap textarea:placeholder-shown:not(:focus) + label {
    font-size: 14px;
    top: 0.4em;
    color: #111111bd !important;
    font-weight: 100;
}
form#mktoForm_2811 .mktoFormRow select.mktoField {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 1.25em;
    background-size: 8px 10px;
}
.message-box form#mktoForm_2811 .mktoFormRow label#LblMessage__c {
    top: 8px;
    left: 25px;
}
form#mktoForm_2811 .mktoFieldWrap textarea:placeholder-shown:not(:focus) + label {
    top: 20px !important;
}

/* Animation on focus - end*/

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
    .mktoForm {
        padding: 0;
        margin: 0;
    }
    .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
        min-width: unset !important;
        width: 188px !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px){
    .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
        min-width: 245px !important;
    }
}

@media (min-width: 482px) and (max-width: 764px){
    .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
        min-width: 451px !important;
    }
}



/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){

    .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
        max-width: 493px !important;
        width: 100% !important;
    }
    form#mktoForm_2811 .mktoFormRow:nth-child(2) > div {
        margin-bottom: 0;
    }
    form#mktoForm_2811 .mktoFormRow > div {
        margin-right: 0;
    }

    .contact-form .message-box form#mktoForm_2811 {
        padding: 0 9px!important;
    }

    section.message-box form#mktoForm_2811 {
        padding: 0;
    }

}



/* mkto */

@media only screen and (max-width: 991.9px) {
    .site-content.form-success section.blue-background {
        margin-top: -160px !important;
    }
    div .message-box {
        padding: 0px!important;
    }
    div  .contact-us-bg {
        padding: 30px!important;
    }
}
@media only screen and (max-width: 767.9px) {
    .site-content.form-success section.blue-background {
        margin-top: -180px !important;
    }
}

@media only screen and (max-width: 426px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .heading {
        font-size: 30px;
        width: 100%;

        font-family: Helvetica Neue;
        font-style: normal;
        font-weight: 500;
        font-size: 45px;
        line-height: 50px;
        letter-spacing: -1px;
    }
    div .message-box {
        padding: 0px !important;
    }
    .message-box button,
    .message-box .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
        width: 100%;
    }
    .message-box textarea {
        height: 100px;
    }
    .flex {
        display: block;
    }
    .footer h1 {
        width: 90%;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
    }
    .links {
        width: 92%;
    }
    .privacy .listItems {
        display: flex;
        width: 90%;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }
    .right {
        text-align: right;
    }
    .privacy .social-media {
        gap: 52px;
    }

    .social-icons {
        width: 65%;
        align-self: flex-start;
        margin-top: 30px;
    }
    .categories-contaioner {
        margin-top: 60px;
    }
    .trademark-web {
        display: none;
    }
    .trademark {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        letter-spacing: -0.01em;
    }
}




/* ----------------- Responsive Work ------------------ */
.contact-us-form input[type=text],
.contact-us-form textarea{
    color: #EBEDEE;
}

.contact-us-form .contact-form-input:active,
.contact-us-form .contact-form-input:focus,
.contact-us-form .contact-form-input.notfocused{
    background-color: transparent;
    border: 1px solid #EBEDEE;
}

@media (min-width: 480px) and (max-width: 530px) {
    .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
        min-width: 423px !important;
    }
}

@media (max-width: 1024px){
    #content .blue-background .container{
        width: 90%;
    }
}

@media (max-width: 768px){
    #content .pageHeading{
        padding-left: 0px;
        padding-bottom: 10px;
    }

    #content .heading-container{
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
}

@media (max-width: 767px){
    .message-box input.contact-submit
    {
        width: 100%;
    }
    #content .blue-background .container{
        width: auto;
    }

    #content .blue-background .container .message-box{
        padding-left: 15px;
        padding-right: 15px;
    }

    #content .blue-background .container .grid-container{
        width: 90%;
        margin: 0 auto;
        margin-top: 100px;
    }
}