.Portfolio-summery-content {
    padding: 100px 0 350px;
    background: #3996E3;
}

.summery-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.summery-content h2 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 25px;
}

.summery-content p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

@media screen and (max-width: 1400px){
.Portfolio-summery-content {
    padding: 90px 0 330px;
}
.summery-content {
    max-width: 1000px;
}
}
@media screen and (max-width: 1200px){
.Portfolio-summery-content {
    padding: 60px 0 300px;
}
.summery-content {
    max-width: 780px;
}
}
@media screen and (max-width: 1200px){
.Portfolio-summery-content {
    padding: 50px 0 300px;
  margin: 0 -20px;
}
.summery-content {
    max-width: 680px;
}
.summery-content h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 18px;
}
}
@media screen and (max-width: 991px){
.Portfolio-summery-content {
    padding: 50px 0 300px;
}
.summery-content {
    max-width: 520px;
}
.summery-content h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 18px;
}
}
@media screen and (max-width: 767px){
.Portfolio-summery-content {
    padding: 40px 15px 100px;
}
.summery-content {
    max-width: 550px;
}
.summery-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}
}
