body {font-family: "Roboto", sans-serif;
    color: #434455;
    background-color: white;
}

ul {list-style-type: none;
    margin: 0;
    padding: 0;
}

a {text-decoration: none;
   font-style: normal;
}

p,h1,h2,h3,h4,h5,h6 {margin: 0;}

img {display: block;
max-width: 100%;
height: auto}

.container {width: 320px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

.section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.section-title {font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2E2F42;
    text-transform: capitalize;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

    

/*-------Header-------*/

.header {border-bottom: 1px solid #e7e9fc;
box-shadow:0px 2px 1px rgba(46, 47, 66, 0.08),
    0px 1px 1px rgba(46, 47, 66, 0.16),
    0px 1px 6px rgba(46, 47, 66, 0.08);}

.header-container {display: flex;
align-items: center;
}

.header-nav {display: flex;
align-items: center;}

.header-nav-list {
    display: none;    
} 


.header-nav-logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
    padding: 24px 0;
    margin-right: 76px;
}

.header-logo-accent {font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2e2f42; 
}


.header-nav-link {
font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.02em;
color: #2E2F42;
display: inline-block;
padding: 24px 0;
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-nav-link.current {position: relative;}

.header-nav-link.current::after {content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 2px;
    background-color: #404bbf;
}

.header-nav-link:hover, .header-nav-link:focus {color: #404BBF;}

.header-address {font-style: normal;
margin-left: auto;}

.header-adress-list {display: none;
}

.header-address-link {
font-size: 16px;
line-height: 150%;
letter-spacing: 0.02em;
color: #434455;
display: inline-block;
padding: 24px 0;
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-address-link:hover, 
.header-address-link:focus,
.header-nav-link.current {color: #404BBF;}

.mob-menu-btn {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mob-menu-btn-icon {
    fill: #2F2F37;
    width: 18px;
    height: 16px;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

/*---------MOB_MENU---------*/
.mob-menu {height: 100%;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mob-menu-container {position: relative;
    padding-top: 72px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mob-menu.is-open {opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mob-close-btn {width: 24px;
    height: 24px;
    fill:#e7e9fc;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    stroke-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center; 
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 24px;
}

.mob-close-btn:hover,
.mob-close-btn:focus {
    background-color: #404bbf;
    border: none;
}

.mob-close-btn-icon {width: 8px;
    height: 8px;
    fill: #2e2f42;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mob-menu-nav {margin-bottom: auto;}

.mob-menu-nav-list {margin-bottom: 50px;}

.mob-menu-nav-item:not(:last-child) {margin-bottom: 40px;}

.mob-menu-nav-link {font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    color: #2e2f42;}

.mob-menu-adress-list {margin-bottom: 48px;}

.mob-menu-address-item:not(:last-child) {margin-bottom: 24px;}

.mob-menu-address-link {font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #434455;}

.mob-social-icons {display: flex;
    align-items: center;
    gap: 40px;}

.mob-social-item {width: 40px;
    height: 40px;}

.mob-social-link {
    width: 100%;
    height: 100%;
    background-color: #4d5ae5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.m-social-item {width: 24px;
    height: 24px;
    fill: #f4f4fd;}

.mob-social-link:hover,
.mob-social-link:focus {
    background-color: #404bbf;
}



    /*-------Main-------*/

.hero {background-color: #2E2F42;
    padding-top: 72px;
    padding-bottom: 72px;
    background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), url("../images/office-mob.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1440px;
    margin: 0 auto;}

@media screen and (min-resolution: 2x), (-webkit-min-device-pixel-ratio: 2) {.hero{
    background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), url("../images/office-mob-2x.jpg");}}


.hero-tittle {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
    max-width: 216px;
    margin: 0 auto 72px;}
   
.hero-tittle-accent {text-transform: lowercase;}

.hero-btn {font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #4D5AE5;
    display: block;
    margin: 0 auto;
    padding: 16px 32px;
    min-width: 169px;
    height: 56px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-btn:hover, .hero-btn:focus {background-color: #404BBF;}


.feature-list{display: flex;
    flex-wrap: wrap;
    gap: 72px;
}

.feature-item {width: 100%;}

.feature-icon-background {display: none;}

.feature-icon {display:none;}

.feature-subtitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    margin-bottom: 8px;}

.feature-description {font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
}



.team-section {background-color: #F4F4FD;}

.team-container {width: 264px;
margin: 0 auto;}

.team-tittle {margin-bottom: 72px;}

.team-list {   
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
}

.team-item {background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08), 0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 1px 6px 0 rgba(46, 47, 66, 0.08);
    width: 100%;}

.team-member-content {padding: 32px 0;}

.team-member-name {font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2E2F42;
    margin-bottom: 8px;}

.team-member-position {font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 8px;
    }

.team-social-icons {display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;}

.team-social-link {background-color: #4d5ae5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-item {width: 16px;
    height: 16px;
    fill: #f4f4fd;}

.team-social-link:hover, .team-social-link:focus {background-color: #404bbf;}


.portfolio-list{display: flex;
    gap: 72px;
    flex-wrap: wrap;} 

.portfolio-content{border-bottom: 1px solid #e7e9fc;
    border-left: 1px solid #e7e9fc;
    border-right: 1px solid #e7e9fc;
    padding: 32px 16px;}


.portfolio-tittle {margin-bottom: 72px;
}

.portfolio-item {width: 100%;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item-name {font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #2E2F42;
    margin-bottom: 8px;
}

.portfolio-item-text {font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.portfolio-card {position: relative;
    overflow: hidden;
}

.portfolio-text {position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #4d5ae5;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    padding: 40px 32px;
    transform: translateY(100%);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item:hover .portfolio-text {transform: translateY(0);}

.portfolio-item:hover {box-shadow: 0 2px 1px 0 rgba(46, 47, 66, 0.08), 0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 1px 6px 0 rgba(46, 47, 66, 0.08);}



/*-------Footer-------*/

.footer {
    background-color: #2E2F42;
    padding-top: 96px;
    padding-bottom: 96px;
}

.footer-logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5;
    display: inline-block;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo-accent {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #f4f4fd;
}

.footer-text {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    max-width: 264px;
}


.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    margin: 0 auto;
    width: 320px;
}
.footer-list {display: flex;
flex-wrap: wrap;}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;   
}

.footer-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: white;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}


.footer-social {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social-item {
    width: 40px;
    height: 40px;
}

.footer-social-link {
    width: 100%;
    height: 100%;
    background-color: #4d5ae5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.f-social-item {
    width: 24px;
    height: 24px;
    fill: #f4f4fd;
}

.footer-social-link:hover,
.footer-social-link:focus {
    background-color: #31d0aa;
}

.footer-form-wrapper {
    text-align: center;
}

.footer-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-form-input {
    border: 1px solid white;
    background-color: transparent;
    border-radius: 4px;
    width: 288px;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.footer-form-input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0.04em;
    color: white;
}

.footer-form-btn {
    border-radius: 4px;
    padding: 8px 24px;
    width: 165px;
    height: 40px;
    background-color: #4d5ae5;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-form-btn:hover,
.footer-form-btn:focus {
    background-color: #31d0aa;
}

.footer-form-icon {
    margin-left: 16px;
    fill: white;
}


/*-------Modal-------*/

.backdrop {position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(46, 47, 66, 0.4);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.is-open{visibility: visible;
    opacity: 1;
    pointer-events: auto;}

.modal {width: 408px;
    min-height: 584px;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    background: #fcfcfc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 72px 24px 24px 24px;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close-btn {width: 24px;
    height: 24px;
    background-color: #e7e9fc;
    stroke-width: 1px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 24px;
    top:24px;
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1);
 }

.modal-close-btn-icon {width: 8px;
    height: 8px;
    fill:#2e2f42;
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);}

.modal-close-btn:hover, .modal-close-btn:focus {background-color:#404bbf;
    border: none;}

.modal-close-btn:hover .modal-close-btn-icon, 
.modal-close-btn:focus .modal-close-btn-icon
    {fill: white;}

.modal-text {font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42;
    margin-bottom: 16px;}
    
.modal-input {
    height: 40px;      
    background-color: transparent;
    border: 1px solid rgba(46, 47, 66, 0.4);
    padding-right: 16px;
    padding-left: 38px;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.modal-element {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 4px;
    color: #2e2f42;
    outline: transparent;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    resize: none;
}

.input-icon {
    fill: #2e2f42;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-input:focus {border-color:#4d5ae5;}

.modal-input:focus + .input-icon {fill: #4d5ae5}

.modal-label {font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.04em;
    color: #8e8f99;
    display: block;
    margin-bottom: 4px;
}

.input-wrapper {position: relative;}

.modal-field {margin-bottom: 8px;}

.modal-field-second {margin-bottom: 16px;}

.modal-field-third {margin-bottom: 24px;}

.modal-texarea {width: 100%;
    height: 120px;
    background-color: transparent;
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 4px;
    padding: 8px 16px;
    color: #2e2f42;
    outline: transparent;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    resize: none;
    font-family: Roboto;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.04em;
    color: rgba(46, 47, 66, 0.4);}

.modal-texarea:focus {border-color: #4D5AE5;}

.modal-check {margin-bottom: 24px;}

.modal-check-label{font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.04em;
    color: #8e8f99;
    cursor: pointer;}

.modal-check-link{line-height: 133%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4d5ae5;}

.check-box{width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    fill: transparent;
    cursor: pointer;
    position: relative;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), border 250ms cubic-bezier(0.4, 0, 0.2, 1), fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-check:checked+.modal-check-label .check-box {border-radius: 2px;
    border: none;
    background-color: #404bbf;
    fill:#F4F4FD;}

.check-icon{fill: #f4f4fd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);}

.modal-check:checked+.modal-check-label .check-box .check-icon {opacity: 1;}

.modal-btn {font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-align: center;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 16px 32px;
    min-width: 169px;
    height: 56px;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #4d5ae5;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: block;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
    
.modal-btn:hover, 
.modal-btn:focus {
    background-color: #404BBF;
}



/*---------MEDIA----------*/

@media screen and (min-width:768px) 
{.container {width: 768px;}

.header-nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-adress-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.header-address-link {padding: 0;}

.mob-menu-btn {display: none;}

.mob-menu {display: none;}

.hero {
    padding-top: 112px;
    padding-bottom: 112px;
    background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), url("../images/office-tab.jpg");}

@media screen and (min-resolution: 2x), (-webkit-min-device-pixel-ratio: 2) {.hero{
        background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), url("../images/office-tab-2x.jpg");
}}

.hero-tittle {font-size: 56px;
    line-height: 107%;
    max-width: 496px;
    margin: 0 auto 36px;}


.feature-list {
    row-gap: 72px;
    column-gap: 24px;}

.feature-item {width: calc((100% - 24px) / 2);}

.team-container {
    width: 552px;

}

.team-list{row-gap: 64px;
    column-gap: 24px;
}

.team-item {width: calc((100% - 24px) / 2);}

.portfolio-list {gap: 72px 24px;}

.portfolio-item {width: calc((100% - 24px) / 2);}

.footer-logo {margin-left: 0;
    margin-right: 0;}

.footer-wrapper {width: 552px;
    gap:72px 24px;
}

.footer-title {margin-left: 0;
    margin-right: 0;}


.footer-form-wrapper {
    text-align: left;
}

.footer-form {flex-direction: row;
    gap:24px;
}

.footer-form-input {width: 264px;
}

.footer-content{width: auto;}
}

@media screen and (min-width:1158px) {
.container {
    width: 1158px;
    padding-left: 15px;
    padding-right: 15px;
}

 .section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.header-adress-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.hero {padding-top: 188px;
    padding-bottom: 188px;
    background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), url("../images/office-desk.jpg");}

@media screen and (min-resolution: 2x), (-webkit-min-device-pixel-ratio: 2) {.hero{
        background-image: linear-gradient(rgba(46, 47, 66, 0.7), rgba(46, 47, 66, 0.7)), url("../images/office-desk-2x.jpg");
}}

.hero-tittle {
    margin: 0 auto 48px;
}

.feature-list {align-items: center;
    gap: 24px;}

.feature-item {width: calc((100% - 72px) / 4);}

.feature-icon-background {height: 112px;
    border: 1px solid #8e8f99;
    border-radius: 4px;
    background-color: #f4f4fd;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;}

.feature-icon {
    display: flex;
    width: 64px;
    height: 64px;
}

.feature-subtitle {font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #2E2F42;
    margin-bottom: 8px;}

.team-container {
    width: 100%;
}

.team-list {gap: 24px;}

.team-item {width: calc((100% - 72px) / 4);}

.portfolio-list {gap: 48px 24px;}

.portfolio-item {
    width: calc((100% - 72px) / 3);
}

.footer {padding-top: 100px;
    padding-bottom: 100px;}

.footer-wrapper {flex-wrap: nowrap;
    align-items: baseline;
    gap: 0;
}

.footer-content {
    margin-right: 120px;
}  

.footer-social {margin-right: 80px;}
}