.hero-web {
    display: flex;
    align-content: space-between;
    color: white;
    margin: 20px;
    padding-top: 130px;
    margin-bottom: 100px;
}

.hero-web-left {
    width: 50%;
    padding-left: 10px;
}

.hero-web-left a {
    border: 1px solid #02a99c;
    background-color: #02a99c;
    border-radius: 10px 0px 10px 0px;
    padding: 10px;
    color: black;
    text-align: center;
    width: max-content !important;
}

.hero-web-badge {
    border: 1px solid #02a99c;
    background-color: #02a99c;
    border-radius: 10px;
    width: max-content;
    padding: 5px;
    color: #0E1116;
}

.hero-web-text h1 {
    margin-top: 30px;
    font-size: 40px;
    margin-bottom: 20px;    
}

.hero-web-text p {
    line-height: 35px;
    margin-bottom: 40px;
    color: #8B93A0;
}

.hero-web-right {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 50%;
}

.hero-web-right img {
    border-radius: 8px;
    height: 450px;
    width: auto;
}

.techno-web {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 70px;
    color: white;
}

.techno-web img {
    height: 80px;
    width: auto;
    margin-bottom: 5px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8B93A0;
}

.explication-web {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
}

.explication-web-left {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40%;
    margin-right: 60px;
    margin-left: 30px;
}

.explication-web-left img {
    border-radius: 5px;
    height: 450px;
    width: auto;
}

.explication-web-right {
    margin-right: 50px;
    width: 60%;
}

.explication-web-right h1,
.explication-web-right h2 {
    color: white;
}

.explication-web-right h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.explication-web-right h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.explication-web-right p {
    color: #8B93A0;
    line-height: 35px;
}

.services-web {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.services-web-left {
    margin: 30px;
    width: 50%;
}

.services-web-left h1 {
    color: white;
    margin-bottom: 10px;
}

.services-web-left p {
    color: #8B93A0;
    line-height: 35px;
    margin-bottom: 20px;
}

.services-web-left-hashtag {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10px;
}

.services-web-hashtag-1,
.services-web-hashtag-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.services-web-right {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 50%;
    padding-top: 40px;
}

.services-web-right img {
    height: 360px;
    width: auto;
    border-radius: 5px;
}