* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.title {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 15px;
    color: black;
}

.title-white {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 15px;
    color: white;
}

.subtitle {
    color: #56B3E4;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-accent {
    color: #56B3E4;
}

.paragraph-primary {
    color: #808080;
    font-size: 15px;
    line-height: 28px;
}

.btn-azure {
    background: #56B3E4;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 40px;
    box-shadow: 0 20px 30px #cccccc;
    font-weight: 700;
    display: inline-block;
}

.text-accent-dark {
    color: #0C447C;
}

.btn-white {
    background: #fff;
    color: #1A7FBF;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.02em;
}

.btn-accent-dark {
    background: #1A7FBF;
    color: #fff;
    margin-top: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.02em;
}

.btn-disabled {
    background: #6c757d;
}

.card-button {
    border: 0;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    background-color: #56B3E4;
    color: white;
    text-align: center;
}

.link-primary {
    text-decoration: none;
    color: white !important;
}

    .link-primary:hover {
        color: #56B3E4 !important;
    }

.img-popup {
    position: absolute;
    top: 0;
    left: 85px;
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    background: #2b2b2b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(43, 43, 43, 0.3);
}

.main-section {
    background-color: #f6f6f6;
    padding-block: 65px 35px;
    min-height: 200px;
}

.figure-box {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 70px;
    line-height: 200px;
    text-align: center;
    margin-bottom: 33px;
    box-shadow: 0px 20px 40px rgba(43, 43, 43, 0.10);
}

.ako-card img {
    width: 40%;
}

.list-a {
    list-style-type: lower-alpha;
}

.list-disc {
    list-style-type: disc;
}

.resp-image {
    width: 300px;
}

@media screen and (min-width: 990px) {
    .main-section {
        padding-block: 120px 115px;
    }

    .ako-card img {
        width: 90%;
    }

    .resp-image {
        width: 420px;
    }
}
