.content {
    background-color: #fff;
}

.small-container {
    max-width: 50%;
}

body {
    background-color: #fff !important;
}

h1.bigTitle {
    margin: 1em 0 1em 0;
}

.form-label {
    font-size: 12px;
    color: #A6B0BD;
    line-height: 15px;
}

.form-control {
    background: #F7F9FC 0% 0% no-repeat padding-box;
    border: 1px solid #ECEFF3;
    border-radius: 2px;
    font-size: 16px;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 56px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.resume-link {
    font-size: 12px;
    letter-spacing: 0px;
    color: #A6B0BD;
    opacity: 1;
    cursor: pointer;
    margin-right: 24px;
}

.greenimg {
    position: absolute;
    bottom: 18px;
    right: 20px;
}

.btm20 {
    margin-bottom: 20px;
}

p.desc {
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    opacity: .52;
    line-height: 24px;
}

.landing-content {
    height: 100%
}

.landingbtn {
    color: #fff;
    padding: 1.25rem;
    text-align: left;
    border-radius: 6px;
    height: 252px;
}

.landingbtn h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.landingbtn p {
    opacity: 0.52;
}

.landingbtn:after {
    content: "\2192";
    position: absolute;
    opacity: 1;
    right: 42px;
    bottom: 32px;
    font-size: 24px;
    line-height: 35px;
}

.landingbtn:hover::after {
    transition: 0.5s ease-out;
    line-height: 35px;
    -webkit-transition-duration: 500ms;
    transform: translateX(10px);
}

@media only screen and (max-width: 600px) {
    .landing-content {
        height: auto;
    }

    .custpadding {
        padding: 20px 0;
    }

    .sidebar {
        padding: 0 20px;
    }

    .small-container {
        max-width: 100%;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .small-container {
        max-width: 80%;
    }
}
