* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

body{
    font-family: 'Muli', sans-serif;
  }

.wrapper{
    max-width: 1280px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
}

a{
    text-decoration: none;
}

.menu_link{
    font-size: 18px;
    line-height: 23px;
    color: #1F1534;
    opacity: 0.5;
    padding-right: 16px;
    padding-left: 16px;
}
.menu_link_active{
    opacity: 1;
    font-weight: bold;
}

.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    }

.top-content{
    width: 480px;
    }

.top-img{
    width: 693px;
}

.top-content_heading{
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    }

.top-content_text{
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    color: #7D7987;
    padding-top: 24px;
    padding-bottom: 32px;
}

.button{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    color: #458FF6;
    border: 1.4px solid #458FF6;
    box-sizing: border-box;
    border-radius: 55px;
    height: 56px;
    padding-left: 36px;
    padding-right: 36px;
    display: inline-block;
}

.heading{
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #000000;
}

.heading_left{
    text-align: left;
}

.text{
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #7D7987;
    padding-top: 58px;
    padding-bottom: 36px;

}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 96px;
    flex-wrap: wrap;
}

.image{
    width: 580px;
}

.services{
    padding-top: 96px;
    max-width: 1280px;
    margin: auto;
}

.service_content{
    padding-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    }

.services_item{
    width: 379px;
    background: #FFFFFF;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    padding: 54px 42px 46px;
    margin-bottom: 37px;
    }

.services_h3{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 56px;
    color: #000000;
    padding-top: 24px;
    padding-bottom: 24px;

}

.services_text{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #7D7987;
}

.info{
    display: flex;
    justify-content: space-between;
    padding-top: 133px;
    flex-wrap: wrap;
    align-items: center;
}

.info_content{
    width: 480px;
}

.footer{
    background: linear-gradient(180.92deg, #67C3F3 -8.57%, #5A98F2 82.96%);
    height: 142px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 112px;
}

@media (max-width: 1024px) {
    .top{
        justify-content: center;
}
    .info{
        justify-content: center;
    }
    .info:last-child{
    flex-wrap: wrap-reverse;
}
}


@media (max-width: 767px) {
    .header{
        justify-content: center;
    }
    .top{
        text-align: center;
    }
    .top-content_heading{
        font-size: 32px;
        padding-top: 16px;
    }
    .menu{
        margin-top: 16px;
    }
    .top-img{
        width: 100%;
        }
    .image  {
        width: 100%;
    }
}