.custom-module.custom-formula {
    border-radius: 21px;
    background: #f1fbff;
    margin: 40px 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-module.custom-formula .related-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    gap: 10px;
    background: #fff;
    width: 100%;
    max-width: 151px;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #303ab2;
    margin-bottom: 20px;
}

.custom-module.custom-formula .related-text p,
.custom-module.custom-formula .related-text a {
    font-size: 24px;
    color: #303ab2;
    text-align: center;
}

@media (max-width: 800px) {
    .custom-module.custom-formula .related-text p,
    .custom-module.custom-formula .related-text a {
        font-size: 19px;
    }

    .custom-module.custom-formula .related-svg {
        font-size: 21px;
    }

    .custom-module.custom-formula .related-svg svg {
        width: 22px;
    }
}
