:root{
    --background: #fff;
}

.section-wrapper .icon-container{
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 auto;
    top: 60px;
    max-width: 70%;
}
.section-wrapper .icon-container svg{
    max-width: 100%;
    height: fit-content;
}
main .section-wrapper:nth-child(2){
    position: relative;
    bottom: 80px;
}
.container-section :is(h3, span, a){
    display: block;
}
.container-section a{
    margin-top: 20px;
    color: var(--highlight-color);
}
.container-section-wrapper .image-side{
    padding: 10px;
    background-color: #D4E1E0;
    border-radius: 20px;
}
.container-section-wrapper .image-side img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 15px;
}
.text-side .dot{
    width: 50px;
    height: 50px;
    background-color: var(--highlight-color);
    border-radius: 100%;
    margin-bottom: 10px;
}