.main{
    display:flex;
    background: #11587D;
    color: white;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 100px;
}

.main p{
    color:white;
}

.main .btn{
    background: white;
    border-color: white;
    color:#11587D;
}

.problem-section{
    display: flex;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

img{
    max-width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.problem-section span{
    color:#c10007;
    background-color: #fef2f2;
    padding: 12px 18px 12px 18px;
    border-radius: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.problem-content{
    text-align: left;
}

.problem-content h2{
    text-align: left;
}

.solution-section{
    display: flex;
    background: #fafafa;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.solution-section span{
    background-color: rgba(17, 88, 125, 0.25);
    color:#11587D;
    padding: 12px 18px 12px 18px;
    border-radius: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.solution{
    border-radius: calc(0.625rem + 4px);
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    padding: calc(0.25rem * 6);
    background: white;
    text-align: left;
    margin-top: 40px;
}

.solution > i{
    display: block;
    width:56px;
    height:56px;
    background-color: rgba(17, 88, 125, 0.25);
    color: #11587D;
    font-size: 1.7em;
    text-align: center;
    align-items: center;
    line-height: 56px;
    border-radius: 0.625rem;
}

.exemple-section{
    display: flex;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.browser{
    border-radius: calc(0.625rem + 4px);
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    /*padding: calc(0.25rem * 6);*/
    background: white;
    text-align: left;
    margin-top: 40px;
    box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.15);
}

.browser-head{
    padding: calc(0.25rem * 6);
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.browser-head p{
    border: 1px solid #f0f0f0;
    height: 50px;
    text-align: left;
    align-items: center;
    line-height: 50px;
    padding-left: 20px;
    border-radius: 50px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}

.browser-head p i {
    margin-right: 10px;
}

.browser-body{
    padding: calc(0.25rem * 6);
}

.browser-body span{
    color: #00a63e!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    display: block;
    background: none!important;
    font-weight: 100!important;
    font-size: 0.85em!important;
}

.result{
    padding-bottom: 40px;
}

.result:nth-of-type(2){
    opacity: 0.65;
}

.result:nth-of-type(3){
    opacity: 0.4;
}

.result p{
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.browser-link{
    color: #1447e6;
}

.browser-url{
    font-size: 0.8em;
}

.browser-desc{
    color: black;
    font-size: 0.95em;
}

.browser-review{
    font-size: 0.85em;
}

.browser-review i{
    color: #fdc700;
}

.exemple-section .container > p b{
    color: black;
}

.benefits-section{
    display: flex;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-section .container > span{
    background-color: rgba(17, 88, 125, 0.25);
    color:#11587D;
    padding: 12px 18px 12px 18px;
    border-radius: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.benefit{
    margin-top: 50px;
}

.benefit i{
    width: 64px;
    height: 64px;
    background: rgba(17, 88, 125, 0.25);
    border-radius: 100%;
    display: inline-block;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 64px;
    font-size: 1.7em;
    color: #11587D;
    font-style: normal !important;
}

.benefit-numbers{
    display: block;
    font-size: 2.5em;
    margin-top: 15px;
    color: #11587D;
}

.benefit-numbers-desc{
    color: rgb(88, 99, 110);
}

.benefits-img-container {
    display: block;
    float: left;
    margin-top: 50px;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.benefits-img-container img{
    border-radius: none;
    box-shadow: none;
    width: 100%;
}


.exemple-section span{
    background-color: rgba(17, 88, 125, 0.25);
    color:#11587D;
    padding: 12px 18px 12px 18px;
    border-radius: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

.visibility-section{
    display: flex;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 80px;
    background: #11587D;
    color: white;
}

.visibility-section p, .visibility-section li{
    color: white;
}

.visibility-section h2{
    text-align: left;
}

.visibility-section li{
    margin-top: 20px;
}

.visibility-section li i{
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    align-items: center;
    line-height: 25px;
    border-radius: 100%;
    margin-right: 7px;
}

.visibility-section .btn:first-of-type{
    border-color: white;
    background-color: white;
    color:#11587D;
    margin-right: 20px;
    margin-top: 20px;
}

.visibility-section .btn:last-of-type{
    border-color: white;
    color:white;
}

/* For devices with a maximum width of 600px */
@media screen and (min-width: 800px) {
    .problem-content{
        width:calc(50% - 20px);
        float:left;
        padding-right: 20px;
        margin-top: 15px;
    }

    .problem-section img{
        width: calc(50% - 20px);
        float:right;
        margin-left: 20px;
    }

    .solutions{
        display: flex;
        flex-wrap: wrap;
    }

    .solution{
        float:left;
        width: calc(25% - 78px);
        margin-right:30px;
    }

    .solution:last-of-type{
        margin-right: 0px;
    }

    .browser-head p{
        width: calc(100% - 150px);
    }

    .benefit{
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    .benefit:last-of-type{
        margin-right: 0px;
    }

    .benefits-img-container{
        height: calc(0.25rem * 96);
        overflow-y: hidden;
    }

    .benefits-img-container img{
        transform: translateY(-25%);
    }
}