.page-template-template-about .default-container {
    max-width: 100%;
}

.about-content {
    padding: 0 15px;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
}

.about-content > .wpb_wrapper {
    padding: 50px 70px;
    line-height: 1.375;
}

.about-content .main-title {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 500;
    color: #00264D;
}

.about-content .subtitle {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    color: #00264D;
}

.about-content p {
    margin-block-start: 0;
    margin-block-end: 30px;
    font-weight: 500;
    color: #00264D;
}

.about-content p.large {
    font-size: 24px;
    font-weight: 400;
    color: #022BA0;
}

.about-content ul {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 24px;
    color: #022BA0;
    list-style-type: none;
}

.about-content li {
    flex: 1;
}

.about-content li b {
    display: block;
    font-weight: 700;
}

.about-content .signature {
    font-weight: 700;
    color: #022BA0;
    margin: 0 0 30px;
}

.about-content .about-btn {
    padding: 10px 42px;
    border-radius: 10px;
    background-color: #0050D1;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.05;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    transition: 0.2s ease;
}

.about-content .about-btn:hover {
    background-color: #022BA0;
}

@media screen and (max-width: 1024px) {
    .about-content > .wpb_wrapper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .about-content .main-title {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 400;
    }
    .about-content .subtitle {
        font-size: 24px;
        font-weight: 700;
    }

    .about-content p {
        font-size: 16px;
        line-height: 1.375;
    }

    .about-content ul {
        flex-direction: column-reverse;
    }
}