#page-aws h2 {
  font-size: 48px;
  line-height: 1.3em;
}

#page-aws h3 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
}

#page-aws .content-box {
  width: 674px;
  max-width: 50%;
  margin-top: 80px;
}

#page-aws .content-box .fx {
    margin-top: 56px;
}

#page-aws .content-box .fx .socials {
  margin-left: 25px;
}

#page-aws .content-box .fx .socials a,
#page-aws .content-box .fx .socials button {
  margin: 0 7px;
}

#text{
    margin: 100px 0;
    column-count: 2;
    column-gap: 100px;
}

#text p{
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
    #page-aws .content-box{
        width: 100%;
        max-width: 100%;
    }
    #text{
        column-gap: 40px; 
    }
}

@media screen and (max-width: 568px) {
    #page-aws .content-box .fx .socials{
        width: 100%;
        margin: 40px 0;
        display: flex;
        justify-content: space-between;
    }
    #page-aws .content-box .fx .socials span {
        display: none;
    }
    #text{
        margin: 0 0 80px 0;
        column-count: 1;
        column-gap: 0;
    }
}